source: experimental/Threading/Threading.sln @ 428

Last change on this file since 428 was 428, checked in by Torben Dannhauer, 12 years ago
File size: 1.3 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 10.00
3# Visual Studio 2008
4Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Threading", "Threading\Threading.vcproj", "{0DA5F800-C727-4724-8FEE-4787703ED9B6}"
5EndProject
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Timer", "Timer\Timer.vcproj", "{30B593AA-3661-4498-BAF1-15D701886EB2}"
7EndProject
8Global
9        GlobalSection(SolutionConfigurationPlatforms) = preSolution
10                Debug|Win32 = Debug|Win32
11                Release|Win32 = Release|Win32
12        EndGlobalSection
13        GlobalSection(ProjectConfigurationPlatforms) = postSolution
14                {0DA5F800-C727-4724-8FEE-4787703ED9B6}.Debug|Win32.ActiveCfg = Debug|Win32
15                {0DA5F800-C727-4724-8FEE-4787703ED9B6}.Debug|Win32.Build.0 = Debug|Win32
16                {0DA5F800-C727-4724-8FEE-4787703ED9B6}.Release|Win32.ActiveCfg = Release|Win32
17                {0DA5F800-C727-4724-8FEE-4787703ED9B6}.Release|Win32.Build.0 = Release|Win32
18                {30B593AA-3661-4498-BAF1-15D701886EB2}.Debug|Win32.ActiveCfg = Debug|Win32
19                {30B593AA-3661-4498-BAF1-15D701886EB2}.Debug|Win32.Build.0 = Debug|Win32
20                {30B593AA-3661-4498-BAF1-15D701886EB2}.Release|Win32.ActiveCfg = Release|Win32
21                {30B593AA-3661-4498-BAF1-15D701886EB2}.Release|Win32.Build.0 = Release|Win32
22        EndGlobalSection
23        GlobalSection(SolutionProperties) = preSolution
24                HideSolutionNode = FALSE
25        EndGlobalSection
26EndGlobal
Note: See TracBrowser for help on using the repository browser.