Skip to content

Commit

Permalink
Added xml doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Roemer committed Mar 13, 2017
1 parent 7159b7a commit e5a6052
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 1 deletion.
3 changes: 3 additions & 0 deletions nuspec/FlaUI.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
</metadata>
<files>
<file src="..\src\FlaUI.Core\bin\net-3.5\FlaUI.Core.dll" target="lib/net35" />
<file src="..\src\FlaUI.Core\bin\net-3.5\FlaUI.Core.XML" target="lib/net35" />
<file src="..\src\FlaUI.Core\bin\net-4.0\FlaUI.Core.dll" target="lib/net40" />
<file src="..\src\FlaUI.Core\bin\net-4.0\FlaUI.Core.XML" target="lib/net40" />
<file src="..\src\FlaUI.Core\bin\net-4.5\FlaUI.Core.dll" target="lib/net45" />
<file src="..\src\FlaUI.Core\bin\net-4.5\FlaUI.Core.XML" target="lib/net45" />
<file src="..\LICENSE.txt" target="" />
<file src="..\CHANGELOG.md" target="" />
</files>
Expand Down
3 changes: 3 additions & 0 deletions nuspec/FlaUI.UIA2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
</metadata>
<files>
<file src="..\src\FlaUI.UIA2\bin\net-3.5\FlaUI.UIA2.dll" target="lib/net35" />
<file src="..\src\FlaUI.UIA2\bin\net-3.5\FlaUI.UIA2.XML" target="lib/net35" />
<file src="..\src\FlaUI.UIA2\bin\net-4.0\FlaUI.UIA2.dll" target="lib/net40" />
<file src="..\src\FlaUI.UIA2\bin\net-4.0\FlaUI.UIA2.XML" target="lib/net40" />
<file src="..\src\FlaUI.UIA2\bin\net-4.5\FlaUI.UIA2.dll" target="lib/net45" />
<file src="..\src\FlaUI.UIA2\bin\net-4.5\FlaUI.UIA2.XML" target="lib/net45" />
<file src="..\LICENSE.txt" target="" />
<file src="..\CHANGELOG.md" target="" />
</files>
Expand Down
3 changes: 3 additions & 0 deletions nuspec/FlaUI.UIA3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@
<files>
<file src="install.ps1" target="tools" />
<file src="..\src\FlaUI.UIA3\bin\net-3.5\FlaUI.UIA3.dll" target="lib/net35" />
<file src="..\src\FlaUI.UIA3\bin\net-3.5\FlaUI.UIA3.XML" target="lib/net35" />
<file src="..\src\FlaUI.UIA3\bin\net-3.5\interop.UIAutomationCore.dll" target="lib/net35/" />
<file src="..\src\FlaUI.UIA3\bin\net-4.0\FlaUI.UIA3.dll" target="lib/net40" />
<file src="..\src\FlaUI.UIA3\bin\net-4.0\FlaUI.UIA3.XML" target="lib/net40" />
<file src="..\src\FlaUI.UIA3\bin\net-4.0\interop.UIAutomationCore.dll" target="lib/net40/" />
<file src="..\src\FlaUI.UIA3\bin\net-4.5\FlaUI.UIA3.dll" target="lib/net45" />
<file src="..\src\FlaUI.UIA3\bin\net-4.5\FlaUI.UIA3.XML" target="lib/net45" />
<file src="..\src\FlaUI.UIA3\bin\net-4.5\interop.UIAutomationCore.dll" target="lib/net45/" />
<file src="..\LICENSE.txt" target="" />
<file src="..\CHANGELOG.md" target="" />
Expand Down
2 changes: 2 additions & 0 deletions src/FlaUI.Core/FlaUI.Core-3.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>TRACE;DEBUG;NET35</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-3.5\FlaUI.Core.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,6 +31,7 @@
<DefineConstants>TRACE;NET35</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-3.5\FlaUI.Core.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down
2 changes: 2 additions & 0 deletions src/FlaUI.Core/FlaUI.Core-4.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.0\FlaUI.Core.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,6 +31,7 @@
<DefineConstants>TRACE;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.0\FlaUI.Core.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down
2 changes: 2 additions & 0 deletions src/FlaUI.Core/FlaUI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.5\FlaUI.Core.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,6 +31,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.5\FlaUI.Core.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down
2 changes: 2 additions & 0 deletions src/FlaUI.UIA2/FlaUI.UIA2-3.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE;NET35</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-3.5\FlaUI.UIA2.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,6 +31,7 @@
<DefineConstants>TRACE;NET35</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-3.5\FlaUI.UIA2.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down
2 changes: 2 additions & 0 deletions src/FlaUI.UIA2/FlaUI.UIA2-4.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.0\FlaUI.UIA2.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,6 +31,7 @@
<DefineConstants>TRACE;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.0\FlaUI.UIA2.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down
2 changes: 2 additions & 0 deletions src/FlaUI.UIA2/FlaUI.UIA2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.5\FlaUI.UIA2.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,6 +31,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.5\FlaUI.UIA2.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down
2 changes: 2 additions & 0 deletions src/FlaUI.UIA3/FlaUI.UIA3-3.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE;NET35</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-3.5\FlaUI.UIA3.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,6 +31,7 @@
<DefineConstants>TRACE;NET35</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-3.5\FlaUI.UIA3.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down
2 changes: 2 additions & 0 deletions src/FlaUI.UIA3/FlaUI.UIA3-4.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.0\FlaUI.UIA3.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,6 +31,7 @@
<DefineConstants>TRACE;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.0\FlaUI.UIA3.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down
4 changes: 3 additions & 1 deletion src/FlaUI.UIA3/FlaUI.UIA3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<IntermediateOutputPath>obj\$(Configuration)\net-4.5\</IntermediateOutputPath>
<IntermediateOutputPath>obj\$(Configuration)\net-4.5\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.5\FlaUI.UIA3.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,6 +31,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\net-4.5\FlaUI.UIA3.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down

0 comments on commit e5a6052

Please sign in to comment.