Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gro-ove committed Mar 16, 2020
1 parent 2a223b6 commit 7f9f40e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 3 additions & 4 deletions CustomPreviewUpdater/CustomPreviewUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="AcTools.AcdEncryption, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Libraries\AcTools.AcdEncryption\AcTools.AcdEncryption.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="AcTools.AcdEncryption, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\Libraries\AcTools\AcTools.AcdEncryption.dll</HintPath>
</Reference>
<Reference Include="Magick.NET-Q8-$(ActualPlatform), Culture=neutral, processorArchitecture=$(ActualPlatform)">
<HintPath>..\Libraries\Magick.NET-7.0.4-$(ActualPlatform)\Magick.NET-Q8-$(ActualPlatform).dll</HintPath>
<Private>True</Private>
Expand Down
10 changes: 3 additions & 7 deletions CustomShowroom/CustomShowroom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,9 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="AcTools.AcdEncryption, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Libraries\AcTools.AcdEncryption\AcTools.AcdEncryption.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="AcTools.AcdEncryption, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\Libraries\AcTools\AcTools.AcdEncryption.dll</HintPath>
</Reference>
<Reference Include="AcTools.AcdEncryption, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\Libraries\AcTools\AcTools.AcdEncryption.dll</HintPath>
</Reference>
<Reference Include="Magick.NET-Q8-$(ActualPlatform), Culture=neutral, processorArchitecture=$(ActualPlatform)">
<HintPath>..\Libraries\Magick.NET-7.0.4-$(ActualPlatform)\Magick.NET-Q8-$(ActualPlatform).dll</HintPath>
<Private>False</Private>
Expand Down

0 comments on commit 7f9f40e

Please sign in to comment.