-
Notifications
You must be signed in to change notification settings - Fork 0
/
Grecha.sln
37 lines (37 loc) · 1.98 KB
/
Grecha.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 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grecha", "Grecha\Grecha.csproj", "{A5D2C1E6-A202-4F3E-B2BC-54F9721402BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{7A4574BD-EE03-4380-964D-8C0C5837FE81}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{23FF1B58-73EF-4838-9E07-0A4C945BF4D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5D2C1E6-A202-4F3E-B2BC-54F9721402BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5D2C1E6-A202-4F3E-B2BC-54F9721402BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5D2C1E6-A202-4F3E-B2BC-54F9721402BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5D2C1E6-A202-4F3E-B2BC-54F9721402BE}.Release|Any CPU.Build.0 = Release|Any CPU
{7A4574BD-EE03-4380-964D-8C0C5837FE81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A4574BD-EE03-4380-964D-8C0C5837FE81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A4574BD-EE03-4380-964D-8C0C5837FE81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A4574BD-EE03-4380-964D-8C0C5837FE81}.Release|Any CPU.Build.0 = Release|Any CPU
{23FF1B58-73EF-4838-9E07-0A4C945BF4D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23FF1B58-73EF-4838-9E07-0A4C945BF4D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23FF1B58-73EF-4838-9E07-0A4C945BF4D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23FF1B58-73EF-4838-9E07-0A4C945BF4D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C7A1E62-7B07-4FDD-896E-DC97CCCC5B49}
EndGlobalSection
EndGlobal