Moved all documentation to Build.Docs project. Solution folders are no longer utilized (fixes warnings on VS20xx Express!)

This commit is contained in:
the_fiddler 2010-10-03 13:23:03 +00:00
parent d6157456fb
commit ce0f524455
4 changed files with 12 additions and 15 deletions

View file

@ -27,6 +27,14 @@
<ItemGroup>
<None Include="Doxyfile" />
</ItemGroup>
<ItemGroup>
<None Include="Changelog.txt" />
<None Include="Contributors.txt" />
<None Include="Instructions.txt" />
<None Include="License.txt" />
<None Include="Release.txt" />
<None Include="Todo.txt" />
</ItemGroup>
<Target Name="Build">
<Run Command="doxygen" />
<Run Command="pdflatex -interaction=batchmode refman.tex" WorkingDirectory="$(LatexPath)" />
@ -40,4 +48,4 @@
<RemoveDir Directories="$(OutputPath)" Condition="'$(OS)' == 'Windows_NT'" />
<Exec Command="rm -rf $(OutputPath)" Condition="'$(OS)' != 'Windows_NT'" />
</Target>
</Project>
</Project>

View file

@ -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.

View file

@ -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.

View file

@ -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}"