|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props')" /> |
3 | 4 | <PropertyGroup>
|
4 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
21 | 22 | <SccAuxPath>SAK</SccAuxPath>
|
22 | 23 | <SccProvider>SAK</SccProvider>
|
23 | 24 | <TargetFrameworkProfile />
|
| 25 | + <NuGetPackageImportStamp> |
| 26 | + </NuGetPackageImportStamp> |
24 | 27 | </PropertyGroup>
|
25 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
26 | 29 | <DebugSymbols>true</DebugSymbols>
|
|
42 | 45 | <Prefer32Bit>false</Prefer32Bit>
|
43 | 46 | </PropertyGroup>
|
44 | 47 | <ItemGroup>
|
45 |
| - <Reference Include="FluentAssertions, Version=2.1.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
46 |
| - <SpecificVersion>False</SpecificVersion> |
47 |
| - <HintPath>..\packages\FluentAssertions.2.1.0.0\lib\net45\FluentAssertions.dll</HintPath> |
| 48 | + <Reference Include="DotNetZip, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath> |
48 | 50 | </Reference>
|
49 |
| - <Reference Include="Ionic.Zip"> |
50 |
| - <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath> |
| 51 | + <Reference Include="FluentAssertions, Version=4.19.4.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\FluentAssertions.4.19.4\lib\net45\FluentAssertions.dll</HintPath> |
51 | 53 | </Reference>
|
52 |
| - <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
53 |
| - <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath> |
| 54 | + <Reference Include="FluentAssertions.Core, Version=4.19.4.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\FluentAssertions.4.19.4\lib\net45\FluentAssertions.Core.dll</HintPath> |
| 56 | + </Reference> |
| 57 | + <Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath> |
54 | 59 | </Reference>
|
55 | 60 | <Reference Include="System" />
|
56 | 61 | <Reference Include="System.Drawing" />
|
@@ -135,6 +140,12 @@ xcopy /s /y "$(SolutionDir)libzopfli-sharp\NativeBinaries\x86\*.*" "$(TargetDir)
|
135 | 140 | if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
|
136 | 141 | xcopy /s /y "$(SolutionDir)libzopfli-sharp\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
|
137 | 142 | </PropertyGroup>
|
| 143 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 144 | + <PropertyGroup> |
| 145 | + <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
| 146 | + </PropertyGroup> |
| 147 | + <Error Condition="!Exists('..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props'))" /> |
| 148 | + </Target> |
138 | 149 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
139 | 150 | Other similar extension points exist, see Microsoft.Common.targets.
|
140 | 151 | <Target Name="BeforeBuild">
|
|
0 commit comments