-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParallelSP.sln
More file actions
49 lines (49 loc) · 2.87 KB
/
Copy pathParallelSP.sln
File metadata and controls
49 lines (49 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParallelSP", "ParallelSP\ParallelSP.csproj", "{043A9F2C-94C0-4500-A4D8-C2210EA1250D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManualSP", "ManualSP\ManualSP.csproj", "{A97E97EF-414F-43A7-9E69-291A2D478094}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroTimerConsoleDemo", "MicroTimerConsoleDemo\MicroTimerConsoleDemo.csproj", "{0CEED90B-9075-436F-B967-43CE16F01060}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{043A9F2C-94C0-4500-A4D8-C2210EA1250D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{043A9F2C-94C0-4500-A4D8-C2210EA1250D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{043A9F2C-94C0-4500-A4D8-C2210EA1250D}.Debug|x86.ActiveCfg = Debug|Any CPU
{043A9F2C-94C0-4500-A4D8-C2210EA1250D}.Debug|x86.Build.0 = Debug|Any CPU
{043A9F2C-94C0-4500-A4D8-C2210EA1250D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{043A9F2C-94C0-4500-A4D8-C2210EA1250D}.Release|Any CPU.Build.0 = Release|Any CPU
{043A9F2C-94C0-4500-A4D8-C2210EA1250D}.Release|x86.ActiveCfg = Release|Any CPU
{043A9F2C-94C0-4500-A4D8-C2210EA1250D}.Release|x86.Build.0 = Release|Any CPU
{A97E97EF-414F-43A7-9E69-291A2D478094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A97E97EF-414F-43A7-9E69-291A2D478094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A97E97EF-414F-43A7-9E69-291A2D478094}.Debug|x86.ActiveCfg = Debug|Any CPU
{A97E97EF-414F-43A7-9E69-291A2D478094}.Debug|x86.Build.0 = Debug|Any CPU
{A97E97EF-414F-43A7-9E69-291A2D478094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A97E97EF-414F-43A7-9E69-291A2D478094}.Release|Any CPU.Build.0 = Release|Any CPU
{A97E97EF-414F-43A7-9E69-291A2D478094}.Release|x86.ActiveCfg = Release|Any CPU
{A97E97EF-414F-43A7-9E69-291A2D478094}.Release|x86.Build.0 = Release|Any CPU
{0CEED90B-9075-436F-B967-43CE16F01060}.Debug|Any CPU.ActiveCfg = Debug|x86
{0CEED90B-9075-436F-B967-43CE16F01060}.Debug|x86.ActiveCfg = Debug|x86
{0CEED90B-9075-436F-B967-43CE16F01060}.Debug|x86.Build.0 = Debug|x86
{0CEED90B-9075-436F-B967-43CE16F01060}.Release|Any CPU.ActiveCfg = Release|x86
{0CEED90B-9075-436F-B967-43CE16F01060}.Release|x86.ActiveCfg = Release|x86
{0CEED90B-9075-436F-B967-43CE16F01060}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A54C3FC6-5849-4110-8E6B-456FEC22C199}
EndGlobalSection
EndGlobal