-
Notifications
You must be signed in to change notification settings - Fork 4
/
OsmNightWatch.sln
43 lines (43 loc) · 2.53 KB
/
OsmNightWatch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32507.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OsmNightWatch", "OsmNightWatch\OsmNightWatch.csproj", "{4C392BB0-4E33-47A3-B56D-2D3B02F368C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OsmNightWatch.Web", "OsmNightWatch.Web\OsmNightWatch.Web.csproj", "{59939C38-3AC9-489A-9FFF-1B7A028CA0A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OsmNightWatch.Lib", "OsmNightWatch.Lib\OsmNightWatch.Lib.csproj", "{3E802EBA-A872-42B2-A54B-6632152288A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PbfParser", "PbfParser\PbfParser.csproj", "{E83ECE87-C64E-42B0-9817-4E72AEB63C47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C392BB0-4E33-47A3-B56D-2D3B02F368C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C392BB0-4E33-47A3-B56D-2D3B02F368C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C392BB0-4E33-47A3-B56D-2D3B02F368C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C392BB0-4E33-47A3-B56D-2D3B02F368C0}.Release|Any CPU.Build.0 = Release|Any CPU
{59939C38-3AC9-489A-9FFF-1B7A028CA0A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59939C38-3AC9-489A-9FFF-1B7A028CA0A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59939C38-3AC9-489A-9FFF-1B7A028CA0A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59939C38-3AC9-489A-9FFF-1B7A028CA0A7}.Release|Any CPU.Build.0 = Release|Any CPU
{3E802EBA-A872-42B2-A54B-6632152288A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E802EBA-A872-42B2-A54B-6632152288A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E802EBA-A872-42B2-A54B-6632152288A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E802EBA-A872-42B2-A54B-6632152288A2}.Release|Any CPU.Build.0 = Release|Any CPU
{E83ECE87-C64E-42B0-9817-4E72AEB63C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E83ECE87-C64E-42B0-9817-4E72AEB63C47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E83ECE87-C64E-42B0-9817-4E72AEB63C47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E83ECE87-C64E-42B0-9817-4E72AEB63C47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DB192A9-3C95-4FF3-AAD0-EB37D9974B4B}
EndGlobalSection
EndGlobal