Skip to content
This repository was archived by the owner on Nov 14, 2017. It is now read-only.

Commit 28be2d7

Browse files
LHCGregLHCGreg
authored andcommitted
Remove unused ImageMagick and FreeImage libraries.
1 parent 230f447 commit 28be2d7

3 files changed

Lines changed: 5 additions & 19 deletions

File tree

DFO.Sandbox/DFO.Sandbox.csproj

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>DFO.Sandbox</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<NuGetPackageImportStamp>bbb90214</NuGetPackageImportStamp>
14+
<NuGetPackageImportStamp>c8a8dc79</NuGetPackageImportStamp>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -38,12 +38,6 @@
3838
<Reference Include="GraphicsMagick.NET-AnyCPU">
3939
<HintPath>..\packages\GraphicsMagick.NET-Q16-AnyCPU.1.3.21.1\lib\net40-client\GraphicsMagick.NET-AnyCPU.dll</HintPath>
4040
</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>
4741
<Reference Include="PresentationCore" />
4842
<Reference Include="System" />
4943
<Reference Include="System.Core" />
@@ -81,13 +75,6 @@
8175
</ProjectReference>
8276
</ItemGroup>
8377
<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>
9178
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9279
Other similar extension points exist, see Microsoft.Common.targets.
9380
<Target Name="BeforeBuild">

DFO.Sandbox/packages.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="GraphicsMagick.NET-Q16-AnyCPU" version="1.3.21.1" targetFramework="net45" />
4-
<package id="Magick.NET-Q16-AnyCPU" version="7.0.0.0014" targetFramework="net45" />
5-
<package id="VVVV.FreeImage" version="3.15.1.1" targetFramework="net45" />
64
</packages>

packages/repositories.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<repositories>
3-
<repository path="..\DFO.Common\packages.config" />
3+
<repository path="..\DFO.Common.Tests\packages.config" />
44
<repository path="..\DFO.Gif\packages.config" />
5-
<repository path="..\NpkReader.Sandbox\packages.config" />
6-
<repository path="..\NpkReader\packages.config" />
5+
<repository path="..\DFO.Npk\packages.config" />
6+
<repository path="..\DFO.Sandbox\packages.config" />
7+
<repository path="..\npk2gif\packages.config" />
78
</repositories>

0 commit comments

Comments
 (0)