Added app.manifest to OpenTK.Examples project

The file had been added to the source tree, but was missing from the
OpenTK.Examples project configuration, causing hi-dpi mode to fail on
the examples window.
This commit is contained in:
Stefanos A. 2013-09-27 15:19:21 +02:00
parent 4a4fbbd2c9
commit cf703aca62

View file

@ -108,6 +108,9 @@
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\OpenTK.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="System">
<Name>System</Name>
@ -484,6 +487,7 @@
<None Include="..\..\OpenTK.snk">
<Link>OpenTK.snk</Link>
</None>
<None Include="app.manifest" />
<None Include="Data\Poem.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>