|
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="..\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 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 4 | <PropertyGroup> |
6 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
10 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 10 | <RootNamespace>ColorSetKit_Test</RootNamespace> |
12 | 11 | <AssemblyName>ColorSetKit-Test</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
14 | 13 | <FileAlignment>512</FileAlignment> |
15 | 14 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 | 15 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion> |
|
42 | 41 | <Prefer32Bit>false</Prefer32Bit> |
43 | 42 | </PropertyGroup> |
44 | 43 | <ItemGroup> |
45 | | - <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
46 | | - <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
47 | | - </Reference> |
48 | | - <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
49 | | - <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
50 | | - </Reference> |
51 | 44 | <Reference Include="PresentationCore" /> |
52 | 45 | <Reference Include="System" /> |
53 | 46 | <Reference Include="System.Core" /> |
|
58 | 51 | <Compile Include="Test.cs" /> |
59 | 52 | <Compile Include="Properties\AssemblyInfo.cs" /> |
60 | 53 | </ItemGroup> |
61 | | - <ItemGroup> |
62 | | - <None Include="packages.config" /> |
63 | | - </ItemGroup> |
64 | 54 | <ItemGroup> |
65 | 55 | <ProjectReference Include="..\ColorSetKit\ColorSetKit.csproj"> |
66 | 56 | <Project>{e3bf32cb-99e2-4331-afb6-9281d79e63bc}</Project> |
67 | 57 | <Name>ColorSetKit</Name> |
68 | 58 | </ProjectReference> |
69 | 59 | </ItemGroup> |
| 60 | + <ItemGroup> |
| 61 | + <PackageReference Include="MSTest.TestAdapter"> |
| 62 | + <Version>1.3.2</Version> |
| 63 | + </PackageReference> |
| 64 | + <PackageReference Include="MSTest.TestFramework"> |
| 65 | + <Version>1.3.2</Version> |
| 66 | + </PackageReference> |
| 67 | + </ItemGroup> |
70 | 68 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
71 | 69 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
72 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
73 | | - <PropertyGroup> |
74 | | - <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> |
75 | | - </PropertyGroup> |
76 | | - <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'))" /> |
77 | | - <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'))" /> |
78 | | - </Target> |
79 | | - <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')" /> |
80 | 70 | <PropertyGroup> |
81 | 71 | <PostBuildEvent>copy "$(ProjectDir)Colors.colorset" "$(TargetDir)Colors.colorset" |
82 | 72 | copy "$(ProjectDir)Colors-XML.colorset" "$(TargetDir)Colors-XML.colorset"</PostBuildEvent> |
|
0 commit comments