-
Notifications
You must be signed in to change notification settings - Fork 19
/
dcd.sln
37 lines (37 loc) · 1.87 KB
/
dcd.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "backend", "backend", "{6BBF7515-A6ED-4832-9E1F-1489E19A8164}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "api", "backend\api\api.csproj", "{C3043627-CFBC-4586-85EE-0E157CF5EAB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tests", "backend\tests\tests.csproj", "{A55F1DED-E610-48F7-B33F-C22DE99F1D76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3043627-CFBC-4586-85EE-0E157CF5EAB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3043627-CFBC-4586-85EE-0E157CF5EAB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3043627-CFBC-4586-85EE-0E157CF5EAB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3043627-CFBC-4586-85EE-0E157CF5EAB4}.Release|Any CPU.Build.0 = Release|Any CPU
{A55F1DED-E610-48F7-B33F-C22DE99F1D76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A55F1DED-E610-48F7-B33F-C22DE99F1D76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A55F1DED-E610-48F7-B33F-C22DE99F1D76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A55F1DED-E610-48F7-B33F-C22DE99F1D76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C3043627-CFBC-4586-85EE-0E157CF5EAB4} = {6BBF7515-A6ED-4832-9E1F-1489E19A8164}
{A55F1DED-E610-48F7-B33F-C22DE99F1D76} = {6BBF7515-A6ED-4832-9E1F-1489E19A8164}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44E34F06-99B5-4330-BD95-B683C5260BC9}
EndGlobalSection
EndGlobal