-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAsyncCommands.sln
46 lines (46 loc) · 2.9 KB
/
AsyncCommands.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncCommands1", "AsyncCommands1\AsyncCommands1.csproj", "{FE59B967-596B-4A94-8CCF-3D30CA5C9114}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncCommands2", "AsyncCommands2\AsyncCommands2.csproj", "{DDDC14AF-C023-4976-8BE8-C59E97720D5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncCommands3", "AsyncCommands3\AsyncCommands3.csproj", "{234E4AC5-CC59-4965-8DED-949A59ED1C50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncCommands4", "AsyncCommands4\AsyncCommands4.csproj", "{ADCC46A0-1D9A-499B-99C0-F2D046CFAEC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncCommandsWithQueue", "AsyncCommandsWithQueue\AsyncCommandsWithQueue.csproj", "{A1540BEE-41DA-467A-AB45-8C5FA8721E24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE59B967-596B-4A94-8CCF-3D30CA5C9114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE59B967-596B-4A94-8CCF-3D30CA5C9114}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE59B967-596B-4A94-8CCF-3D30CA5C9114}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE59B967-596B-4A94-8CCF-3D30CA5C9114}.Release|Any CPU.Build.0 = Release|Any CPU
{DDDC14AF-C023-4976-8BE8-C59E97720D5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDDC14AF-C023-4976-8BE8-C59E97720D5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDDC14AF-C023-4976-8BE8-C59E97720D5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDDC14AF-C023-4976-8BE8-C59E97720D5B}.Release|Any CPU.Build.0 = Release|Any CPU
{234E4AC5-CC59-4965-8DED-949A59ED1C50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{234E4AC5-CC59-4965-8DED-949A59ED1C50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{234E4AC5-CC59-4965-8DED-949A59ED1C50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{234E4AC5-CC59-4965-8DED-949A59ED1C50}.Release|Any CPU.Build.0 = Release|Any CPU
{ADCC46A0-1D9A-499B-99C0-F2D046CFAEC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADCC46A0-1D9A-499B-99C0-F2D046CFAEC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADCC46A0-1D9A-499B-99C0-F2D046CFAEC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADCC46A0-1D9A-499B-99C0-F2D046CFAEC9}.Release|Any CPU.Build.0 = Release|Any CPU
{A1540BEE-41DA-467A-AB45-8C5FA8721E24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1540BEE-41DA-467A-AB45-8C5FA8721E24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1540BEE-41DA-467A-AB45-8C5FA8721E24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1540BEE-41DA-467A-AB45-8C5FA8721E24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal