Moved all documentation to Build.Docs project. Solution folders are no longer utilized (fixes warnings on VS20xx Express!)
This commit is contained in:
parent
d6157456fb
commit
ce0f524455
4 changed files with 12 additions and 15 deletions
|
@ -27,6 +27,14 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Doxyfile" />
|
<None Include="Doxyfile" />
|
||||||
</ItemGroup>
|
</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">
|
<Target Name="Build">
|
||||||
<Run Command="doxygen" />
|
<Run Command="doxygen" />
|
||||||
<Run Command="pdflatex -interaction=batchmode refman.tex" WorkingDirectory="$(LatexPath)" />
|
<Run Command="pdflatex -interaction=batchmode refman.tex" WorkingDirectory="$(LatexPath)" />
|
||||||
|
|
|
@ -5,10 +5,8 @@ The Open Toolkit 1.0 rc1
|
||||||
[Overview]
|
[Overview]
|
||||||
|
|
||||||
This is the first release candidate for OpenTK 1.0. Notable changes:
|
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.
|
* Modified nsis script to always install to %DOCUMENTS%.
|
||||||
* Fixed ClassName clashes between GameWindows running on different AppDomains. Fixes NUnit support (patch by kring789).
|
* Fixed nsis detection of previous installations.
|
||||||
* Improved behavior of several GameWindow events and properties on Windows and Linux.
|
|
||||||
* Fixed various documentation issues.
|
|
||||||
|
|
||||||
Visit http://www.opentk.com for the latest news and information on the Open Toolkit.
|
Visit http://www.opentk.com for the latest news and information on the Open Toolkit.
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
[Immediate]
|
[Immediate]
|
||||||
- Modify nsis script to always install to %DOCUMENTS%.
|
|
||||||
- Remove Build.exe and OpenTK.Build projects.
|
- Remove Build.exe and OpenTK.Build projects.
|
||||||
- Add #ifdef to OpenCL bindings.
|
|
||||||
- Make a release from trunk.
|
- Make a release from trunk.
|
||||||
|
|
||||||
[Short term]
|
[Short term]
|
||||||
|
- Update contributors list.
|
||||||
- Automate uploads of nightly builds.
|
- Automate uploads of nightly builds.
|
||||||
- Add generator project to OpenTK.sln.
|
- Add generator project to OpenTK.sln.
|
||||||
- Update AssemblyInfo through the msbuild script.
|
- Update AssemblyInfo through the msbuild script.
|
||||||
|
|
|
@ -1,13 +1,5 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||||
# Visual Studio 2010
|
# 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}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK", "Source\OpenTK\OpenTK.csproj", "{A37A7E14-0000-0000-0000-000000000000}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.Compatibility", "Source\Compatibility\OpenTK.Compatibility.csproj", "{62C0DB35-0000-0000-0000-000000000000}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.Compatibility", "Source\Compatibility\OpenTK.Compatibility.csproj", "{62C0DB35-0000-0000-0000-000000000000}"
|
||||||
|
|
Loading…
Reference in a new issue