From 6ab1a9db87ff5ef3e4859dc5ace13472f1b19386 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Mon, 21 Jul 2014 14:32:08 +0200 Subject: [PATCH] Use "Preserve Newest" option on OpenTK.dll.config OpenTK.dll.config was previously set to be always copied to the output directory. This caused constant rebuilds in Visual Studio. Setting this to "Preserve Newest" improves build times significantly. --- Source/OpenTK/OpenTK.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/OpenTK.csproj b/Source/OpenTK/OpenTK.csproj index 61e11bc..cd3df5f 100644 --- a/Source/OpenTK/OpenTK.csproj +++ b/Source/OpenTK/OpenTK.csproj @@ -698,7 +698,7 @@ - Always + PreserveNewest -- 2.7.4