the_fiddler
71199b0363
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
the_fiddler
c3e68f9075
Do not build zip project on debug, documentation and release builds.
2010-10-06 13:10:44 +00:00
the_fiddler
4326bc34de
Added project to create zip package for distribution.
2010-10-05 21:30:25 +00:00
the_fiddler
1ebb3e023a
Added Build.UpdateVersion project which generates a global AssemblyInfo file that is reused throughout the solution (TBD).
2010-10-04 21:30:42 +00:00
the_fiddler
d169315719
Updated default ToolsVersion to 4.0. Fixes intermittent build issues and increases build performance significantly. It is still possible to build on the 3.5 toolset by passing the /tv:3.5 parameter to msbuild.
2010-10-04 13:49:08 +00:00
the_fiddler
3ffe1a727c
Moved all documentation to Build.Docs project. Solution folders are no longer utilized (fixes warnings on VS20xx Express!)
2010-10-03 13:23:03 +00:00
the_fiddler
a4e82c0915
Added Generator.Bind and Generator.Convert projects.
...
Fixed msbuild compilation by removing the 3.5 bootstrap ItemGroups. (VS2010 added those on its own - hey, we are targeting v2.0 and we are not using ClickOnce!)
2010-10-03 12:30:39 +00:00
the_fiddler
97f992966c
Removed OpenTK.Build from solution.
2010-10-02 22:21:37 +00:00
the_fiddler
57b767f2ac
Added main MSBuild solution.
2010-10-02 22:19:53 +00:00