-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsync-Await-CSharp.sln
31 lines (31 loc) · 1.62 KB
/
Async-Await-CSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Async-Await-CSharp", "Async-Await-CSharp\Async-Await-CSharp.csproj", "{E9726FB3-7804-441A-8D34-C8ADCBCCEDA4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Async-Await-CSharp.UnitTests", "Async-Await-CSharp.UnitTests\Async-Await-CSharp.UnitTests.csproj", "{C829B12D-B9DD-46BE-8A25-1BCF90DA5AB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9726FB3-7804-441A-8D34-C8ADCBCCEDA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9726FB3-7804-441A-8D34-C8ADCBCCEDA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9726FB3-7804-441A-8D34-C8ADCBCCEDA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9726FB3-7804-441A-8D34-C8ADCBCCEDA4}.Release|Any CPU.Build.0 = Release|Any CPU
{C829B12D-B9DD-46BE-8A25-1BCF90DA5AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C829B12D-B9DD-46BE-8A25-1BCF90DA5AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C829B12D-B9DD-46BE-8A25-1BCF90DA5AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C829B12D-B9DD-46BE-8A25-1BCF90DA5AB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {023499EF-25DF-45A4-B479-81D1792B881C}
EndGlobalSection
EndGlobal