Fix Netch.csproj loses ApplicationManifest property

This commit is contained in:
ChsBuffer
2021-08-06 14:01:50 +08:00
parent df85d5797d
commit d99229ad50

View File

@@ -7,6 +7,7 @@
<Configurations>Debug;Release</Configurations>
<UseWindowsForms>true</UseWindowsForms>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<ApplicationManifest>App.manifest</ApplicationManifest>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<ApplicationIcon>Resources\Netch.ico</ApplicationIcon>