-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOnionSeed.Data.sln
More file actions
51 lines (51 loc) · 2.45 KB
/
OnionSeed.Data.sln
File metadata and controls
51 lines (51 loc) · 2.45 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", "{FEA6071B-F9E7-4121-8841-B6A87CEF60A2}"
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", "{DCB117C8-1917-42E7-BF40-092EE2B69299}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnionSeed.Data", "src\OnionSeed.Data\OnionSeed.Data.csproj", "{2CB3B7FE-C226-4939-A89B-882CFF95E812}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2C50A1EC-EB8C-4B18-AE9E-ECAEB00F3EE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnionSeed.Data.Tests", "test\OnionSeed.Data.Tests\OnionSeed.Data.Tests.csproj", "{119A1E75-5993-481B-BB66-7FBB9E390047}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CB3B7FE-C226-4939-A89B-882CFF95E812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CB3B7FE-C226-4939-A89B-882CFF95E812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CB3B7FE-C226-4939-A89B-882CFF95E812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CB3B7FE-C226-4939-A89B-882CFF95E812}.Release|Any CPU.Build.0 = Release|Any CPU
{119A1E75-5993-481B-BB66-7FBB9E390047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{119A1E75-5993-481B-BB66-7FBB9E390047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{119A1E75-5993-481B-BB66-7FBB9E390047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{119A1E75-5993-481B-BB66-7FBB9E390047}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2CB3B7FE-C226-4939-A89B-882CFF95E812} = {DCB117C8-1917-42E7-BF40-092EE2B69299}
{119A1E75-5993-481B-BB66-7FBB9E390047} = {2C50A1EC-EB8C-4B18-AE9E-ECAEB00F3EE9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06A24134-9953-4946-B733-C4FD2E185245}
EndGlobalSection
EndGlobal