-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gaver.sln
74 lines (74 loc) · 4.53 KB
/
Gaver.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{001F6C8D-7AFE-4668-80BD-48DD18D95220}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8C73828-F61B-41B9-9946-BB7E30D26991}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
NuGet.config = NuGet.config
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C5500253-6FAD-42EB-AFDF-BE1859C96417}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaver.Web", "src\Gaver.Web\Gaver.Web.csproj", "{462820C1-211D-4DD9-B14F-5C2961C192B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaver.Data", "src\Gaver.Data\Gaver.Data.csproj", "{5D2E813E-C80F-4B84-B869-32D5D0F7F272}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaver.TestUtils", "test\Gaver.TestUtils\Gaver.TestUtils.csproj", "{A18A41AC-8DAD-4DA4-B586-58B1F91B0DDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaver.Web.Tests", "test\Gaver.Web.Tests\Gaver.Web.Tests.csproj", "{FA923F66-653C-40AF-82ED-005B3DEB48E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gaver.Common", "src\Gaver.Common\Gaver.Common.csproj", "{CB2EC93B-206B-4FA8-8296-B82216B62C83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpTypeGen", "src\SharpTypeGen\SharpTypeGen.csproj", "{678E2A1D-09F8-4166-A7B6-94FC3B6F3362}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{462820C1-211D-4DD9-B14F-5C2961C192B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{462820C1-211D-4DD9-B14F-5C2961C192B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{462820C1-211D-4DD9-B14F-5C2961C192B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{462820C1-211D-4DD9-B14F-5C2961C192B5}.Release|Any CPU.Build.0 = Release|Any CPU
{5D2E813E-C80F-4B84-B869-32D5D0F7F272}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D2E813E-C80F-4B84-B869-32D5D0F7F272}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D2E813E-C80F-4B84-B869-32D5D0F7F272}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D2E813E-C80F-4B84-B869-32D5D0F7F272}.Release|Any CPU.Build.0 = Release|Any CPU
{A18A41AC-8DAD-4DA4-B586-58B1F91B0DDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A18A41AC-8DAD-4DA4-B586-58B1F91B0DDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A18A41AC-8DAD-4DA4-B586-58B1F91B0DDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A18A41AC-8DAD-4DA4-B586-58B1F91B0DDF}.Release|Any CPU.Build.0 = Release|Any CPU
{FA923F66-653C-40AF-82ED-005B3DEB48E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA923F66-653C-40AF-82ED-005B3DEB48E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA923F66-653C-40AF-82ED-005B3DEB48E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA923F66-653C-40AF-82ED-005B3DEB48E3}.Release|Any CPU.Build.0 = Release|Any CPU
{CB2EC93B-206B-4FA8-8296-B82216B62C83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB2EC93B-206B-4FA8-8296-B82216B62C83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB2EC93B-206B-4FA8-8296-B82216B62C83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB2EC93B-206B-4FA8-8296-B82216B62C83}.Release|Any CPU.Build.0 = Release|Any CPU
{678E2A1D-09F8-4166-A7B6-94FC3B6F3362}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{678E2A1D-09F8-4166-A7B6-94FC3B6F3362}.Debug|Any CPU.Build.0 = Debug|Any CPU
{678E2A1D-09F8-4166-A7B6-94FC3B6F3362}.Release|Any CPU.ActiveCfg = Release|Any CPU
{678E2A1D-09F8-4166-A7B6-94FC3B6F3362}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{462820C1-211D-4DD9-B14F-5C2961C192B5} = {001F6C8D-7AFE-4668-80BD-48DD18D95220}
{5D2E813E-C80F-4B84-B869-32D5D0F7F272} = {001F6C8D-7AFE-4668-80BD-48DD18D95220}
{A18A41AC-8DAD-4DA4-B586-58B1F91B0DDF} = {C5500253-6FAD-42EB-AFDF-BE1859C96417}
{FA923F66-653C-40AF-82ED-005B3DEB48E3} = {C5500253-6FAD-42EB-AFDF-BE1859C96417}
{CB2EC93B-206B-4FA8-8296-B82216B62C83} = {001F6C8D-7AFE-4668-80BD-48DD18D95220}
{678E2A1D-09F8-4166-A7B6-94FC3B6F3362} = {001F6C8D-7AFE-4668-80BD-48DD18D95220}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2171A279-10A6-46F0-A3C9-497E809C2368}
EndGlobalSection
EndGlobal