-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodeSphere.sln
More file actions
43 lines (43 loc) · 2.61 KB
/
Copy pathCodeSphere.sln
File metadata and controls
43 lines (43 loc) · 2.61 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34804.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSphere.WebApi", "CodeSphere.WebApi\CodeSphere.WebApi.csproj", "{55858431-9190-4C61-B59A-1C279069186D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSphere.Infrastructure", "CodeSphere.Infrastructure\CodeSphere.Infrastructure.csproj", "{38294F51-BF0A-4093-9338-CD1A2D408980}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSphere.Application", "CodeSphere.Application\CodeSphere.Application.csproj", "{609818F6-A44E-4E6F-99CF-AF39299FC591}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSphere.Domain", "CodeSphere.Domain\CodeSphere.Domain.csproj", "{E78D2C8C-0E32-48BB-A910-31863E1BB395}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55858431-9190-4C61-B59A-1C279069186D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55858431-9190-4C61-B59A-1C279069186D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55858431-9190-4C61-B59A-1C279069186D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55858431-9190-4C61-B59A-1C279069186D}.Release|Any CPU.Build.0 = Release|Any CPU
{38294F51-BF0A-4093-9338-CD1A2D408980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38294F51-BF0A-4093-9338-CD1A2D408980}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38294F51-BF0A-4093-9338-CD1A2D408980}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38294F51-BF0A-4093-9338-CD1A2D408980}.Release|Any CPU.Build.0 = Release|Any CPU
{609818F6-A44E-4E6F-99CF-AF39299FC591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{609818F6-A44E-4E6F-99CF-AF39299FC591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{609818F6-A44E-4E6F-99CF-AF39299FC591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{609818F6-A44E-4E6F-99CF-AF39299FC591}.Release|Any CPU.Build.0 = Release|Any CPU
{E78D2C8C-0E32-48BB-A910-31863E1BB395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E78D2C8C-0E32-48BB-A910-31863E1BB395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E78D2C8C-0E32-48BB-A910-31863E1BB395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E78D2C8C-0E32-48BB-A910-31863E1BB395}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C5F5BDC-3116-47AB-859C-8A16DE25E9F8}
EndGlobalSection
EndGlobal