-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeValueREST.sln
43 lines (43 loc) · 2.31 KB
/
CodeValueREST.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeValueREST", "CodeValueREST\CodeValueREST.csproj", "{38890340-100D-4A08-8B44-533733AABDD7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76D3D6E0-5012-4E02-9267-55038A7CCE7C}"
ProjectSection(SolutionItems) = preProject
docker-compose.environment.debug.yml = docker-compose.environment.debug.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{66E0B91C-4D0F-43C5-A32B-12E5BA4DD8AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{2D581FFB-A5B1-4153-A93E-6CF84B3EC5AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38890340-100D-4A08-8B44-533733AABDD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38890340-100D-4A08-8B44-533733AABDD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38890340-100D-4A08-8B44-533733AABDD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38890340-100D-4A08-8B44-533733AABDD7}.Release|Any CPU.Build.0 = Release|Any CPU
{66E0B91C-4D0F-43C5-A32B-12E5BA4DD8AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66E0B91C-4D0F-43C5-A32B-12E5BA4DD8AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66E0B91C-4D0F-43C5-A32B-12E5BA4DD8AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66E0B91C-4D0F-43C5-A32B-12E5BA4DD8AF}.Release|Any CPU.Build.0 = Release|Any CPU
{2D581FFB-A5B1-4153-A93E-6CF84B3EC5AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D581FFB-A5B1-4153-A93E-6CF84B3EC5AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D581FFB-A5B1-4153-A93E-6CF84B3EC5AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D581FFB-A5B1-4153-A93E-6CF84B3EC5AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CCE8EC3A-77F9-4A83-81D2-84378EA1EBA7}
EndGlobalSection
EndGlobal