mirror of
https://github.com/hirschmann/nbfc
synced 2025-09-05 08:35:24 +00:00
Add manifests
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user