-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbezloft.sln
56 lines (56 loc) · 3.33 KB
/
bezloft.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
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bezloft.core", "bezloft.core\bezloft.core.csproj", "{DC358739-55D0-41F0-A110-C4A93BCD493C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bezloft.infrastructure", "bezloft.infrastructure\bezloft.infrastructure.csproj", "{39C8A01D-8E33-4D88-9E59-7DD60E6AF000}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bezloft.application", "bezloft.application\bezloft.application.csproj", "{9228C1C3-3A60-4098-92D9-E95663EC851D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bezloft.tests", "bezloft.tests\bezloft.tests.csproj", "{6F6BFF2A-7978-47CE-80C3-F699D230A222}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bezloft.api", "bezloft.api\bezloft.api.csproj", "{8011AC48-031F-4DE9-9207-F52C0E318242}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80CDD94E-10DC-4243-9E0D-62DFAC320FF9}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
docker-compose.yml = docker-compose.yml
ReadME.md = ReadME.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC358739-55D0-41F0-A110-C4A93BCD493C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC358739-55D0-41F0-A110-C4A93BCD493C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC358739-55D0-41F0-A110-C4A93BCD493C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC358739-55D0-41F0-A110-C4A93BCD493C}.Release|Any CPU.Build.0 = Release|Any CPU
{39C8A01D-8E33-4D88-9E59-7DD60E6AF000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39C8A01D-8E33-4D88-9E59-7DD60E6AF000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39C8A01D-8E33-4D88-9E59-7DD60E6AF000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39C8A01D-8E33-4D88-9E59-7DD60E6AF000}.Release|Any CPU.Build.0 = Release|Any CPU
{9228C1C3-3A60-4098-92D9-E95663EC851D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9228C1C3-3A60-4098-92D9-E95663EC851D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9228C1C3-3A60-4098-92D9-E95663EC851D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9228C1C3-3A60-4098-92D9-E95663EC851D}.Release|Any CPU.Build.0 = Release|Any CPU
{6F6BFF2A-7978-47CE-80C3-F699D230A222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F6BFF2A-7978-47CE-80C3-F699D230A222}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F6BFF2A-7978-47CE-80C3-F699D230A222}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F6BFF2A-7978-47CE-80C3-F699D230A222}.Release|Any CPU.Build.0 = Release|Any CPU
{8011AC48-031F-4DE9-9207-F52C0E318242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8011AC48-031F-4DE9-9207-F52C0E318242}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8011AC48-031F-4DE9-9207-F52C0E318242}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8011AC48-031F-4DE9-9207-F52C0E318242}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AD9B966-6318-484A-8A49-FBCF5ABF50C5}
EndGlobalSection
EndGlobal