-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFreakout.sln
96 lines (96 loc) · 6.29 KB
/
Freakout.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0 Solution Items", "0 Solution Items", "{EE9D4A73-88E4-4CB9-9F82-2750987AAF32}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Freakout", "Freakout\Freakout.csproj", "{F05D67A1-BB63-45C1-A0D6-BAEE6A61F43C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Freakout.Tests", "Freakout.Tests\Freakout.Tests.csproj", "{43EB5546-050B-4F97-9356-68500A979C49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "core", "core", "{C6A7537C-30C3-4485-A507-5E7FF778B93D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tech", "tech", "{73164D95-FB6C-4389-B86D-38DB4F55A0B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Freakout.MsSql", "Freakout.MsSql\Freakout.MsSql.csproj", "{42137DB3-C2AE-4AC3-A8E6-87BCE3550F1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Freakout.MsSql.Tests", "Freakout.MsSql.Tests\Freakout.MsSql.Tests.csproj", "{D482AFB4-040E-4051-B53E-8E4CF87BC0ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Freakout.NpgSql", "Freakout.NpgSql\Freakout.NpgSql.csproj", "{9575F233-B377-425D-8CE2-25062F72B7C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Freakout.NpgSql.Tests", "Freakout.NpgSql.Tests\Freakout.NpgSql.Tests.csproj", "{28D3D355-BA16-42D6-896C-76652C40EF7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mssql", "mssql", "{B7B5DCE0-89BE-4D1D-AE60-4B39503E6673}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "npgsql", "npgsql", "{D391FDEC-F778-4755-BA2E-C36A5E0DD79B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "testing", "testing", "{AF67CBB0-753B-4305-9811-B6AEB63B07AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Freakout.Testing", "Freakout.Testing\Freakout.Testing.csproj", "{BE073F72-0AE8-4A1F-9F0D-4EBBB4200C1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Freakout.Testing.Tests", "Freakout.Testing.Tests\Freakout.Testing.Tests.csproj", "{6CC84A87-40A1-4DE4-9D03-D06D026F6834}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F05D67A1-BB63-45C1-A0D6-BAEE6A61F43C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F05D67A1-BB63-45C1-A0D6-BAEE6A61F43C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F05D67A1-BB63-45C1-A0D6-BAEE6A61F43C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F05D67A1-BB63-45C1-A0D6-BAEE6A61F43C}.Release|Any CPU.Build.0 = Release|Any CPU
{43EB5546-050B-4F97-9356-68500A979C49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43EB5546-050B-4F97-9356-68500A979C49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43EB5546-050B-4F97-9356-68500A979C49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43EB5546-050B-4F97-9356-68500A979C49}.Release|Any CPU.Build.0 = Release|Any CPU
{42137DB3-C2AE-4AC3-A8E6-87BCE3550F1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42137DB3-C2AE-4AC3-A8E6-87BCE3550F1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42137DB3-C2AE-4AC3-A8E6-87BCE3550F1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42137DB3-C2AE-4AC3-A8E6-87BCE3550F1A}.Release|Any CPU.Build.0 = Release|Any CPU
{D482AFB4-040E-4051-B53E-8E4CF87BC0ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D482AFB4-040E-4051-B53E-8E4CF87BC0ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D482AFB4-040E-4051-B53E-8E4CF87BC0ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D482AFB4-040E-4051-B53E-8E4CF87BC0ED}.Release|Any CPU.Build.0 = Release|Any CPU
{9575F233-B377-425D-8CE2-25062F72B7C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9575F233-B377-425D-8CE2-25062F72B7C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9575F233-B377-425D-8CE2-25062F72B7C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9575F233-B377-425D-8CE2-25062F72B7C9}.Release|Any CPU.Build.0 = Release|Any CPU
{28D3D355-BA16-42D6-896C-76652C40EF7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28D3D355-BA16-42D6-896C-76652C40EF7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28D3D355-BA16-42D6-896C-76652C40EF7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28D3D355-BA16-42D6-896C-76652C40EF7B}.Release|Any CPU.Build.0 = Release|Any CPU
{BE073F72-0AE8-4A1F-9F0D-4EBBB4200C1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE073F72-0AE8-4A1F-9F0D-4EBBB4200C1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE073F72-0AE8-4A1F-9F0D-4EBBB4200C1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE073F72-0AE8-4A1F-9F0D-4EBBB4200C1B}.Release|Any CPU.Build.0 = Release|Any CPU
{6CC84A87-40A1-4DE4-9D03-D06D026F6834}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CC84A87-40A1-4DE4-9D03-D06D026F6834}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CC84A87-40A1-4DE4-9D03-D06D026F6834}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CC84A87-40A1-4DE4-9D03-D06D026F6834}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F05D67A1-BB63-45C1-A0D6-BAEE6A61F43C} = {C6A7537C-30C3-4485-A507-5E7FF778B93D}
{43EB5546-050B-4F97-9356-68500A979C49} = {C6A7537C-30C3-4485-A507-5E7FF778B93D}
{42137DB3-C2AE-4AC3-A8E6-87BCE3550F1A} = {B7B5DCE0-89BE-4D1D-AE60-4B39503E6673}
{D482AFB4-040E-4051-B53E-8E4CF87BC0ED} = {B7B5DCE0-89BE-4D1D-AE60-4B39503E6673}
{9575F233-B377-425D-8CE2-25062F72B7C9} = {D391FDEC-F778-4755-BA2E-C36A5E0DD79B}
{28D3D355-BA16-42D6-896C-76652C40EF7B} = {D391FDEC-F778-4755-BA2E-C36A5E0DD79B}
{B7B5DCE0-89BE-4D1D-AE60-4B39503E6673} = {73164D95-FB6C-4389-B86D-38DB4F55A0B9}
{D391FDEC-F778-4755-BA2E-C36A5E0DD79B} = {73164D95-FB6C-4389-B86D-38DB4F55A0B9}
{AF67CBB0-753B-4305-9811-B6AEB63B07AF} = {73164D95-FB6C-4389-B86D-38DB4F55A0B9}
{BE073F72-0AE8-4A1F-9F0D-4EBBB4200C1B} = {AF67CBB0-753B-4305-9811-B6AEB63B07AF}
{6CC84A87-40A1-4DE4-9D03-D06D026F6834} = {AF67CBB0-753B-4305-9811-B6AEB63B07AF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {764C61BA-C31B-4E87-BBAF-DCD4EF573CD9}
EndGlobalSection
EndGlobal