Added app.manifest to Client app + Javascript fix Window Button

This commit is contained in:
CMS3762\carminatini
2018-02-14 16:08:09 +01:00
parent 6dc633f53a
commit fbf7fed623
4 changed files with 93 additions and 1 deletions
+4
View File
@@ -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>