|
5 | 5 | <TargetFramework>net8.0-windows</TargetFramework>
|
6 | 6 | <Nullable>enable</Nullable>
|
7 | 7 | <UseWPF>true</UseWPF>
|
8 |
| - <RootNamespace>LM2.SaveEditor</RootNamespace> |
9 |
| - <AssemblyName>LM2_SaveEditor</AssemblyName> |
10 |
| - <Title>Luigi's Mansion 2 Save Editor</Title> |
11 |
| - <Authors>Tolly Hill</Authors> |
12 |
| - <Company>Tolly Hill</Company> |
13 |
| - <Description>A save file editor for Luigi's Mansion 2</Description> |
14 |
| - <Copyright>Copyright © 2023-2024 Ptolemy Hill</Copyright> |
15 |
| - <PackageProjectUrl>https://github.com/TollyH/LM2</PackageProjectUrl> |
16 |
| - <RepositoryUrl>https://github.com/TollyH/LM2</RepositoryUrl> |
17 |
| - <RepositoryType>git</RepositoryType> |
18 |
| - <Version>1.1.0</Version> |
19 |
| - <ApplicationIcon>Darkmoon.ico</ApplicationIcon> |
| 8 | + <RootNamespace>LM2.SaveEditor</RootNamespace> |
| 9 | + <AssemblyName>LM2_SaveEditor</AssemblyName> |
| 10 | + <Title>Luigi's Mansion 2 Save Editor</Title> |
| 11 | + <Authors>Tolly Hill</Authors> |
| 12 | + <Company>Tolly Hill</Company> |
| 13 | + <Description>A save file editor for Luigi's Mansion 2</Description> |
| 14 | + <Copyright>Copyright © 2023-2024 Ptolemy Hill</Copyright> |
| 15 | + <PackageProjectUrl>https://github.com/TollyH/LM2</PackageProjectUrl> |
| 16 | + <RepositoryUrl>https://github.com/TollyH/LM2</RepositoryUrl> |
| 17 | + <RepositoryType>git</RepositoryType> |
| 18 | + <Version>1.1.1</Version> |
| 19 | + <ApplicationIcon>Darkmoon.ico</ApplicationIcon> |
20 | 20 | </PropertyGroup>
|
21 | 21 |
|
22 | 22 | <ItemGroup>
|
|
0 commit comments