diff options
author | Michal Krol <[email protected]> | 2009-03-16 09:45:23 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-03-16 09:45:23 +0100 |
commit | ad908465f1e0f6d87cdd75622602b2fe3b487f5f (patch) | |
tree | 9465f1a5f7f007e0da9ff0a01651ac2fbc251f73 /windows/VC7/progs/progs.sln | |
parent | 9ba52e12688d6f677c2241729776e6bf10737d4b (diff) |
wgl: Port glthreads to WGL.
Diffstat (limited to 'windows/VC7/progs/progs.sln')
-rw-r--r-- | windows/VC7/progs/progs.sln | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/windows/VC7/progs/progs.sln b/windows/VC7/progs/progs.sln new file mode 100644 index 00000000000..18f0c0451d4 --- /dev/null +++ b/windows/VC7/progs/progs.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wglthreads", "wgl\wglthreads.vcproj", "{ADDFBA10-B159-4884-9FAF-5E60A64903AE}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Debug.ActiveCfg = Debug|Win32
+ {ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Debug.Build.0 = Debug|Win32
+ {ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Release.ActiveCfg = Release|Win32
+ {ADDFBA10-B159-4884-9FAF-5E60A64903AE}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
|