-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRaydreams.MicroCMS.sln
37 lines (37 loc) · 2.17 KB
/
Raydreams.MicroCMS.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.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raydreams.MicroCMS", "Raydreams.MicroCMS\Raydreams.MicroCMS.csproj", "{54D014DB-88D9-4197-87D9-F2D21F4F2A3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raydreams.MicroCMS.Integrate", "Raydreams.MicroCMS.Integrate\Raydreams.MicroCMS.Integrate.csproj", "{F11280FA-3B7D-45DE-A003-9C2E5DA6C6FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raydreams.MicroCMS.CLI", "Raydreams.MicroCMS.CLI\Raydreams.MicroCMS.CLI.csproj", "{1505FA9A-D235-460F-9BDC-28CCC0541CDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54D014DB-88D9-4197-87D9-F2D21F4F2A3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54D014DB-88D9-4197-87D9-F2D21F4F2A3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54D014DB-88D9-4197-87D9-F2D21F4F2A3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54D014DB-88D9-4197-87D9-F2D21F4F2A3E}.Release|Any CPU.Build.0 = Release|Any CPU
{F11280FA-3B7D-45DE-A003-9C2E5DA6C6FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F11280FA-3B7D-45DE-A003-9C2E5DA6C6FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F11280FA-3B7D-45DE-A003-9C2E5DA6C6FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F11280FA-3B7D-45DE-A003-9C2E5DA6C6FB}.Release|Any CPU.Build.0 = Release|Any CPU
{1505FA9A-D235-460F-9BDC-28CCC0541CDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1505FA9A-D235-460F-9BDC-28CCC0541CDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1505FA9A-D235-460F-9BDC-28CCC0541CDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1505FA9A-D235-460F-9BDC-28CCC0541CDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {251C5F36-F10A-422F-A2D5-E38C3527F9D3}
EndGlobalSection
EndGlobal