Use "Preserve Newest" option on OpenTK.dll.config
authorthefiddler <stapostol@gmail.com>
Mon, 21 Jul 2014 12:32:08 +0000 (14:32 +0200)
committerthefiddler <stapostol@gmail.com>
Mon, 21 Jul 2014 12:32:08 +0000 (14:32 +0200)
commit6ab1a9db87ff5ef3e4859dc5ace13472f1b19386
tree19b546a470a0a78d53b303ee9290ae45e47f46e0
parent358b4ddf35fa3ae8f49bfe8730c9e83123f4f953
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