|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
@@ -42,23 +42,21 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
- <DocumentationFile>
|
|
|
- </DocumentationFile>
|
|
|
+ <DocumentationFile></DocumentationFile>
|
|
|
<LangVersion>7.0</LangVersion>
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
<DebugType>none</DebugType>
|
|
|
- <Optimize>False</Optimize>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
<DefineConstants>
|
|
|
</DefineConstants>
|
|
|
<ErrorReport>none</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<LangVersion>7.0</LangVersion>
|
|
|
- <DocumentationFile>
|
|
|
- </DocumentationFile>
|
|
|
+ <DocumentationFile></DocumentationFile>
|
|
|
<FileAlignment>1024</FileAlignment>
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
</PropertyGroup>
|
|
@@ -259,17 +257,18 @@
|
|
|
<Resource Include="Themes\Resources\img\noisy-texture-200x200-o4-d31-c-161616-t0.png" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <PackageReference Include="Magick.NET-Q16-x64" Version="7.24.1" />
|
|
|
- <PackageReference Include="Magick.NET.SystemDrawing" Version="2.0.17" />
|
|
|
- <PackageReference Include="Magick.NET.SystemWindowsMedia" Version="3.0.11" />
|
|
|
+ <PackageReference Include="Magick.NET-Q16-x64" Version="8.2.1" />
|
|
|
+ <PackageReference Include="Magick.NET.SystemDrawing" Version="4.0.4" />
|
|
|
+ <PackageReference Include="Magick.NET.SystemWindowsMedia" Version="4.0.4" />
|
|
|
<PackageReference Include="Microsoft-WindowsAPICodePack-Core" Version="1.1.4" />
|
|
|
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
|
|
|
<PackageReference Include="Microsoft-WindowsAPICodePack-ShellExtensions" Version="1.1.4" />
|
|
|
- <PackageReference Include="Pfim" Version="0.10.0" />
|
|
|
+ <PackageReference Include="Pfim" Version="0.10.1" />
|
|
|
<PackageReference Include="SkiaSharp" Version="2.80.2" />
|
|
|
- <PackageReference Include="SkiaSharp.Views.WPF" Version="2.80.2" />
|
|
|
+ <PackageReference Include="SkiaSharp.Views.WPF" Version="2.80.1" />
|
|
|
<PackageReference Include="System.Runtime.WindowsRuntime" Version="5.0.0-preview.5.20278.1" />
|
|
|
<PackageReference Include="System.Runtime.WindowsRuntime.UI.Xaml" Version="5.0.0-preview.5.20278.1" />
|
|
|
+ <PackageReference Include="XamlAnimatedGif" Version="2.0.1" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Update="Properties\Settings.Designer.cs">
|