2006-11-02 21:40:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd">
|
|
|
|
|
|
|
|
<Solution name="OpenTK">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<CompilerDefines>DEBUG;TRACE;</CompilerDefines>
|
|
|
|
<OptimizeCode>false</OptimizeCode>
|
|
|
|
<OutputPath>..\..\Binaries\Debug\Libraries</OutputPath>
|
|
|
|
<DebugInformation>true</DebugInformation>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<CompilerDefines>TRACE;</CompilerDefines>
|
|
|
|
<OptimizeCode>true</OptimizeCode>
|
|
|
|
<OutputPath>..\..\Binaries\Release\Libraries</OutputPath>
|
|
|
|
<DebugInformation>false</DebugInformation>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2006-11-05 13:08:15 +00:00
|
|
|
<Files>
|
|
|
|
<File>.\Todo.txt</File>
|
|
|
|
<File>.\Release.txt</File>
|
|
|
|
<File>.\Changelog.txt</File>
|
|
|
|
<File>.\License.txt</File>
|
2007-04-21 15:36:48 +00:00
|
|
|
<File>.\Instructions.txt</File>
|
2006-11-05 13:08:15 +00:00
|
|
|
</Files>
|
2007-06-30 06:45:07 +00:00
|
|
|
|
2007-06-30 07:01:04 +00:00
|
|
|
<Project name="Build" path=".\Source\Build" language="C#" type="Exe">
|
2007-06-30 06:45:07 +00:00
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\Build</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\Build</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
2006-11-05 13:08:15 +00:00
|
|
|
|
2006-11-02 21:40:36 +00:00
|
|
|
<Project name="OpenTK.Platform.Windows" path=".\Source\Platform\Windows" language="C#" type="Library">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\Binaries\Debug\Libraries</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\Binaries\Release\Libraries</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenTK.Platform.X11" path=".\Source\Platform\X11" language="C#" type="Library">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\Binaries\Debug\Libraries</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\Binaries\Release\Libraries</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenTK.OpenGL.Bind" path=".\Source\OpenGL\Bind" language="C#" type="Exe">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\Binaries\Debug\Exe</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\Binaries\Release\Exe</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
2007-04-21 15:33:02 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
|
2006-11-02 21:40:36 +00:00
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenTK.OpenGL" path=".\Source\OpenGL\OpenGL" language="C#" type="Library">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\Binaries\Debug\Exe</OutputPath>
|
2006-11-03 00:07:58 +00:00
|
|
|
<AllowUnsafe>true</AllowUnsafe>
|
2006-11-02 21:40:36 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\Binaries\Release\Exe</OutputPath>
|
2006-11-03 00:07:58 +00:00
|
|
|
<AllowUnsafe>true</AllowUnsafe>
|
2006-11-02 21:40:36 +00:00
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="OpenTK.Platform.Windows"/>
|
|
|
|
<Reference name="OpenTK.Platform.X11"/>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenTK.Framework" path=".\Source\Framework\" language="C#" type="Library">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\Binaries\Debug\Libraries</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\Binaries\Release\Libraries</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="OpenTK.Platform.Windows"/>
|
|
|
|
<Reference name="OpenTK.Platform.X11"/>
|
|
|
|
<Reference name="OpenTK.OpenGL"/>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
2007-04-21 15:35:34 +00:00
|
|
|
<Project name="OpenTK.Examples.OpenGL.Basic.001-Cube" path=".\Source\Examples\OpenGL\Basic\001 - Cube" language="C#" type="WinExe">
|
2006-11-02 21:40:36 +00:00
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Debug\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Release\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="OpenTK.Framework"/>
|
|
|
|
<Reference name="OpenTK.OpenGL"/>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
2006-11-05 11:50:08 +00:00
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenTK.Examples.OpenGL.Basic.DisplayLists" path=".\Source\Examples\OpenGL\Basic\DisplayLists" language="C#" type="WinExe">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Debug\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Release\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="OpenTK.Framework"/>
|
|
|
|
<Reference name="OpenTK.OpenGL"/>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
<Reference name="System.Data"/>
|
2006-11-02 21:40:36 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenTK.Examples.OpenGL.Basic.NoFramework" path=".\Source\Examples\OpenGL\Basic\NoFramework" language="C#" type="WinExe">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Debug\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Release\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="OpenTK.Framework"/>
|
|
|
|
<Reference name="OpenTK.OpenGL"/>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
2006-11-05 11:50:08 +00:00
|
|
|
<Reference name="System.Data"/>
|
2006-11-02 21:40:36 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenTK.Examples.OpenGL.Basic.QueryDisplayModes" path=".\Source\Examples\OpenGL\Basic\QueryDisplayModes" language="C#" type="WinExe">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Debug\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Release\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="OpenTK.Framework"/>
|
|
|
|
<Reference name="OpenTK.OpenGL"/>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
2006-11-05 11:50:08 +00:00
|
|
|
<Reference name="System.Data"/>
|
2006-11-02 21:40:36 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
<Project name="OpenTK.Examples.OpenGL.GLSL.Lesson01" path=".\Source\Examples\OpenGL\GLSL\Lesson01" language="C#" type="WinExe">
|
|
|
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Debug\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
<Options>
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\Release\Examples</OutputPath>
|
|
|
|
</Options>
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
<Reference name="OpenTK.Framework"/>
|
|
|
|
<Reference name="OpenTK.OpenGL"/>
|
|
|
|
<Reference name="System"/>
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
2006-11-05 11:50:08 +00:00
|
|
|
<Reference name="System.Data"/>
|
2006-11-02 21:40:36 +00:00
|
|
|
|
|
|
|
<Files>
|
|
|
|
<Match path="." pattern="*.cs" recurse="true"/>
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
</Solution>
|
|
|
|
|
|
|
|
</Prebuild>
|