|
11 | 11 | <AssemblyName>DFO.Sandbox</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | | - <NuGetPackageImportStamp>bbb90214</NuGetPackageImportStamp> |
| 14 | + <NuGetPackageImportStamp>c8a8dc79</NuGetPackageImportStamp> |
15 | 15 | </PropertyGroup> |
16 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 17 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
38 | 38 | <Reference Include="GraphicsMagick.NET-AnyCPU"> |
39 | 39 | <HintPath>..\packages\GraphicsMagick.NET-Q16-AnyCPU.1.3.21.1\lib\net40-client\GraphicsMagick.NET-AnyCPU.dll</HintPath> |
40 | 40 | </Reference> |
41 | | - <Reference Include="Magick.NET-AnyCPU"> |
42 | | - <HintPath>..\packages\Magick.NET-Q16-AnyCPU.7.0.0.0014\lib\net40-client\Magick.NET-AnyCPU.dll</HintPath> |
43 | | - </Reference> |
44 | | - <Reference Include="Magick.NET.Core"> |
45 | | - <HintPath>..\packages\Magick.NET-Q16-AnyCPU.7.0.0.0014\lib\net40-client\Magick.NET.Core.dll</HintPath> |
46 | | - </Reference> |
47 | 41 | <Reference Include="PresentationCore" /> |
48 | 42 | <Reference Include="System" /> |
49 | 43 | <Reference Include="System.Core" /> |
|
81 | 75 | </ProjectReference> |
82 | 76 | </ItemGroup> |
83 | 77 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
84 | | - <Import Project="..\packages\VVVV.FreeImage.3.15.1.1\build\net40\VVVV.FreeImage.targets" Condition="Exists('..\packages\VVVV.FreeImage.3.15.1.1\build\net40\VVVV.FreeImage.targets')" /> |
85 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
86 | | - <PropertyGroup> |
87 | | - <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> |
88 | | - </PropertyGroup> |
89 | | - <Error Condition="!Exists('..\packages\VVVV.FreeImage.3.15.1.1\build\net40\VVVV.FreeImage.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\VVVV.FreeImage.3.15.1.1\build\net40\VVVV.FreeImage.targets'))" /> |
90 | | - </Target> |
91 | 78 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
92 | 79 | Other similar extension points exist, see Microsoft.Common.targets. |
93 | 80 | <Target Name="BeforeBuild"> |
|
0 commit comments