2
0
mirror of https://github.com/hirschmann/nbfc synced 2025-09-05 08:35:24 +00:00

Add manifests

This commit is contained in:
Stefan Hirschmann
2016-04-15 21:04:36 +02:00
parent 65d1a8a746
commit f8472a6ac8
6 changed files with 98 additions and 1 deletions

View File

@@ -50,10 +50,13 @@
<OutputPath>bin\ReleaseLinux\</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<appConfig>App.Linux.config</appConfig>
<appConfig>App.Linux.config</appConfig>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>App.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration.Install" />
@@ -95,6 +98,7 @@
<None Include="App.Linux.config">
<SubType>Designer</SubType>
</None>
<None Include="App.manifest" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">