|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\PatternPass\Packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\PatternPass\Packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" /> |
| 3 | + <Import Project="..\PatternPass\Packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\PatternPass\Packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
40 | 40 | </PropertyGroup> |
41 | 41 | <ItemGroup> |
42 | 42 | <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
43 | | - <HintPath>..\PatternPass\Packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
| 43 | + <HintPath>..\PatternPass\Packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
44 | 44 | </Reference> |
45 | 45 | <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
46 | | - <HintPath>..\PatternPass\Packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
| 46 | + <HintPath>..\PatternPass\Packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
47 | 47 | </Reference> |
48 | 48 | <Reference Include="System" /> |
49 | 49 | </ItemGroup> |
|
59 | 59 | <Compile Include="PatternTests.cs" /> |
60 | 60 | <Compile Include="Properties\AssemblyInfo.cs" /> |
61 | 61 | </ItemGroup> |
62 | | - <ItemGroup> |
63 | | - <None Include="packages.config" /> |
64 | | - </ItemGroup> |
65 | 62 | <ItemGroup> |
66 | 63 | <ProjectReference Include="..\PatternPass\PatternPass.csproj"> |
67 | 64 | <Project>{2EE7D6AF-DED4-44A1-9CC4-A855329B56CB}</Project> |
68 | 65 | <Name>PatternPass</Name> |
69 | 66 | </ProjectReference> |
70 | 67 | </ItemGroup> |
| 68 | + <ItemGroup> |
| 69 | + <None Include="packages.config" /> |
| 70 | + </ItemGroup> |
71 | 71 | <Choose> |
72 | 72 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
73 | 73 | <ItemGroup> |
|
92 | 92 | <PropertyGroup> |
93 | 93 | <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> |
94 | 94 | </PropertyGroup> |
95 | | - <Error Condition="!Exists('..\PatternPass\Packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\PatternPass\Packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" /> |
96 | | - <Error Condition="!Exists('..\PatternPass\Packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\PatternPass\Packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" /> |
| 95 | + <Error Condition="!Exists('..\PatternPass\Packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\PatternPass\Packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.props'))" /> |
| 96 | + <Error Condition="!Exists('..\PatternPass\Packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\PatternPass\Packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.targets'))" /> |
97 | 97 | </Target> |
98 | | - <Import Project="..\PatternPass\Packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\PatternPass\Packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" /> |
| 98 | + <Import Project="..\PatternPass\Packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\PatternPass\Packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.targets')" /> |
99 | 99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
100 | 100 | Other similar extension points exist, see Microsoft.Common.targets. |
101 | 101 | <Target Name="BeforeBuild"> |
|
0 commit comments