|
|
@@ -1,5 +1,4 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
-
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
@@ -7,34 +6,28 @@
|
|
|
<Platforms>x64;arm64</Platforms>
|
|
|
<LangVersion>preview</LangVersion>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<IsAotCompatible>True</IsAotCompatible>
|
|
|
<IsTrimmable>True</IsTrimmable>
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
<IsAotCompatible>True</IsAotCompatible>
|
|
|
<IsTrimmable>True</IsTrimmable>
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<DebugType>none</DebugType>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<PropertyGroup Condition="'$(Platform)' == 'x64'">
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<PropertyGroup Condition="'$(Platform)' == 'arm64'">
|
|
|
<PlatformTarget>ARM64</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="14.0.0" />
|
|
|
<PackageReference Include="SharpCompress" Version="0.38.0" />
|
|
|
<PackageReference Include="ZString" Version="2.6.0" />
|
|
|
</ItemGroup>
|
|
|
-
|
|
|
<ItemGroup>
|
|
|
<None Update="Config\Languages\da.json">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
@@ -76,9 +69,7 @@
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
</None>
|
|
|
</ItemGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <InternalsVisibleTo Include="PicView.Tests" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
-</Project>
|
|
|
+ <ItemGroup>
|
|
|
+ <InternalsVisibleTo Include="PicView.Tests" />
|
|
|
+ </ItemGroup>
|
|
|
+</Project>
|