-
Notifications
You must be signed in to change notification settings - Fork 0
/
IsAwaitable.sln
39 lines (39 loc) · 2.04 KB
/
IsAwaitable.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsAwaitable", "src\IsAwaitable\IsAwaitable.csproj", "{D52680B8-ABCB-4391-923A-02C8DAD1102D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1B0DD46A-56B7-442A-980E-80598FAB9181}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{68C25DA1-F082-406C-83C0-F1129C84FFE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsAwaitable.Tests", "tests\IsAwaitable.Tests\IsAwaitable.Tests.csproj", "{79F4CF20-2948-42DF-BE4C-BAECE1EAC587}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D52680B8-ABCB-4391-923A-02C8DAD1102D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D52680B8-ABCB-4391-923A-02C8DAD1102D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D52680B8-ABCB-4391-923A-02C8DAD1102D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D52680B8-ABCB-4391-923A-02C8DAD1102D}.Release|Any CPU.Build.0 = Release|Any CPU
{79F4CF20-2948-42DF-BE4C-BAECE1EAC587}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79F4CF20-2948-42DF-BE4C-BAECE1EAC587}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79F4CF20-2948-42DF-BE4C-BAECE1EAC587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79F4CF20-2948-42DF-BE4C-BAECE1EAC587}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D52680B8-ABCB-4391-923A-02C8DAD1102D} = {1B0DD46A-56B7-442A-980E-80598FAB9181}
{79F4CF20-2948-42DF-BE4C-BAECE1EAC587} = {68C25DA1-F082-406C-83C0-F1129C84FFE6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E22DDFA2-1AC7-4FF8-A24F-DCDC4838A7A3}
EndGlobalSection
EndGlobal