update project configurations
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Copyright>Copyright © Pilzinsel64 2018 - 2024</Copyright>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<NoWarn>1591</NoWarn>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://git.pilzinsel64.de/gaming/n64/sm64lib</PackageProjectUrl>
|
||||
<Authors>Pilzinsel64</Authors>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<AssemblyTitle>LIBMIO0</AssemblyTitle>
|
||||
<Product>Quad64</Product>
|
||||
<Copyright>Copyright © David 2018</Copyright>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<AssemblyTitle>N64Graphics</AssemblyTitle>
|
||||
<Company>Pilzinsel64</Company>
|
||||
<Product>N64Graphics</Product>
|
||||
<Copyright>Copyright © Pilzinsel64 2017 - 2018</Copyright>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<AssemblyTitle>SM64Lib.Text.Exporters</AssemblyTitle>
|
||||
<Product>SM64Lib.Text.Exporters</Product>
|
||||
<Copyright>Copyright © 2020</Copyright>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
<AssemblyTitle>TextValueConverter</AssemblyTitle>
|
||||
<Company>DRSN</Company>
|
||||
<Product>TextValueConverter</Product>
|
||||
<Copyright>Copyright © Pilzinsel64 2018 - 2020</Copyright>
|
||||
<DocumentationFile>SM64Lib.TextValueConverter.xml</DocumentationFile>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591,CS0168</NoWarn>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
<AssemblyTitle>SM64Lib</AssemblyTitle>
|
||||
<Company>Pilzinsel64</Company>
|
||||
<Product>SM64Lib</Product>
|
||||
<Copyright>Copyright © Pilzinsel64 2018 - 2020</Copyright>
|
||||
<DocumentationFile>SM64Lib.xml</DocumentationFile>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591,CS0660,CS0661,CA1009</NoWarn>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
|
||||
Reference in New Issue
Block a user