-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathX.sln
More file actions
43 lines (43 loc) · 2.46 KB
/
X.sln
File metadata and controls
43 lines (43 loc) · 2.46 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.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "X.API", "X.API\X.API.csproj", "{139DAFCE-FF2E-4813-A03C-1C5F7DAEA230}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "X.Application", "X.Application\X.Application.csproj", "{B68263E8-F991-4B91-9B0E-BBD40E9B6286}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "X.Core", "X.Core\X.Core.csproj", "{D875164D-4C35-46C4-A1BF-B2DDBC206CE5}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{6A932D7E-ABB5-4CFC-A06F-B2E160A31BF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{139DAFCE-FF2E-4813-A03C-1C5F7DAEA230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{139DAFCE-FF2E-4813-A03C-1C5F7DAEA230}.Debug|Any CPU.Build.0 = Debug|Any CPU
{139DAFCE-FF2E-4813-A03C-1C5F7DAEA230}.Release|Any CPU.ActiveCfg = Release|Any CPU
{139DAFCE-FF2E-4813-A03C-1C5F7DAEA230}.Release|Any CPU.Build.0 = Release|Any CPU
{B68263E8-F991-4B91-9B0E-BBD40E9B6286}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B68263E8-F991-4B91-9B0E-BBD40E9B6286}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B68263E8-F991-4B91-9B0E-BBD40E9B6286}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B68263E8-F991-4B91-9B0E-BBD40E9B6286}.Release|Any CPU.Build.0 = Release|Any CPU
{D875164D-4C35-46C4-A1BF-B2DDBC206CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D875164D-4C35-46C4-A1BF-B2DDBC206CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D875164D-4C35-46C4-A1BF-B2DDBC206CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D875164D-4C35-46C4-A1BF-B2DDBC206CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{6A932D7E-ABB5-4CFC-A06F-B2E160A31BF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A932D7E-ABB5-4CFC-A06F-B2E160A31BF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A932D7E-ABB5-4CFC-A06F-B2E160A31BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A932D7E-ABB5-4CFC-A06F-B2E160A31BF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE8C4A08-72D2-423B-BF07-5F883B952392}
EndGlobalSection
EndGlobal