-
Notifications
You must be signed in to change notification settings - Fork 17
/
Volvox.Helios.sln
58 lines (58 loc) · 3.48 KB
/
Volvox.Helios.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volvox.Helios.Service", "src\Volvox.Helios.Service\Volvox.Helios.Service.csproj", "{B3712028-2D66-479D-ACF8-6B9442E15F65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volvox.Helios.Core", "src\Volvox.Helios.Core\Volvox.Helios.Core.csproj", "{633A4393-CDF8-4440-8D73-72E2ABB1475B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volvox.Helios.Domain", "src\Volvox.Helios.Domain\Volvox.Helios.Domain.csproj", "{9F6F5479-1E1F-4F72-B484-EED51B5B5114}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volvox.Helios.Web", "src\Volvox.Helios.Web\Volvox.Helios.Web.csproj", "{C792E950-8407-4879-AAA4-1A736E122B9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{663B0812-383E-4172-B210-92B3DB384257}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.Unit", "test\Tests.Unit\Tests.Unit.csproj", "{8F1467D2-3BAB-4BD1-8478-E86F23179D75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A251899-59F7-4154-B507-DE53F05C951F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3712028-2D66-479D-ACF8-6B9442E15F65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3712028-2D66-479D-ACF8-6B9442E15F65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3712028-2D66-479D-ACF8-6B9442E15F65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3712028-2D66-479D-ACF8-6B9442E15F65}.Release|Any CPU.Build.0 = Release|Any CPU
{633A4393-CDF8-4440-8D73-72E2ABB1475B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{633A4393-CDF8-4440-8D73-72E2ABB1475B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{633A4393-CDF8-4440-8D73-72E2ABB1475B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{633A4393-CDF8-4440-8D73-72E2ABB1475B}.Release|Any CPU.Build.0 = Release|Any CPU
{9F6F5479-1E1F-4F72-B484-EED51B5B5114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F6F5479-1E1F-4F72-B484-EED51B5B5114}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F6F5479-1E1F-4F72-B484-EED51B5B5114}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F6F5479-1E1F-4F72-B484-EED51B5B5114}.Release|Any CPU.Build.0 = Release|Any CPU
{C792E950-8407-4879-AAA4-1A736E122B9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C792E950-8407-4879-AAA4-1A736E122B9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C792E950-8407-4879-AAA4-1A736E122B9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C792E950-8407-4879-AAA4-1A736E122B9A}.Release|Any CPU.Build.0 = Release|Any CPU
{8F1467D2-3BAB-4BD1-8478-E86F23179D75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F1467D2-3BAB-4BD1-8478-E86F23179D75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F1467D2-3BAB-4BD1-8478-E86F23179D75}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F1467D2-3BAB-4BD1-8478-E86F23179D75} = {663B0812-383E-4172-B210-92B3DB384257}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {385C6906-A43B-45D2-B3B3-0EB49E654CE3}
EndGlobalSection
EndGlobal