-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOSM.sln
46 lines (46 loc) · 2.82 KB
/
OSM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSM.Model", "OSM.Model\OSM.Model.csproj", "{3938931D-3112-4FA1-A5B2-F6B894F91BC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSM.Data", "OSM.Data\OSM.Data.csproj", "{63303FCD-8018-47B7-B203-E53BB9AFF4BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSM.Service", "OSM.Service\OSM.Service.csproj", "{6602B3F4-09B6-4350-AAB1-A3ECD0D866BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSM.Common", "OSM.Commom\OSM.Common.csproj", "{3E7B5932-4B3D-4A53-A574-A8646DA295A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSM.WebCMS", "OSM.Website\OSM.WebCMS.csproj", "{3DC7D638-6986-4EA0-80D0-4748D3C36C1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3938931D-3112-4FA1-A5B2-F6B894F91BC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3938931D-3112-4FA1-A5B2-F6B894F91BC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3938931D-3112-4FA1-A5B2-F6B894F91BC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3938931D-3112-4FA1-A5B2-F6B894F91BC9}.Release|Any CPU.Build.0 = Release|Any CPU
{63303FCD-8018-47B7-B203-E53BB9AFF4BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63303FCD-8018-47B7-B203-E53BB9AFF4BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63303FCD-8018-47B7-B203-E53BB9AFF4BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63303FCD-8018-47B7-B203-E53BB9AFF4BC}.Release|Any CPU.Build.0 = Release|Any CPU
{6602B3F4-09B6-4350-AAB1-A3ECD0D866BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6602B3F4-09B6-4350-AAB1-A3ECD0D866BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6602B3F4-09B6-4350-AAB1-A3ECD0D866BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6602B3F4-09B6-4350-AAB1-A3ECD0D866BE}.Release|Any CPU.Build.0 = Release|Any CPU
{3E7B5932-4B3D-4A53-A574-A8646DA295A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E7B5932-4B3D-4A53-A574-A8646DA295A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E7B5932-4B3D-4A53-A574-A8646DA295A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E7B5932-4B3D-4A53-A574-A8646DA295A0}.Release|Any CPU.Build.0 = Release|Any CPU
{3DC7D638-6986-4EA0-80D0-4748D3C36C1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DC7D638-6986-4EA0-80D0-4748D3C36C1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DC7D638-6986-4EA0-80D0-4748D3C36C1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DC7D638-6986-4EA0-80D0-4748D3C36C1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal