File tree 2 files changed +8
-6
lines changed
SavePandaWolongEditionCore
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
+ <!-- DPIScalingFix-->
5
+ <ApplicationHighDpiMode >DpiUnawareGdiScaled</ApplicationHighDpiMode >
6
+ <!-- Main-->
4
7
<OutputType >WinExe</OutputType >
5
8
<TargetFramework >net8.0-windows7.0</TargetFramework >
6
9
<RootNamespace >SavePandaWLE</RootNamespace >
9
12
<ImplicitUsings >enable</ImplicitUsings >
10
13
<ApplicationIcon >icon.ico</ApplicationIcon >
11
14
<NeutralLanguage >en-US</NeutralLanguage >
12
- <AssemblyVersion >1.0.0 .0</AssemblyVersion >
15
+ <AssemblyVersion >1.0.1 .0</AssemblyVersion >
13
16
<FileVersion >$(AssemblyVersion)</FileVersion >
14
17
<Version >$(AssemblyVersion)</Version >
15
18
<Authors >Mi5hmasH</Authors >
16
19
<Company >$(Authors)</Company >
20
+ <Copyright >$(Authors) 2024</Copyright >
21
+ <PackageProjectUrl >https://github.com/mi5hmash/SavePandaWolongEdition</PackageProjectUrl >
22
+ <Description >Encrypt, Decrypt & Resign WoLong SaveData files.</Description >
17
23
</PropertyGroup >
18
24
19
- <ItemGroup >
20
- <Content Include =" icon.ico" />
21
- </ItemGroup >
22
-
23
25
<ItemGroup >
24
26
<ProjectReference Include =" ..\SavePandaWolongEditionCore\SavePandaWolongEditionCore.csproj" />
25
27
</ItemGroup >
Original file line number Diff line number Diff line change 6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
<NeutralLanguage >en-US</NeutralLanguage >
9
- <AssemblyVersion >1.0.0 .0</AssemblyVersion >
9
+ <AssemblyVersion >1.0.1 .0</AssemblyVersion >
10
10
<FileVersion >$(AssemblyVersion)</FileVersion >
11
11
<Version >$(AssemblyVersion)</Version >
12
12
<Authors >Mi5hmasH</Authors >
You can’t perform that action at this time.
0 commit comments