-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
Copy pathAsyncFirstExampleCS.sln
42 lines (42 loc) · 2.3 KB
/
AsyncFirstExampleCS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SerialAsyncExample", "SerialAsyncExample\SerialAsyncExample.csproj", "{CD82B189-7EAA-4A48-93B4-4D1427BD009B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParallelAsyncExample", "ParallelAsyncExample\ParallelAsyncExample.csproj", "{B4E217C7-2FDE-41E1-9823-3B94A8014DA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SyncExample", "SyncExample\SyncExample.csproj", "{93689CC8-47CE-4232-B06C-B17740A8780B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4501F99E-B14C-41D2-8FF0-08516A46B91F}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD82B189-7EAA-4A48-93B4-4D1427BD009B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD82B189-7EAA-4A48-93B4-4D1427BD009B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD82B189-7EAA-4A48-93B4-4D1427BD009B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD82B189-7EAA-4A48-93B4-4D1427BD009B}.Release|Any CPU.Build.0 = Release|Any CPU
{B4E217C7-2FDE-41E1-9823-3B94A8014DA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4E217C7-2FDE-41E1-9823-3B94A8014DA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4E217C7-2FDE-41E1-9823-3B94A8014DA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4E217C7-2FDE-41E1-9823-3B94A8014DA0}.Release|Any CPU.Build.0 = Release|Any CPU
{93689CC8-47CE-4232-B06C-B17740A8780B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93689CC8-47CE-4232-B06C-B17740A8780B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93689CC8-47CE-4232-B06C-B17740A8780B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93689CC8-47CE-4232-B06C-B17740A8780B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D66540D2-2F4E-4A7E-B179-A292B8FA7B22}
EndGlobalSection
EndGlobal