-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDroneManagment.sln
49 lines (49 loc) · 2.91 KB
/
DroneManagment.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "Api\API.csproj", "{7DDA66FE-F52B-41DB-BA28-409198E2BAE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{AA0E0FF8-5B69-43B2-BCCF-91B42CFE54CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{1EC64E28-DE0C-4282-A2AE-5442F5321C22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{6953288C-8ED9-485F-8EA9-10DD2EEBD633}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{73C142EE-55FB-4BB4-A224-330E997521D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DDA66FE-F52B-41DB-BA28-409198E2BAE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DDA66FE-F52B-41DB-BA28-409198E2BAE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DDA66FE-F52B-41DB-BA28-409198E2BAE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DDA66FE-F52B-41DB-BA28-409198E2BAE2}.Release|Any CPU.Build.0 = Release|Any CPU
{AA0E0FF8-5B69-43B2-BCCF-91B42CFE54CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA0E0FF8-5B69-43B2-BCCF-91B42CFE54CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA0E0FF8-5B69-43B2-BCCF-91B42CFE54CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA0E0FF8-5B69-43B2-BCCF-91B42CFE54CC}.Release|Any CPU.Build.0 = Release|Any CPU
{1EC64E28-DE0C-4282-A2AE-5442F5321C22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EC64E28-DE0C-4282-A2AE-5442F5321C22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EC64E28-DE0C-4282-A2AE-5442F5321C22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EC64E28-DE0C-4282-A2AE-5442F5321C22}.Release|Any CPU.Build.0 = Release|Any CPU
{6953288C-8ED9-485F-8EA9-10DD2EEBD633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6953288C-8ED9-485F-8EA9-10DD2EEBD633}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6953288C-8ED9-485F-8EA9-10DD2EEBD633}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6953288C-8ED9-485F-8EA9-10DD2EEBD633}.Release|Any CPU.Build.0 = Release|Any CPU
{73C142EE-55FB-4BB4-A224-330E997521D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73C142EE-55FB-4BB4-A224-330E997521D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73C142EE-55FB-4BB4-A224-330E997521D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73C142EE-55FB-4BB4-A224-330E997521D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3487716-0CA8-4F5F-AC4E-A972B108424A}
EndGlobalSection
EndGlobal