-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAsyncEx.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
AsyncEx.sln
File metadata and controls
37 lines (37 loc) · 2.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncEx", "AsyncEx\AsyncEx.csproj", "{20D06CF1-B15D-47AD-8061-A53B75D76783}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DebuggingApp", "TestApp\DebuggingApp.csproj", "{9B330D28-63DA-4F7E-94A7-278DFCE64BBE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XUnitTests", "XUnitTests\XUnitTests.csproj", "{06905C68-8714-4BB6-B777-F608B0D52053}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20D06CF1-B15D-47AD-8061-A53B75D76783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20D06CF1-B15D-47AD-8061-A53B75D76783}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20D06CF1-B15D-47AD-8061-A53B75D76783}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20D06CF1-B15D-47AD-8061-A53B75D76783}.Release|Any CPU.Build.0 = Release|Any CPU
{9B330D28-63DA-4F7E-94A7-278DFCE64BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B330D28-63DA-4F7E-94A7-278DFCE64BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B330D28-63DA-4F7E-94A7-278DFCE64BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B330D28-63DA-4F7E-94A7-278DFCE64BBE}.Release|Any CPU.Build.0 = Release|Any CPU
{06905C68-8714-4BB6-B777-F608B0D52053}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06905C68-8714-4BB6-B777-F608B0D52053}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06905C68-8714-4BB6-B777-F608B0D52053}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06905C68-8714-4BB6-B777-F608B0D52053}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E1F7B18-2FCF-45EC-A561-43E142EE87BD}
EndGlobalSection
EndGlobal