-
Notifications
You must be signed in to change notification settings - Fork 0
/
ParkingEmulator.sln
37 lines (37 loc) · 2.09 KB
/
ParkingEmulator.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 15
VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParkingEmulator.Core", "ParkingEmulator.Core\ParkingEmulator.Core.csproj", "{AB1F0CF7-CD63-4311-AF41-262FD3931252}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParkingEmulator.API", "ParkingEmulator.API\ParkingEmulator.API.csproj", "{583C01C7-FE2C-4F3A-BDB5-48054CC414AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParkingEmulator.Log", "ParkingEmulator.Log\ParkingEmulator.Log.csproj", "{281801AD-F107-4936-A36C-CB0AD35C9C21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB1F0CF7-CD63-4311-AF41-262FD3931252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB1F0CF7-CD63-4311-AF41-262FD3931252}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB1F0CF7-CD63-4311-AF41-262FD3931252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB1F0CF7-CD63-4311-AF41-262FD3931252}.Release|Any CPU.Build.0 = Release|Any CPU
{583C01C7-FE2C-4F3A-BDB5-48054CC414AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{583C01C7-FE2C-4F3A-BDB5-48054CC414AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{583C01C7-FE2C-4F3A-BDB5-48054CC414AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{583C01C7-FE2C-4F3A-BDB5-48054CC414AC}.Release|Any CPU.Build.0 = Release|Any CPU
{281801AD-F107-4936-A36C-CB0AD35C9C21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{281801AD-F107-4936-A36C-CB0AD35C9C21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{281801AD-F107-4936-A36C-CB0AD35C9C21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{281801AD-F107-4936-A36C-CB0AD35C9C21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6141744-651C-4843-ACFC-8A7C7A10D46D}
EndGlobalSection
EndGlobal