-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwtAPI.sln
More file actions
43 lines (43 loc) · 2.47 KB
/
Copy pathtwtAPI.sln
File metadata and controls
43 lines (43 loc) · 2.47 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.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TWT.API", "src\TWT.API\TWT.API.csproj", "{2784A027-2F75-476D-B29C-47051122DC6E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TWT.Data", "src\TWT.Data\TWT.Data.csproj", "{D30378E1-C97A-47BD-8463-393A8E8C8B9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TWT.Core", "src\TWT.Core\TWT.Core.csproj", "{1DB8F2D0-C8AE-4631-81E9-21A8B29F3801}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{2E64A7EA-F151-4716-955C-90DCBFC9A9E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2784A027-2F75-476D-B29C-47051122DC6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2784A027-2F75-476D-B29C-47051122DC6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2784A027-2F75-476D-B29C-47051122DC6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2784A027-2F75-476D-B29C-47051122DC6E}.Release|Any CPU.Build.0 = Release|Any CPU
{D30378E1-C97A-47BD-8463-393A8E8C8B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D30378E1-C97A-47BD-8463-393A8E8C8B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D30378E1-C97A-47BD-8463-393A8E8C8B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D30378E1-C97A-47BD-8463-393A8E8C8B9E}.Release|Any CPU.Build.0 = Release|Any CPU
{1DB8F2D0-C8AE-4631-81E9-21A8B29F3801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DB8F2D0-C8AE-4631-81E9-21A8B29F3801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DB8F2D0-C8AE-4631-81E9-21A8B29F3801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DB8F2D0-C8AE-4631-81E9-21A8B29F3801}.Release|Any CPU.Build.0 = Release|Any CPU
{2E64A7EA-F151-4716-955C-90DCBFC9A9E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E64A7EA-F151-4716-955C-90DCBFC9A9E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E64A7EA-F151-4716-955C-90DCBFC9A9E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E64A7EA-F151-4716-955C-90DCBFC9A9E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE2E4AA6-B36C-495F-A8C6-A2BB5C27AF14}
EndGlobalSection
EndGlobal