11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\NUnit.3.13.1\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.13.1\build\NUnit.props')" />
3+ <Import Project =" ..\packages\Microsoft.NET.Test.Sdk.16.11.0\build\net45\Microsoft.NET.Test.Sdk.props" Condition =" Exists('..\packages\Microsoft.NET.Test.Sdk.16.11.0\build\net45\Microsoft.NET.Test.Sdk.props')" />
4+ <Import Project =" ..\packages\Microsoft.CodeCoverage.16.11.0\build\netstandard1.0\Microsoft.CodeCoverage.props" Condition =" Exists('..\packages\Microsoft.CodeCoverage.16.11.0\build\netstandard1.0\Microsoft.CodeCoverage.props')" />
5+ <Import Project =" ..\packages\NUnit3TestAdapter.4.0.0\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\packages\NUnit3TestAdapter.4.0.0\build\net35\NUnit3TestAdapter.props')" />
6+ <Import Project =" ..\packages\NUnit.3.13.2\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.13.2\build\NUnit.props')" />
47 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
58 <PropertyGroup >
69 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
3437 <WarningLevel >4</WarningLevel >
3538 </PropertyGroup >
3639 <ItemGroup >
37- <Reference Include =" nunit.framework, Version=3.13.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
38- <HintPath >..\packages\NUnit.3.13.1\lib\net45\nunit.framework.dll</HintPath >
40+ <Reference Include =" Microsoft.VisualStudio.CodeCoverage.Shim, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
41+ <HintPath >..\packages\Microsoft.CodeCoverage.16.11.0\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\NUnit.3.13.2\lib\net45\nunit.framework.dll</HintPath >
3945 </Reference >
4046 <Reference Include =" Slapper, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL" >
4147 <SpecificVersion >False</SpecificVersion >
42- <HintPath >..\Slapper.AutoMapper\bin\Release \net47\Slapper.dll</HintPath >
48+ <HintPath >..\Slapper.AutoMapper\bin\Debug \net47\Slapper.dll</HintPath >
4349 </Reference >
4450 <Reference Include =" System" />
4551 <Reference Include =" System.Core" />
131137 </Compile >
132138 <Compile Include =" Properties\AssemblyInfo.cs" />
133139 </ItemGroup >
140+ <ItemGroup >
141+ <None Include =" packages.config" />
142+ </ItemGroup >
134143 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
135144 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
136145 <PropertyGroup >
137146 <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 >
138147 </PropertyGroup >
139- <Error Condition =" !Exists('..\packages\NUnit.3.13.1\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.13.1\build\NUnit.props'))" />
148+ <Error Condition =" !Exists('..\packages\NUnit.3.13.2\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.13.2\build\NUnit.props'))" />
149+ <Error Condition =" !Exists('..\packages\NUnit3TestAdapter.4.0.0\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.4.0.0\build\net35\NUnit3TestAdapter.props'))" />
150+ <Error Condition =" !Exists('..\packages\Microsoft.CodeCoverage.16.11.0\build\netstandard1.0\Microsoft.CodeCoverage.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeCoverage.16.11.0\build\netstandard1.0\Microsoft.CodeCoverage.props'))" />
151+ <Error Condition =" !Exists('..\packages\Microsoft.CodeCoverage.16.11.0\build\netstandard1.0\Microsoft.CodeCoverage.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeCoverage.16.11.0\build\netstandard1.0\Microsoft.CodeCoverage.targets'))" />
152+ <Error Condition =" !Exists('..\packages\Microsoft.NET.Test.Sdk.16.11.0\build\net45\Microsoft.NET.Test.Sdk.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.NET.Test.Sdk.16.11.0\build\net45\Microsoft.NET.Test.Sdk.props'))" />
153+ <Error Condition =" !Exists('..\packages\Microsoft.NET.Test.Sdk.16.11.0\build\net45\Microsoft.NET.Test.Sdk.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.NET.Test.Sdk.16.11.0\build\net45\Microsoft.NET.Test.Sdk.targets'))" />
140154 </Target >
155+ <Import Project =" ..\packages\Microsoft.CodeCoverage.16.11.0\build\netstandard1.0\Microsoft.CodeCoverage.targets" Condition =" Exists('..\packages\Microsoft.CodeCoverage.16.11.0\build\netstandard1.0\Microsoft.CodeCoverage.targets')" />
156+ <Import Project =" ..\packages\Microsoft.NET.Test.Sdk.16.11.0\build\net45\Microsoft.NET.Test.Sdk.targets" Condition =" Exists('..\packages\Microsoft.NET.Test.Sdk.16.11.0\build\net45\Microsoft.NET.Test.Sdk.targets')" />
141157</Project >
0 commit comments