Update 20221015

This commit is contained in:
2022-10-15 15:51:45 +02:00
parent 8d0d3ffb6d
commit 971afb5716
33 changed files with 210 additions and 140 deletions

View File

@@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<StartupObject>DPM2016.Program</StartupObject>
<RootNamespace>DPM2016</RootNamespace>
<AssemblyName>DPM2018</AssemblyName>
<AssemblyName>PADM</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsFormsWithCustomSubMain</MyType>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
@@ -37,7 +37,7 @@
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>DPM2018.xml</DocumentationFile>
<DocumentationFile>PADM.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
@@ -48,7 +48,7 @@
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>DPM2018.xml</DocumentationFile>
<DocumentationFile>PADM.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>