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,7 +2,10 @@
<PropertyGroup> <PropertyGroup>
<LangVersion>latest</LangVersion> <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> <Authors>Pilzinsel64</Authors>
</PropertyGroup> </PropertyGroup>

View File

@@ -3,7 +3,6 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<AssemblyTitle>LIBMIO0</AssemblyTitle> <AssemblyTitle>LIBMIO0</AssemblyTitle>
<Product>Quad64</Product> <Product>Quad64</Product>
<Copyright>Copyright © David 2018</Copyright>
<Platforms>AnyCPU</Platforms> <Platforms>AnyCPU</Platforms>
<Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations> <Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations>
</PropertyGroup> </PropertyGroup>

View File

@@ -4,7 +4,6 @@
<AssemblyTitle>N64Graphics</AssemblyTitle> <AssemblyTitle>N64Graphics</AssemblyTitle>
<Company>Pilzinsel64</Company> <Company>Pilzinsel64</Company>
<Product>N64Graphics</Product> <Product>N64Graphics</Product>
<Copyright>Copyright © Pilzinsel64 2017 - 2018</Copyright>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<Platforms>AnyCPU</Platforms> <Platforms>AnyCPU</Platforms>
<Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations> <Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations>

View File

@@ -3,7 +3,6 @@
<TargetFramework>net8.0-windows</TargetFramework> <TargetFramework>net8.0-windows</TargetFramework>
<AssemblyTitle>SM64Lib.Text.Exporters</AssemblyTitle> <AssemblyTitle>SM64Lib.Text.Exporters</AssemblyTitle>
<Product>SM64Lib.Text.Exporters</Product> <Product>SM64Lib.Text.Exporters</Product>
<Copyright>Copyright © 2020</Copyright>
<Platforms>AnyCPU</Platforms> <Platforms>AnyCPU</Platforms>
<Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations> <Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations>
</PropertyGroup> </PropertyGroup>

View File

@@ -7,8 +7,6 @@
<AssemblyTitle>TextValueConverter</AssemblyTitle> <AssemblyTitle>TextValueConverter</AssemblyTitle>
<Company>DRSN</Company> <Company>DRSN</Company>
<Product>TextValueConverter</Product> <Product>TextValueConverter</Product>
<Copyright>Copyright © Pilzinsel64 2018 - 2020</Copyright>
<DocumentationFile>SM64Lib.TextValueConverter.xml</DocumentationFile>
<DefineTrace>true</DefineTrace> <DefineTrace>true</DefineTrace>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591,CS0168</NoWarn> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591,CS0168</NoWarn>
<Platforms>AnyCPU</Platforms> <Platforms>AnyCPU</Platforms>

View File

@@ -7,8 +7,6 @@
<AssemblyTitle>SM64Lib</AssemblyTitle> <AssemblyTitle>SM64Lib</AssemblyTitle>
<Company>Pilzinsel64</Company> <Company>Pilzinsel64</Company>
<Product>SM64Lib</Product> <Product>SM64Lib</Product>
<Copyright>Copyright © Pilzinsel64 2018 - 2020</Copyright>
<DocumentationFile>SM64Lib.xml</DocumentationFile>
<DefineTrace>true</DefineTrace> <DefineTrace>true</DefineTrace>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591,CS0660,CS0661,CA1009</NoWarn> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591,CS0660,CS0661,CA1009</NoWarn>
<Platforms>AnyCPU</Platforms> <Platforms>AnyCPU</Platforms>