From 448909167827f4472f4347b4bc14fcd16cec7413 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sat, 30 Sep 2006 20:04:12 +0000 Subject: [PATCH] --- ....OpenGL.DisplayLists.csproj => DisplayLists.csproj} | 0 ...es.OpenGL.TwoContexts.csproj => TwoContexts.csproj} | 0 ...nTK.Examples.OpenGL.Window.csproj => Window.csproj} | 0 Source/OpenGL/Bind/Properties/AssemblyInfo.cs | 4 ++-- Source/OpenGL/OpenGL/MissingEnums.cs | 10 ++++++++++ Source/OpenGL/OpenGL/Properties/AssemblyInfo.cs | 4 ++-- Source/Platform/Windows/Properties/AssemblyInfo.cs | 10 +++++----- 7 files changed, 19 insertions(+), 9 deletions(-) rename Source/Examples/OpenGL/DisplayLists/{OpenTK.Examples.OpenGL.DisplayLists.csproj => DisplayLists.csproj} (100%) rename Source/Examples/OpenGL/TwoContexts/{OpenTK.Examples.OpenGL.TwoContexts.csproj => TwoContexts.csproj} (100%) rename Source/Examples/OpenGL/Window/{OpenTK.Examples.OpenGL.Window.csproj => Window.csproj} (100%) create mode 100644 Source/OpenGL/OpenGL/MissingEnums.cs diff --git a/Source/Examples/OpenGL/DisplayLists/OpenTK.Examples.OpenGL.DisplayLists.csproj b/Source/Examples/OpenGL/DisplayLists/DisplayLists.csproj similarity index 100% rename from Source/Examples/OpenGL/DisplayLists/OpenTK.Examples.OpenGL.DisplayLists.csproj rename to Source/Examples/OpenGL/DisplayLists/DisplayLists.csproj diff --git a/Source/Examples/OpenGL/TwoContexts/OpenTK.Examples.OpenGL.TwoContexts.csproj b/Source/Examples/OpenGL/TwoContexts/TwoContexts.csproj similarity index 100% rename from Source/Examples/OpenGL/TwoContexts/OpenTK.Examples.OpenGL.TwoContexts.csproj rename to Source/Examples/OpenGL/TwoContexts/TwoContexts.csproj diff --git a/Source/Examples/OpenGL/Window/OpenTK.Examples.OpenGL.Window.csproj b/Source/Examples/OpenGL/Window/Window.csproj similarity index 100% rename from Source/Examples/OpenGL/Window/OpenTK.Examples.OpenGL.Window.csproj rename to Source/Examples/OpenGL/Window/Window.csproj diff --git a/Source/OpenGL/Bind/Properties/AssemblyInfo.cs b/Source/OpenGL/Bind/Properties/AssemblyInfo.cs index b70f6790..dff291b0 100644 --- a/Source/OpenGL/Bind/Properties/AssemblyInfo.cs +++ b/Source/OpenGL/Bind/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("0.7.4.0")] -[assembly: AssemblyFileVersion("0.7.4.0")] +[assembly: AssemblyVersion("0.7.5.0")] +[assembly: AssemblyFileVersion("0.7.5.0")] diff --git a/Source/OpenGL/OpenGL/MissingEnums.cs b/Source/OpenGL/OpenGL/MissingEnums.cs new file mode 100644 index 00000000..0de36033 --- /dev/null +++ b/Source/OpenGL/OpenGL/MissingEnums.cs @@ -0,0 +1,10 @@ +using System; + +namespace OpenTK.OpenGL +{ + //public partial class Enums + //{ + // const int VERTEX_SHADER = VERSION_2_0.VERTEX_SHADER; + // const int FRAGMENT_SHADER = VERSION_2_0.FRAGMENT_SHADER; + //} +} \ No newline at end of file diff --git a/Source/OpenGL/OpenGL/Properties/AssemblyInfo.cs b/Source/OpenGL/OpenGL/Properties/AssemblyInfo.cs index 39200ae2..8bb62ddb 100644 --- a/Source/OpenGL/OpenGL/Properties/AssemblyInfo.cs +++ b/Source/OpenGL/OpenGL/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.3.1.1")] -[assembly: AssemblyFileVersion("0.3.1.1")] +[assembly: AssemblyVersion("0.3.2.0")] +[assembly: AssemblyFileVersion("0.3.2.0")] diff --git a/Source/Platform/Windows/Properties/AssemblyInfo.cs b/Source/Platform/Windows/Properties/AssemblyInfo.cs index 1321127e..74bd2472 100644 --- a/Source/Platform/Windows/Properties/AssemblyInfo.cs +++ b/Source/Platform/Windows/Properties/AssemblyInfo.cs @@ -5,12 +5,12 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Windows")] +[assembly: AssemblyTitle("Windows API bindings")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Windows")] -[assembly: AssemblyCopyright("Copyright © 2006")] +[assembly: AssemblyProduct("Windows API bindings")] +[assembly: AssemblyCopyright("Copyright © 2006 Stephen Apostolopoulos")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.1.0.1")] +[assembly: AssemblyFileVersion("0.1.0.1")]