-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTuynuk.sln
More file actions
37 lines (37 loc) · 2.05 KB
/
Tuynuk.sln
File metadata and controls
37 lines (37 loc) · 2.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tuynuk.Api", "Tuynuk.Api\Tuynuk.Api.csproj", "{380635D4-6E98-4876-AF02-91A31A4334B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tuynuk.Infrastructure", "Tuynuk.Infrastructure\Tuynuk.Infrastructure.csproj", "{2B87D88A-AF1A-4042-814B-C41ABBB29EFB}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{E7E1EFC0-5E4F-4104-8C03-DB9725044CAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{380635D4-6E98-4876-AF02-91A31A4334B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{380635D4-6E98-4876-AF02-91A31A4334B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{380635D4-6E98-4876-AF02-91A31A4334B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{380635D4-6E98-4876-AF02-91A31A4334B8}.Release|Any CPU.Build.0 = Release|Any CPU
{2B87D88A-AF1A-4042-814B-C41ABBB29EFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B87D88A-AF1A-4042-814B-C41ABBB29EFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B87D88A-AF1A-4042-814B-C41ABBB29EFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B87D88A-AF1A-4042-814B-C41ABBB29EFB}.Release|Any CPU.Build.0 = Release|Any CPU
{E7E1EFC0-5E4F-4104-8C03-DB9725044CAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7E1EFC0-5E4F-4104-8C03-DB9725044CAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7E1EFC0-5E4F-4104-8C03-DB9725044CAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7E1EFC0-5E4F-4104-8C03-DB9725044CAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFFE74E7-9762-46C6-BD5E-D81C87623A9E}
EndGlobalSection
EndGlobal