-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptedSkyAPI.sln
More file actions
51 lines (51 loc) · 2.86 KB
/
ScriptedSkyAPI.sln
File metadata and controls
51 lines (51 loc) · 2.86 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
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "API\API.csproj", "{59262A96-9F49-4989-B89E-22B91F4DB034}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{9F93C71E-14D0-45D3-BE84-D98C8BDAC21A}"
ProjectSection(ProjectDependencies) = postProject
{D44C5717-E031-4FF4-BF10-820C3803C7C5} = {D44C5717-E031-4FF4-BF10-820C3803C7C5}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{D44C5717-E031-4FF4-BF10-820C3803C7C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59262A96-9F49-4989-B89E-22B91F4DB034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59262A96-9F49-4989-B89E-22B91F4DB034}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59262A96-9F49-4989-B89E-22B91F4DB034}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59262A96-9F49-4989-B89E-22B91F4DB034}.Release|Any CPU.Build.0 = Release|Any CPU
{9F93C71E-14D0-45D3-BE84-D98C8BDAC21A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F93C71E-14D0-45D3-BE84-D98C8BDAC21A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F93C71E-14D0-45D3-BE84-D98C8BDAC21A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F93C71E-14D0-45D3-BE84-D98C8BDAC21A}.Release|Any CPU.Build.0 = Release|Any CPU
{D44C5717-E031-4FF4-BF10-820C3803C7C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D44C5717-E031-4FF4-BF10-820C3803C7C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D44C5717-E031-4FF4-BF10-820C3803C7C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D44C5717-E031-4FF4-BF10-820C3803C7C5}.Release|Any CPU.Build.0 = Release|Any CPU
{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ED06CAD-956C-C94D-BC0C-E89E30A887C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90CBCB39-FBC7-4EEF-8A8F-3AEAF614022A}
EndGlobalSection
EndGlobal