-
Notifications
You must be signed in to change notification settings - Fork 1
/
CodeStorm.sln
53 lines (53 loc) · 3.2 KB
/
CodeStorm.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BAB1E4B0-273C-484B-ABE4-2C98BC321B0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2BE2604B-0190-4ED1-94EA-8AAE9397B8C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeStorm.Domain", "src\CodeStorm.Domain\CodeStorm.Domain.csproj", "{3E17DAB8-F9CF-40F4-A35E-55B1812574EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeStorm.Core", "src\CodeStorm.Core\CodeStorm.Core.csproj", "{0033B5A5-23F9-4667-B001-EF7F9D76BDCE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeStorm.ConsoleApp", "src\CodeStorm.ConsoleApp\CodeStorm.ConsoleApp.csproj", "{582D4AF8-D55C-42F3-991E-2F1E20B1FD9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeStorm.UnitTest", "test\CodeStorm.UnitTest\CodeStorm.UnitTest.csproj", "{61DCEE2B-FFB8-4FE0-9F51-274D09B60DCE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E17DAB8-F9CF-40F4-A35E-55B1812574EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E17DAB8-F9CF-40F4-A35E-55B1812574EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E17DAB8-F9CF-40F4-A35E-55B1812574EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E17DAB8-F9CF-40F4-A35E-55B1812574EF}.Release|Any CPU.Build.0 = Release|Any CPU
{0033B5A5-23F9-4667-B001-EF7F9D76BDCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0033B5A5-23F9-4667-B001-EF7F9D76BDCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0033B5A5-23F9-4667-B001-EF7F9D76BDCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0033B5A5-23F9-4667-B001-EF7F9D76BDCE}.Release|Any CPU.Build.0 = Release|Any CPU
{582D4AF8-D55C-42F3-991E-2F1E20B1FD9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{582D4AF8-D55C-42F3-991E-2F1E20B1FD9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{582D4AF8-D55C-42F3-991E-2F1E20B1FD9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{582D4AF8-D55C-42F3-991E-2F1E20B1FD9F}.Release|Any CPU.Build.0 = Release|Any CPU
{61DCEE2B-FFB8-4FE0-9F51-274D09B60DCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61DCEE2B-FFB8-4FE0-9F51-274D09B60DCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61DCEE2B-FFB8-4FE0-9F51-274D09B60DCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61DCEE2B-FFB8-4FE0-9F51-274D09B60DCE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3E17DAB8-F9CF-40F4-A35E-55B1812574EF} = {BAB1E4B0-273C-484B-ABE4-2C98BC321B0F}
{0033B5A5-23F9-4667-B001-EF7F9D76BDCE} = {BAB1E4B0-273C-484B-ABE4-2C98BC321B0F}
{582D4AF8-D55C-42F3-991E-2F1E20B1FD9F} = {BAB1E4B0-273C-484B-ABE4-2C98BC321B0F}
{61DCEE2B-FFB8-4FE0-9F51-274D09B60DCE} = {2BE2604B-0190-4ED1-94EA-8AAE9397B8C8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3BF3E49-89B6-491D-90BF-6EBD5C0890BB}
EndGlobalSection
EndGlobal