-
Notifications
You must be signed in to change notification settings - Fork 0
/
AirTrafficMonitoringSystem.sln
42 lines (42 loc) · 2.34 KB
/
AirTrafficMonitoringSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AirTrafficMonitoringSystem", "AirTrafficMonitoringSystem\AirTrafficMonitoringSystem.csproj", "{200A5A45-808B-416D-B8D1-BB5269CEE756}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE01FF17-C660-43E3-8C4E-87A7993ECA28}"
ProjectSection(SolutionItems) = preProject
dotCoverCoverageConfig.xml = dotCoverCoverageConfig.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATMS.Test.Unit", "ATMS.Test.Unit\ATMS.Test.Unit.csproj", "{CBFF2DDF-E0EB-4BEB-A75A-A171934B860A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATMS.Applikation", "ATMS.Applikation\ATMS.Applikation.csproj", "{01903227-EE46-4800-AAE4-598B1D0A4B52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{200A5A45-808B-416D-B8D1-BB5269CEE756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{200A5A45-808B-416D-B8D1-BB5269CEE756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{200A5A45-808B-416D-B8D1-BB5269CEE756}.Release|Any CPU.ActiveCfg = Release|Any CPU
{200A5A45-808B-416D-B8D1-BB5269CEE756}.Release|Any CPU.Build.0 = Release|Any CPU
{CBFF2DDF-E0EB-4BEB-A75A-A171934B860A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBFF2DDF-E0EB-4BEB-A75A-A171934B860A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBFF2DDF-E0EB-4BEB-A75A-A171934B860A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBFF2DDF-E0EB-4BEB-A75A-A171934B860A}.Release|Any CPU.Build.0 = Release|Any CPU
{01903227-EE46-4800-AAE4-598B1D0A4B52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01903227-EE46-4800-AAE4-598B1D0A4B52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01903227-EE46-4800-AAE4-598B1D0A4B52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01903227-EE46-4800-AAE4-598B1D0A4B52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2B3CDE6-7EB9-4476-A0A3-CA08F8041B54}
EndGlobalSection
EndGlobal