.Net Standard port for Opentk
Find a file
2010-10-06 15:10:24 +00:00
Documentation Avoid all custom tasks, since this causes build issues in Visual Studio (Build.Tasks.dll gets loaded into the main AppDomain and remains locked, meaning you have to exit Visual Studio before rebuilding the project). 2010-10-06 14:18:10 +00:00
Installers Do not add nsis installers to the zip! 2010-10-06 15:10:24 +00:00
Source Use mono to invoke Build.UpdateVersion.exe on non-Windows systems. 2010-10-06 15:07:12 +00:00
OpenTK.sln Replaced all custom tasks with built-in tasks, because custom tasks cause builds through Visual Studio to fail. This is a known issue since VS2005 (the dll containing custom tasks gets loaded into the devenv AppDomain and remains locked, meaning you have to exit Visual Studio before rebuilding the project). 2010-10-06 14:59:13 +00:00
OpenTK.snk Added keyfile and strong-named all projects. 2010-10-04 14:39:42 +00:00