diff --git a/Documentation/Build.Docs.csproj b/Documentation/Build.Docs.csproj index 6b2c5b8c..dfdea83c 100644 --- a/Documentation/Build.Docs.csproj +++ b/Documentation/Build.Docs.csproj @@ -27,6 +27,14 @@ + + + + + + + + @@ -40,4 +48,4 @@ - + \ No newline at end of file diff --git a/Documentation/Release.txt b/Documentation/Release.txt index a2da9373..d89e8388 100644 --- a/Documentation/Release.txt +++ b/Documentation/Release.txt @@ -5,10 +5,8 @@ The Open Toolkit 1.0 rc1 [Overview] This is the first release candidate for OpenTK 1.0. Notable changes: -* Implemented NSIS-based installer, added new build targets ("nsis", "lib" and "all") and made the build system more robust. -* Fixed ClassName clashes between GameWindows running on different AppDomains. Fixes NUnit support (patch by kring789). -* Improved behavior of several GameWindow events and properties on Windows and Linux. -* Fixed various documentation issues. +* Modified nsis script to always install to %DOCUMENTS%. +* Fixed nsis detection of previous installations. Visit http://www.opentk.com for the latest news and information on the Open Toolkit. diff --git a/Documentation/Todo.txt b/Documentation/Todo.txt index 619fd73d..c19e6c9b 100644 --- a/Documentation/Todo.txt +++ b/Documentation/Todo.txt @@ -1,10 +1,9 @@ [Immediate] -- Modify nsis script to always install to %DOCUMENTS%. - Remove Build.exe and OpenTK.Build projects. -- Add #ifdef to OpenCL bindings. - Make a release from trunk. [Short term] +- Update contributors list. - Automate uploads of nightly builds. - Add generator project to OpenTK.sln. - Update AssemblyInfo through the msbuild script. diff --git a/OpenTK.sln b/OpenTK.sln index 65186353..d0a80668 100644 --- a/OpenTK.sln +++ b/OpenTK.sln @@ -1,13 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{1D8C00B3-7BB4-48CA-B14C-AEB76967FD16}" - ProjectSection(SolutionItems) = preProject - Documentation\Changelog.txt = Documentation\Changelog.txt - Documentation\License.txt = Documentation\License.txt - Documentation\Release.txt = Documentation\Release.txt - Documentation\Todo.txt = Documentation\Todo.txt - EndProjectSection -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK", "Source\OpenTK\OpenTK.csproj", "{A37A7E14-0000-0000-0000-000000000000}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.Compatibility", "Source\Compatibility\OpenTK.Compatibility.csproj", "{62C0DB35-0000-0000-0000-000000000000}"