|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" 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\NUnit.3.13.2\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.13.2\build\NUnit.props')" /> |
| 4 | + <Import Project="..\packages\NUnit3TestAdapter.4.1.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.4.1.0\build\net35\NUnit3TestAdapter.props')" /> |
4 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 6 | <PropertyGroup> |
6 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
14 | 15 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
15 | 16 | <FileAlignment>512</FileAlignment> |
16 | 17 | <LangVersion>7.2</LangVersion> |
| 18 | + <NuGetPackageImportStamp> |
| 19 | + </NuGetPackageImportStamp> |
17 | 20 | </PropertyGroup> |
18 | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
| 22 | + <PlatformTarget>x64</PlatformTarget> |
20 | 23 | <DebugSymbols>true</DebugSymbols> |
21 | 24 | <DebugType>full</DebugType> |
22 | 25 | <Optimize>false</Optimize> |
|
108 | 111 | <HintPath>..\packages\NJsonSchema.10.4.0\lib\net45\NJsonSchema.dll</HintPath> |
109 | 112 | <Private>True</Private> |
110 | 113 | </Reference> |
111 | | - <Reference Include="nunit.framework, Version=3.13.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb"> |
112 | | - <HintPath>..\packages\NUnit.3.13.1\lib\net45\nunit.framework.dll</HintPath> |
113 | | - <Private>True</Private> |
| 114 | + <Reference Include="nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 115 | + <HintPath>..\packages\NUnit.3.13.2\lib\net45\nunit.framework.dll</HintPath> |
114 | 116 | </Reference> |
115 | 117 | <Reference Include="OpenMcdf, Version=2.2.1.9, Culture=neutral, PublicKeyToken=fdbb1629d7c00800, processorArchitecture=MSIL"> |
116 | 118 | <HintPath>..\packages\OpenMcdf.2.2.1.9\lib\net40\OpenMcdf.dll</HintPath> |
|
229 | 231 | <PropertyGroup> |
230 | 232 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText> |
231 | 233 | </PropertyGroup> |
232 | | - <Error Condition="!Exists('..\packages\NUnit.3.13.1\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.13.1\build\NUnit.props'))" /> |
233 | 234 | <Error Condition="!Exists('..\packages\mzLib.1.0.450\build\net471\mzLib.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\mzLib.1.0.450\build\net471\mzLib.targets'))" /> |
| 235 | + <Error Condition="!Exists('..\packages\NUnit3TestAdapter.4.1.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.4.1.0\build\net35\NUnit3TestAdapter.props'))" /> |
| 236 | + <Error Condition="!Exists('..\packages\NUnit.3.13.2\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.13.2\build\NUnit.props'))" /> |
234 | 237 | </Target> |
235 | 238 | <Import Project="..\packages\mzLib.1.0.450\build\net471\mzLib.targets" Condition="Exists('..\packages\mzLib.1.0.450\build\net471\mzLib.targets')" /> |
236 | 239 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments