-
Notifications
You must be signed in to change notification settings - Fork 46
/
UEditor.Core.sln
43 lines (43 loc) · 2.48 KB
/
UEditor.Core.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 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UEditor.Core", "UEditor.Core\UEditor.Core.csproj", "{9EC46E4A-BFDF-49EC-A821-36799DC51086}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Api", "Sample.Api\Sample.Api.csproj", "{9E3FFD3D-CCFB-4D2E-8858-AEEBA01DD9EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Web", "Sample.Web\Sample.Web.csproj", "{9D90C989-8642-408E-BBE3-D201F2FB903E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Mvc", "Sample.Mvc\Sample.Mvc.csproj", "{F7F61417-0B62-4DF5-B564-0BA11769A47B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EC46E4A-BFDF-49EC-A821-36799DC51086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EC46E4A-BFDF-49EC-A821-36799DC51086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EC46E4A-BFDF-49EC-A821-36799DC51086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EC46E4A-BFDF-49EC-A821-36799DC51086}.Release|Any CPU.Build.0 = Release|Any CPU
{9E3FFD3D-CCFB-4D2E-8858-AEEBA01DD9EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E3FFD3D-CCFB-4D2E-8858-AEEBA01DD9EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E3FFD3D-CCFB-4D2E-8858-AEEBA01DD9EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E3FFD3D-CCFB-4D2E-8858-AEEBA01DD9EC}.Release|Any CPU.Build.0 = Release|Any CPU
{9D90C989-8642-408E-BBE3-D201F2FB903E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D90C989-8642-408E-BBE3-D201F2FB903E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D90C989-8642-408E-BBE3-D201F2FB903E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D90C989-8642-408E-BBE3-D201F2FB903E}.Release|Any CPU.Build.0 = Release|Any CPU
{F7F61417-0B62-4DF5-B564-0BA11769A47B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7F61417-0B62-4DF5-B564-0BA11769A47B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7F61417-0B62-4DF5-B564-0BA11769A47B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7F61417-0B62-4DF5-B564-0BA11769A47B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E3B9BF1-D9DC-4237-AB0B-080C3D26441D}
EndGlobalSection
EndGlobal