update project configurations

This commit is contained in:
2024-06-11 08:53:37 +02:00
parent 1f3c3e15ff
commit 82e5ecc179
6 changed files with 11 additions and 15 deletions

View File

@@ -2,12 +2,15 @@
<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>
<PropertyGroup Condition = "'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
</PropertyGroup>
</Project>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>