-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOnionSeed.Factory.sln
51 lines (51 loc) · 2.47 KB
/
OnionSeed.Factory.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
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", "{6A034634-E7EB-4AAA-8442-9C93FA9E95F3}"
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", "{759500E3-4242-4836-9601-E27583579422}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnionSeed.Factory", "src\OnionSeed.Factory\OnionSeed.Factory.csproj", "{E17095B5-0531-488C-A260-E3A3ED480CF6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{30D09416-BEFB-4DF9-B012-93F37B6AA6A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnionSeed.Factory.Tests", "test\OnionSeed.Factory.Tests\OnionSeed.Factory.Tests.csproj", "{BCAB2D2C-E1F6-4AA1-B03C-09322E047F33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E17095B5-0531-488C-A260-E3A3ED480CF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E17095B5-0531-488C-A260-E3A3ED480CF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E17095B5-0531-488C-A260-E3A3ED480CF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E17095B5-0531-488C-A260-E3A3ED480CF6}.Release|Any CPU.Build.0 = Release|Any CPU
{BCAB2D2C-E1F6-4AA1-B03C-09322E047F33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCAB2D2C-E1F6-4AA1-B03C-09322E047F33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCAB2D2C-E1F6-4AA1-B03C-09322E047F33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCAB2D2C-E1F6-4AA1-B03C-09322E047F33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E17095B5-0531-488C-A260-E3A3ED480CF6} = {759500E3-4242-4836-9601-E27583579422}
{BCAB2D2C-E1F6-4AA1-B03C-09322E047F33} = {30D09416-BEFB-4DF9-B012-93F37B6AA6A4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8C514F83-49FC-4663-B0C5-2D5F04560DFC}
EndGlobalSection
EndGlobal