diff options
author | sr55 <[email protected]> | 2016-03-22 15:08:50 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-03-22 15:08:50 +0000 |
commit | e60f3dc00655086b8686a981240d4eb696c4c22f (patch) | |
tree | f14ddf7f39a263054836062a2418d4e3972f8440 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 3dd02eaa2e5cecef6ff0424990a7ff34c163038b (diff) |
WinGui: Add an app.manifest to explicitly declare supported operating systems so the OS detection works correctly.
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index c2dd50a54..f5c0fcb70 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -77,6 +77,13 @@ <ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
+ <PropertyGroup />
+ <PropertyGroup>
+ <ApplicationManifest>app.manifest</ApplicationManifest>
+ </PropertyGroup>
+ <PropertyGroup>
+ <SignAssembly>false</SignAssembly>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro">
<HintPath>..\libraries\caliburn\Caliburn.Micro.dll</HintPath>
@@ -453,6 +460,7 @@ <SubType>Designer</SubType>
</EmbeddedResource>
<None Include="app.config" />
+ <None Include="app.manifest" />
<None Include="Installer\Installer.nsi" />
<None Include="Installer\Installer64.nsi" />
<None Include="Installer\MakeNightly.nsi" />
|