-
Notifications
You must be signed in to change notification settings - Fork 0
/
Outermind.sln
48 lines (48 loc) · 2.8 KB
/
Outermind.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Outermind", "src\Outermind\Outermind.csproj", "{18095D2A-35E7-4A1C-B01D-0EA53FEFC21E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Outermind.Service", "src\Outermind.Service\Outermind.Service.csproj", "{C33B222C-C27F-47C1-A90E-4A1B7B2F6F85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Outermind.Web", "src\Outermind.Web\Outermind.Web.csproj", "{2DF00598-184A-446B-B882-6268529680CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1305B698-FB86-4BB3-BCB1-64371FB6B652}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Outermind.Tests", "tests\Outermind.Tests\Outermind.Tests.csproj", "{84562EE6-F838-46BF-A66D-6A1845694A02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18095D2A-35E7-4A1C-B01D-0EA53FEFC21E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18095D2A-35E7-4A1C-B01D-0EA53FEFC21E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18095D2A-35E7-4A1C-B01D-0EA53FEFC21E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18095D2A-35E7-4A1C-B01D-0EA53FEFC21E}.Release|Any CPU.Build.0 = Release|Any CPU
{C33B222C-C27F-47C1-A90E-4A1B7B2F6F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C33B222C-C27F-47C1-A90E-4A1B7B2F6F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C33B222C-C27F-47C1-A90E-4A1B7B2F6F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C33B222C-C27F-47C1-A90E-4A1B7B2F6F85}.Release|Any CPU.Build.0 = Release|Any CPU
{2DF00598-184A-446B-B882-6268529680CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DF00598-184A-446B-B882-6268529680CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DF00598-184A-446B-B882-6268529680CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DF00598-184A-446B-B882-6268529680CD}.Release|Any CPU.Build.0 = Release|Any CPU
{84562EE6-F838-46BF-A66D-6A1845694A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84562EE6-F838-46BF-A66D-6A1845694A02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84562EE6-F838-46BF-A66D-6A1845694A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84562EE6-F838-46BF-A66D-6A1845694A02}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{84562EE6-F838-46BF-A66D-6A1845694A02} = {1305B698-FB86-4BB3-BCB1-64371FB6B652}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D275920D-9E0C-4729-A4E8-93B236B1C173}
EndGlobalSection
EndGlobal