-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOnionSeed.Helpers.Async.sln
More file actions
51 lines (51 loc) · 2.5 KB
/
OnionSeed.Helpers.Async.sln
File metadata and controls
51 lines (51 loc) · 2.5 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F8D487BF-0C2E-4B65-A4C9-6BA4DBF4BE5D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.gitmodules = .gitmodules
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{49F38407-D06E-4C2D-8BDE-BF1C36640038}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnionSeed.Helpers.Async", "src\OnionSeed.Helpers.Async\OnionSeed.Helpers.Async.csproj", "{739379F7-50F9-49C7-A1FE-459063268536}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{64C79136-7B22-4706-B2F8-3913FD876D13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnionSeed.Helpers.Async.Tests", "test\OnionSeed.Helpers.Async.Tests\OnionSeed.Helpers.Async.Tests.csproj", "{BD65383C-2A2E-41BF-A36F-AD4BE8BAF61D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{739379F7-50F9-49C7-A1FE-459063268536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{739379F7-50F9-49C7-A1FE-459063268536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{739379F7-50F9-49C7-A1FE-459063268536}.Release|Any CPU.ActiveCfg = Release|Any CPU
{739379F7-50F9-49C7-A1FE-459063268536}.Release|Any CPU.Build.0 = Release|Any CPU
{BD65383C-2A2E-41BF-A36F-AD4BE8BAF61D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD65383C-2A2E-41BF-A36F-AD4BE8BAF61D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD65383C-2A2E-41BF-A36F-AD4BE8BAF61D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD65383C-2A2E-41BF-A36F-AD4BE8BAF61D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{739379F7-50F9-49C7-A1FE-459063268536} = {49F38407-D06E-4C2D-8BDE-BF1C36640038}
{BD65383C-2A2E-41BF-A36F-AD4BE8BAF61D} = {64C79136-7B22-4706-B2F8-3913FD876D13}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B215D62-5A77-4E66-9B04-0ACBA8FAC497}
EndGlobalSection
EndGlobal