Skip to content

Commit faa3352

Browse files
committed
DPI scaling fix
1 parent 63fa72d commit faa3352

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

SavePandaWLE/SavePandaWLE.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<!--DPIScalingFix-->
5+
<ApplicationHighDpiMode>DpiUnawareGdiScaled</ApplicationHighDpiMode>
6+
<!--Main-->
47
<OutputType>WinExe</OutputType>
58
<TargetFramework>net8.0-windows7.0</TargetFramework>
69
<RootNamespace>SavePandaWLE</RootNamespace>
@@ -9,17 +12,16 @@
912
<ImplicitUsings>enable</ImplicitUsings>
1013
<ApplicationIcon>icon.ico</ApplicationIcon>
1114
<NeutralLanguage>en-US</NeutralLanguage>
12-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
15+
<AssemblyVersion>1.0.1.0</AssemblyVersion>
1316
<FileVersion>$(AssemblyVersion)</FileVersion>
1417
<Version>$(AssemblyVersion)</Version>
1518
<Authors>Mi5hmasH</Authors>
1619
<Company>$(Authors)</Company>
20+
<Copyright>$(Authors) 2024</Copyright>
21+
<PackageProjectUrl>https://github.com/mi5hmash/SavePandaWolongEdition</PackageProjectUrl>
22+
<Description>Encrypt, Decrypt &amp; Resign WoLong SaveData files.</Description>
1723
</PropertyGroup>
1824

19-
<ItemGroup>
20-
<Content Include="icon.ico" />
21-
</ItemGroup>
22-
2325
<ItemGroup>
2426
<ProjectReference Include="..\SavePandaWolongEditionCore\SavePandaWolongEditionCore.csproj" />
2527
</ItemGroup>

SavePandaWolongEditionCore/SavePandaWolongEditionCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<NeutralLanguage>en-US</NeutralLanguage>
9-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
9+
<AssemblyVersion>1.0.1.0</AssemblyVersion>
1010
<FileVersion>$(AssemblyVersion)</FileVersion>
1111
<Version>$(AssemblyVersion)</Version>
1212
<Authors>Mi5hmasH</Authors>

0 commit comments

Comments
 (0)