|
@@ -89,9 +89,13 @@
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<ApplicationIcon>lib\img\Brainleaf-Dark-Blog-Reflex.ico</ApplicationIcon>
|
|
<ApplicationIcon>lib\img\Brainleaf-Dark-Blog-Reflex.ico</ApplicationIcon>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
<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>
|
|
|
<Reference Include="Microsoft.VisualBasic" />
|
|
<Reference Include="Microsoft.VisualBasic" />
|
|
|
<Reference Include="Microsoft.WindowsAPICodePack.Shell">
|
|
<Reference Include="Microsoft.WindowsAPICodePack.Shell">
|
|
@@ -112,8 +116,8 @@
|
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="WindowsBase" />
|
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationCore" />
|
|
|
<Reference Include="PresentationFramework" />
|
|
<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>
|
|
<Private>True</Private>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
@@ -131,6 +135,9 @@
|
|
|
<Compile Include="lib\UserControls\CustomControls\AutoScrollSign.xaml.cs">
|
|
<Compile Include="lib\UserControls\CustomControls\AutoScrollSign.xaml.cs">
|
|
|
<DependentUpon>AutoScrollSign.xaml</DependentUpon>
|
|
<DependentUpon>AutoScrollSign.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="lib\UserControls\CustomControls\Minus.xaml.cs">
|
|
|
|
|
+ <DependentUpon>Minus.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="lib\UserControls\CustomControls\PicGallery.xaml.cs">
|
|
<Compile Include="lib\UserControls\CustomControls\PicGallery.xaml.cs">
|
|
|
<DependentUpon>PicGallery.xaml</DependentUpon>
|
|
<DependentUpon>PicGallery.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
@@ -221,6 +228,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
</Page>
|
|
|
|
|
+ <Page Include="lib\UserControls\CustomControls\Minus.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
<Page Include="lib\UserControls\CustomControls\PicGallery.xaml">
|
|
<Page Include="lib\UserControls\CustomControls\PicGallery.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -404,12 +415,12 @@
|
|
|
</FileAssociation>
|
|
</FileAssociation>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<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">
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
<PropertyGroup>
|
|
<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>
|
|
<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>
|
|
</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>
|
|
</Target>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- 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.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|