This commit is contained in:
the_fiddler 2006-10-15 22:12:27 +00:00
parent a664bfa4c6
commit 977a41059c
19 changed files with 307 additions and 307 deletions

View file

@ -8,28 +8,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentat
todo.txt = todo.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Specifications", "Specifications", "{B23A6DCD-9FE9-4523-95FB-01C8D4631555}"
ProjectSection(SolutionItems) = preProject
Specifications\csharp.tm = Specifications\csharp.tm
Specifications\enum.spec = Specifications\enum.spec
Specifications\enumext.spec = Specifications\enumext.spec
Specifications\enumglu.spec = Specifications\enumglu.spec
Specifications\gl.spec = Specifications\gl.spec
Specifications\gl.tm = Specifications\gl.tm
Specifications\glu.spec = Specifications\glu.spec
Specifications\glx.spec = Specifications\glx.spec
Specifications\glx.tm = Specifications\glx.tm
Specifications\glxenum.spec = Specifications\glxenum.spec
Specifications\glxenumext.spec = Specifications\glxenumext.spec
Specifications\glxext.spec = Specifications\glxext.spec
Specifications\try.spec = Specifications\try.spec
Specifications\wgl.spec = Specifications\wgl.spec
Specifications\wgl.tm = Specifications\wgl.tm
Specifications\wglenum.spec = Specifications\wglenum.spec
Specifications\wglenumext.spec = Specifications\wglenumext.spec
Specifications\wglext.spec = Specifications\wglext.spec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projects", "Projects", "{E9FF51BB-295E-4891-AA30-D1374F26DCE0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OpenTK", "OpenTK", "{7E640424-E2CD-4DD5-9392-7A706D73930E}"
@ -66,6 +44,27 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.Framework", "Source\Framework\OpenTK.Framework.csproj", "{26B55626-4EAB-4CAE-82FE-93CD6564D9EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Specifications", "Specifications", "{D26F26AC-2154-4900-93EB-66E5A7761D05}"
ProjectSection(SolutionItems) = preProject
Source\OpenGL\Specifications\csharp.tm = Source\OpenGL\Specifications\csharp.tm
Source\OpenGL\Specifications\enum.spec = Source\OpenGL\Specifications\enum.spec
Source\OpenGL\Specifications\enumext.spec = Source\OpenGL\Specifications\enumext.spec
Source\OpenGL\Specifications\enumglu.spec = Source\OpenGL\Specifications\enumglu.spec
Source\OpenGL\Specifications\gl.spec = Source\OpenGL\Specifications\gl.spec
Source\OpenGL\Specifications\gl.tm = Source\OpenGL\Specifications\gl.tm
Source\OpenGL\Specifications\glu.spec = Source\OpenGL\Specifications\glu.spec
Source\OpenGL\Specifications\glx.spec = Source\OpenGL\Specifications\glx.spec
Source\OpenGL\Specifications\glx.tm = Source\OpenGL\Specifications\glx.tm
Source\OpenGL\Specifications\glxenum.spec = Source\OpenGL\Specifications\glxenum.spec
Source\OpenGL\Specifications\glxenumext.spec = Source\OpenGL\Specifications\glxenumext.spec
Source\OpenGL\Specifications\glxext.spec = Source\OpenGL\Specifications\glxext.spec
Source\OpenGL\Specifications\wgl.spec = Source\OpenGL\Specifications\wgl.spec
Source\OpenGL\Specifications\wgl.tm = Source\OpenGL\Specifications\wgl.tm
Source\OpenGL\Specifications\wglenum.spec = Source\OpenGL\Specifications\wglenum.spec
Source\OpenGL\Specifications\wglenumext.spec = Source\OpenGL\Specifications\wglenumext.spec
Source\OpenGL\Specifications\wglext.spec = Source\OpenGL\Specifications\wglext.spec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -113,6 +112,7 @@ Global
{E3F35BD6-67CE-4AD5-AB98-043CF072A75A} = {50DCE788-72FC-47E0-A6BD-50BCCE3FCE5B}
{836876D1-0C8D-4240-BEE4-859D9D3D46CB} = {2F3FEAD4-0FBD-48CC-AFA0-29FFF28284C2}
{1EDDE592-3923-4898-9006-3D69579E1745} = {2F3FEAD4-0FBD-48CC-AFA0-29FFF28284C2}
{D26F26AC-2154-4900-93EB-66E5A7761D05} = {2F3FEAD4-0FBD-48CC-AFA0-29FFF28284C2}
{70FA6EE8-62C6-437F-AD82-117F2D9CDE68} = {C6E60A87-12B4-444A-BE03-7E980EAC0172}
{46980D11-67FA-4B33-903F-BC9D8A4FE60F} = {70FA6EE8-62C6-437F-AD82-117F2D9CDE68}
{26B55626-4EAB-4CAE-82FE-93CD6564D9EA} = {508EF114-8C2A-470D-89FE-5AC15B336B4C}

View file

@ -11,7 +11,7 @@ namespace OpenTK.OpenGL.Bind
{
static class Settings
{
public static string InputPath = "..\\..\\Specifications";
public static string InputPath = "..\\..\\Source\\OpenGL\\Specifications";
public static string OutputPath = "..\\..\\Source\\OpenGL\\OpenGL\\Bindings";
public static string GLClass = "GL";
public static string OutputNamespace = "OpenTK.OpenGL";