From cf703aca6203ee3db4b8b6821971fc6d81c641d7 Mon Sep 17 00:00:00 2001 From: "Stefanos A." Date: Fri, 27 Sep 2013 15:19:21 +0200 Subject: [PATCH] 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. --- Source/Examples/OpenTK.Examples.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Examples/OpenTK.Examples.csproj b/Source/Examples/OpenTK.Examples.csproj index f272a374..4c8e9d9f 100644 --- a/Source/Examples/OpenTK.Examples.csproj +++ b/Source/Examples/OpenTK.Examples.csproj @@ -108,6 +108,9 @@ ..\..\OpenTK.snk + + app.manifest + System @@ -484,6 +487,7 @@ OpenTK.snk + Always