-
Notifications
You must be signed in to change notification settings - Fork 5
/
Ocss.Web.sln
37 lines (37 loc) · 2 KB
/
Ocss.Web.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 Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocss.Web", "Ocss.Web\Ocss.Web.csproj", "{B6C0328A-D733-4393-8FBD-328289460E0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocss", "Ocss\Ocss.csproj", "{B5FB62CB-7D55-4E36-B87F-9B3B9ED12327}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocss.Service", "Ocss.Service\Ocss.Service.csproj", "{01451EF0-F62B-4717-A016-DDF298074222}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6C0328A-D733-4393-8FBD-328289460E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6C0328A-D733-4393-8FBD-328289460E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6C0328A-D733-4393-8FBD-328289460E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6C0328A-D733-4393-8FBD-328289460E0C}.Release|Any CPU.Build.0 = Release|Any CPU
{B5FB62CB-7D55-4E36-B87F-9B3B9ED12327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5FB62CB-7D55-4E36-B87F-9B3B9ED12327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5FB62CB-7D55-4E36-B87F-9B3B9ED12327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5FB62CB-7D55-4E36-B87F-9B3B9ED12327}.Release|Any CPU.Build.0 = Release|Any CPU
{01451EF0-F62B-4717-A016-DDF298074222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01451EF0-F62B-4717-A016-DDF298074222}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01451EF0-F62B-4717-A016-DDF298074222}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01451EF0-F62B-4717-A016-DDF298074222}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51D62F00-3CFB-4CA1-BD0E-00B53DC434DF}
EndGlobalSection
EndGlobal