Added app.manifest to Client app + Javascript fix Window Button
This commit is contained in:
@@ -99,6 +99,9 @@
|
||||
<PropertyGroup>
|
||||
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="ChromiumFX">
|
||||
<HintPath>..\Client.Chromium\ChromiumFX.dll</HintPath>
|
||||
@@ -196,6 +199,7 @@
|
||||
<EmbeddedResource Include="View\NcForm.resx">
|
||||
<DependentUpon>NcForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<None Include="app.manifest" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
|
||||
Reference in New Issue
Block a user