Skip to content

Commit

Permalink
Update solution to discover the new files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Mar 19, 2019
1 parent 0d30043 commit ab80dbc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
23 changes: 17 additions & 6 deletions PicView/PicVIew.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,13 @@
<PropertyGroup>
<ApplicationIcon>lib\img\Brainleaf-Dark-Blog-Reflex.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<Reference Include="Magick.NET-Q16-HDRI-x64, Version=7.8.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64">
<HintPath>..\packages\Magick.NET-Q16-HDRI-x64.7.8.0\lib\net40\Magick.NET-Q16-HDRI-x64.dll</HintPath>
<Reference Include="Magick.NET-Q16-HDRI-x64, Version=7.11.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64">
<HintPath>..\packages\Magick.NET-Q16-HDRI-x64.7.11.0\lib\net40\Magick.NET-Q16-HDRI-x64.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Microsoft.WindowsAPICodePack.Shell">
Expand All @@ -112,8 +116,8 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="XamlAnimatedGif, Version=1.1.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\XamlAnimatedGif.1.1.10\lib\net45\XamlAnimatedGif.dll</HintPath>
<Reference Include="XamlAnimatedGif, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\XamlAnimatedGif.1.2.1\lib\net45\XamlAnimatedGif.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand All @@ -131,6 +135,9 @@
<Compile Include="lib\UserControls\CustomControls\AutoScrollSign.xaml.cs">
<DependentUpon>AutoScrollSign.xaml</DependentUpon>
</Compile>
<Compile Include="lib\UserControls\CustomControls\Minus.xaml.cs">
<DependentUpon>Minus.xaml</DependentUpon>
</Compile>
<Compile Include="lib\UserControls\CustomControls\PicGallery.xaml.cs">
<DependentUpon>PicGallery.xaml</DependentUpon>
</Compile>
Expand Down Expand Up @@ -221,6 +228,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="lib\UserControls\CustomControls\Minus.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="lib\UserControls\CustomControls\PicGallery.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down Expand Up @@ -404,12 +415,12 @@
</FileAssociation>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Magick.NET-Q16-HDRI-x64.7.8.0\build\net40\Magick.NET-Q16-HDRI-x64.targets" Condition="Exists('..\packages\Magick.NET-Q16-HDRI-x64.7.8.0\build\net40\Magick.NET-Q16-HDRI-x64.targets')" />
<Import Project="..\packages\Magick.NET-Q16-HDRI-x64.7.11.0\build\net40\Magick.NET-Q16-HDRI-x64.targets" Condition="Exists('..\packages\Magick.NET-Q16-HDRI-x64.7.11.0\build\net40\Magick.NET-Q16-HDRI-x64.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Magick.NET-Q16-HDRI-x64.7.8.0\build\net40\Magick.NET-Q16-HDRI-x64.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Magick.NET-Q16-HDRI-x64.7.8.0\build\net40\Magick.NET-Q16-HDRI-x64.targets'))" />
<Error Condition="!Exists('..\packages\Magick.NET-Q16-HDRI-x64.7.11.0\build\net40\Magick.NET-Q16-HDRI-x64.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Magick.NET-Q16-HDRI-x64.7.11.0\build\net40\Magick.NET-Q16-HDRI-x64.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 2 additions & 2 deletions PicView/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Magick.NET-Q16-HDRI-x64" version="7.8.0" targetFramework="net472" />
<package id="XamlAnimatedGif" version="1.1.10" targetFramework="net461" />
<package id="Magick.NET-Q16-HDRI-x64" version="7.11.0" targetFramework="net472" />
<package id="XamlAnimatedGif" version="1.2.1" targetFramework="net472" />
</packages>

0 comments on commit ab80dbc

Please sign in to comment.