-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNoAsyncActions.sln
47 lines (47 loc) · 2.5 KB
/
NoAsyncActions.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
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NoAsyncActions", "NoAsyncActions\NoAsyncActions.csproj", "{25D8FAFA-ECC5-4068-B1F3-59638544D4D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HellBrick.Diagnostics.Assertions", "HellBrick.Diagnostics.Assertions\HellBrick.Diagnostics.Assertions.csproj", "{E503EEEA-16B3-4499-B050-64473BB3312B}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "NoAsyncActions.Test", "NoAsyncActions.Test\NoAsyncActions.Test.fsproj", "{D44253D5-755D-497B-BAE0-21DBFE933F02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A93D1E33-CB5A-470D-AE59-160B4C96C222}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
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
{25D8FAFA-ECC5-4068-B1F3-59638544D4D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25D8FAFA-ECC5-4068-B1F3-59638544D4D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25D8FAFA-ECC5-4068-B1F3-59638544D4D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25D8FAFA-ECC5-4068-B1F3-59638544D4D2}.Release|Any CPU.Build.0 = Release|Any CPU
{E503EEEA-16B3-4499-B050-64473BB3312B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E503EEEA-16B3-4499-B050-64473BB3312B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E503EEEA-16B3-4499-B050-64473BB3312B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E503EEEA-16B3-4499-B050-64473BB3312B}.Release|Any CPU.Build.0 = Release|Any CPU
{D44253D5-755D-497B-BAE0-21DBFE933F02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D44253D5-755D-497B-BAE0-21DBFE933F02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D44253D5-755D-497B-BAE0-21DBFE933F02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D44253D5-755D-497B-BAE0-21DBFE933F02}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0187DFC-829C-4656-8827-2D23F1EABB7C}
EndGlobalSection
EndGlobal