-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPlatformTM.sln
51 lines (51 loc) · 3.08 KB
/
PlatformTM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlatformTM.Core", "PlatformTM.Core\PlatformTM.Core.csproj", "{F36C7331-8941-42FA-B0E9-33ECC6450A7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlatformTM.Data", "PlatformTM.Data\PlatformTM.Data.csproj", "{CA936ECC-11D4-4EE5-945E-2B626340DB6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlatformTM.Services", "PlatformTM.Services\PlatformTM.Services.csproj", "{A5D4EB6C-C25E-44DD-A63E-EAF800F33A3A}"
ProjectSection(ProjectDependencies) = postProject
{CA936ECC-11D4-4EE5-945E-2B626340DB6E} = {CA936ECC-11D4-4EE5-945E-2B626340DB6E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlatformTM.API", "PlatformTM.API\PlatformTM.API.csproj", "{BD5FE3AD-8877-4143-A56E-BE3C5B22BEF1}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{C09FDF7E-9F7A-4836-A033-45735D1D3791}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F36C7331-8941-42FA-B0E9-33ECC6450A7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F36C7331-8941-42FA-B0E9-33ECC6450A7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F36C7331-8941-42FA-B0E9-33ECC6450A7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F36C7331-8941-42FA-B0E9-33ECC6450A7E}.Release|Any CPU.Build.0 = Release|Any CPU
{CA936ECC-11D4-4EE5-945E-2B626340DB6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA936ECC-11D4-4EE5-945E-2B626340DB6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA936ECC-11D4-4EE5-945E-2B626340DB6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA936ECC-11D4-4EE5-945E-2B626340DB6E}.Release|Any CPU.Build.0 = Release|Any CPU
{A5D4EB6C-C25E-44DD-A63E-EAF800F33A3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5D4EB6C-C25E-44DD-A63E-EAF800F33A3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5D4EB6C-C25E-44DD-A63E-EAF800F33A3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5D4EB6C-C25E-44DD-A63E-EAF800F33A3A}.Release|Any CPU.Build.0 = Release|Any CPU
{BD5FE3AD-8877-4143-A56E-BE3C5B22BEF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD5FE3AD-8877-4143-A56E-BE3C5B22BEF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD5FE3AD-8877-4143-A56E-BE3C5B22BEF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD5FE3AD-8877-4143-A56E-BE3C5B22BEF1}.Release|Any CPU.Build.0 = Release|Any CPU
{C09FDF7E-9F7A-4836-A033-45735D1D3791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C09FDF7E-9F7A-4836-A033-45735D1D3791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C09FDF7E-9F7A-4836-A033-45735D1D3791}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {025A4D02-C674-4A03-AC42-F42E69566C19}
EndGlobalSection
EndGlobal