11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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')" />
43 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
54 <PropertyGroup >
65 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
3938 <WarningLevel >4</WarningLevel >
4039 </PropertyGroup >
4140 <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 >
4841 <Reference Include =" System" />
4942 <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 >
5643 </ItemGroup >
5744 <ItemGroup >
5845 <Compile Include =" FossologyClientTest.cs" />
5946 <Compile Include =" Properties\AssemblyInfo.cs" />
6047 </ItemGroup >
61- <ItemGroup >
62- <None Include =" packages.config" />
63- </ItemGroup >
6448 <ItemGroup >
6549 <ProjectReference Include =" ..\FOSSology.REST.dotnet\FOSSology.REST.dotnet.csproj" >
6650 <Project >{510a1d9e-c531-4a0e-a516-6aa0125e4f9b}</Project >
7155 <Name >Fossology.Rest.Dotnet.Model</Name >
7256 </ProjectReference >
7357 </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 >
7469 <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
7570 <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')" />
8471</Project >
0 commit comments