|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
| - <Import Project="..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" /> |
4 |
| - <Import Project="..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props" Condition="Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props')" /> |
5 |
| - <Import Project="..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props" Condition="Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props')" /> |
6 | 3 | <PropertyGroup>
|
7 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
8 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
19 | 16 | <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
20 | 17 | <IsCodedUITest>False</IsCodedUITest>
|
21 | 18 | <TestProjectType>UnitTest</TestProjectType>
|
| 19 | + <NuGetPackageImportStamp> |
| 20 | + </NuGetPackageImportStamp> |
22 | 21 | </PropertyGroup>
|
23 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
24 | 23 | <DebugSymbols>true</DebugSymbols>
|
|
43 | 42 | <AssemblyOriginatorKeyFile>..\..\build\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
|
44 | 43 | </PropertyGroup>
|
45 | 44 | <ItemGroup>
|
46 |
| - <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
47 |
| - <HintPath>..\..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath> |
48 |
| - </Reference> |
49 | 45 | <Reference Include="Microsoft.CSharp" />
|
50 |
| - <Reference Include="Microsoft.Identity.Client, Version=1.1.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL"> |
51 |
| - <HintPath>..\..\packages\Microsoft.Identity.Client.1.1.2-preview0008\lib\net45\Microsoft.Identity.Client.dll</HintPath> |
52 |
| - </Reference> |
53 |
| - <Reference Include="Microsoft.VisualStudio.CodeCoverage.Shim, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
54 |
| - <HintPath>..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll</HintPath> |
55 |
| - </Reference> |
56 |
| - <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
57 |
| - <HintPath>..\..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
58 |
| - </Reference> |
59 |
| - <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
60 |
| - <HintPath>..\..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
61 |
| - </Reference> |
62 |
| - <Reference Include="Moq, Version=4.8.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
63 |
| - <HintPath>..\..\packages\Moq.4.8.1\lib\net45\Moq.dll</HintPath> |
64 |
| - </Reference> |
65 |
| - <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
66 |
| - <HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
67 |
| - </Reference> |
68 | 46 | <Reference Include="System" />
|
69 | 47 | <Reference Include="System.Configuration" />
|
70 | 48 | <Reference Include="System.Data" />
|
|
73 | 51 | <Reference Include="System.IdentityModel" />
|
74 | 52 | <Reference Include="System.Net.Http" />
|
75 | 53 | <Reference Include="System.Runtime.Serialization" />
|
76 |
| - <Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
77 |
| - <HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath> |
78 |
| - </Reference> |
79 |
| - <Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
80 |
| - <HintPath>..\..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath> |
81 |
| - </Reference> |
82 | 54 | <Reference Include="System.Xml" />
|
83 | 55 | <Reference Include="System.Xml.Linq" />
|
84 | 56 | </ItemGroup>
|
|
146 | 118 | </ProjectReference>
|
147 | 119 | </ItemGroup>
|
148 | 120 | <ItemGroup>
|
149 |
| - <None Include="packages.config"> |
150 |
| - <SubType>Designer</SubType> |
151 |
| - </None> |
152 | 121 | <None Include="Requests\Functional\Resources\excelTestResource.xlsx" />
|
153 | 122 | </ItemGroup>
|
154 | 123 | <ItemGroup>
|
|
161 | 130 | <Content Include="Requests\Functional\Resources\hamilton.PNG" />
|
162 | 131 | <Content Include="Requests\Functional\Resources\textfile.txt" />
|
163 | 132 | </ItemGroup>
|
| 133 | + <ItemGroup> |
| 134 | + <PackageReference Include="Microsoft.CodeCoverage"> |
| 135 | + <Version>15.9.0</Version> |
| 136 | + </PackageReference> |
| 137 | + <PackageReference Include="Microsoft.Identity.Client"> |
| 138 | + <Version>1.1.2-preview0008</Version> |
| 139 | + </PackageReference> |
| 140 | + <PackageReference Include="Microsoft.NET.Test.Sdk"> |
| 141 | + <Version>15.9.0</Version> |
| 142 | + </PackageReference> |
| 143 | + <PackageReference Include="Moq"> |
| 144 | + <Version>4.10.1</Version> |
| 145 | + </PackageReference> |
| 146 | + <PackageReference Include="MSTest.TestAdapter"> |
| 147 | + <Version>1.4.0</Version> |
| 148 | + </PackageReference> |
| 149 | + <PackageReference Include="MSTest.TestFramework"> |
| 150 | + <Version>1.4.0</Version> |
| 151 | + </PackageReference> |
| 152 | + </ItemGroup> |
164 | 153 | <Choose>
|
165 | 154 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
166 | 155 | <ItemGroup>
|
|
181 | 170 | </Choose>
|
182 | 171 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
183 | 172 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
184 |
| - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
185 |
| - <PropertyGroup> |
186 |
| - <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
187 |
| - </PropertyGroup> |
188 |
| - <Error Condition="!Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props'))" /> |
189 |
| - <Error Condition="!Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets'))" /> |
190 |
| - <Error Condition="!Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props'))" /> |
191 |
| - <Error Condition="!Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets'))" /> |
192 |
| - <Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" /> |
193 |
| - <Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" /> |
194 |
| - </Target> |
195 |
| - <Import Project="..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets" Condition="Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets')" /> |
196 |
| - <Import Project="..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets" Condition="Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets')" /> |
197 |
| - <Import Project="..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" /> |
198 | 173 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
199 | 174 | Other similar extension points exist, see Microsoft.Common.targets.
|
200 | 175 | <Target Name="BeforeBuild">
|
|
0 commit comments