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 =" C:\home\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props" Condition =" Exists('C:\home\packages\MSTest.TestAdapter.2.1.1\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 >
39
38
<WarningLevel >4</WarningLevel >
40
39
</PropertyGroup >
41
40
<ItemGroup >
42
- <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
43
- <HintPath >C:\home\packages\MSTest.TestFramework.2.1.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
44
- </Reference >
45
- <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
46
- <HintPath >C:\home\packages\MSTest.TestFramework.2.1.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
47
- </Reference >
48
41
<Reference Include =" System" />
49
42
<Reference Include =" System.Core" />
50
- <Reference Include =" Tethys.Logging, Version=1.4.2.0, Culture=neutral, PublicKeyToken=5fae225d9529f881, processorArchitecture=MSIL" >
51
- <HintPath >C:\home\packages\Tethys.Logging.1.4.2\lib\netstandard2.0\Tethys.Logging.dll</HintPath >
52
- </Reference >
53
- <Reference Include =" Tethys.Logging.Console, Version=1.4.2.0, Culture=neutral, PublicKeyToken=5fae225d9529f881, processorArchitecture=MSIL" >
54
- <HintPath >C:\home\packages\Tethys.Logging.Console.1.4.2\lib\netstandard2.0\Tethys.Logging.Console.dll</HintPath >
55
- </Reference >
56
43
</ItemGroup >
57
44
<ItemGroup >
58
45
<Compile Include =" FossologyClientTest.cs" />
59
46
<Compile Include =" Properties\AssemblyInfo.cs" />
60
47
</ItemGroup >
61
- <ItemGroup >
62
- <None Include =" packages.config" />
63
- </ItemGroup >
64
48
<ItemGroup >
65
49
<ProjectReference Include =" ..\FOSSology.REST.dotnet\FOSSology.REST.dotnet.csproj" >
66
50
<Project >{510a1d9e-c531-4a0e-a516-6aa0125e4f9b}</Project >
71
55
<Name >Fossology.Rest.Dotnet.Model</Name >
72
56
</ProjectReference >
73
57
</ItemGroup >
58
+ <ItemGroup >
59
+ <PackageReference Include =" MSTest.TestAdapter" >
60
+ <Version >2.1.1</Version >
61
+ </PackageReference >
62
+ <PackageReference Include =" MSTest.TestFramework" >
63
+ <Version >2.1.1</Version >
64
+ </PackageReference >
65
+ <PackageReference Include =" Tethys.Logging.Console" >
66
+ <Version >1.4.2</Version >
67
+ </PackageReference >
68
+ </ItemGroup >
74
69
<Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
75
70
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
77
- <PropertyGroup >
78
- <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 >
79
- </PropertyGroup >
80
- <Error Condition =" !Exists('C:\home\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', 'C:\home\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props'))" />
81
- <Error Condition =" !Exists('C:\home\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'C:\home\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets'))" />
82
- </Target >
83
- <Import Project =" C:\home\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('C:\home\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets')" />
84
71
</Project >
0 commit comments