-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYiJing.sln
40 lines (40 loc) · 2.14 KB
/
YiJing.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeStudio.YiJing", "Libraries\CodeStudio.YiJing\CodeStudio.YiJing.csproj", "{1DD56774-0403-4D08-8DAC-F05C7753107D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{4E5B0121-17D1-4D18-BDA2-A3715DE719DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Websites", "Websites", "{293E49F9-8FD0-4EB6-91F6-F2BC3AA70C42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YiJingWebUI", "YiJingWebUI\YiJingWebUI.csproj", "{BBE3CD44-09F7-4D20-9ED2-C59520440FD1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Binaries", "Binaries", "{CC82B132-77CA-40DB-B143-BCD3A36C0035}"
ProjectSection(SolutionItems) = preProject
Binaries\CodeStudio.dll = Binaries\CodeStudio.dll
Binaries\CodeStudio.pdb = Binaries\CodeStudio.pdb
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DD56774-0403-4D08-8DAC-F05C7753107D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DD56774-0403-4D08-8DAC-F05C7753107D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DD56774-0403-4D08-8DAC-F05C7753107D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DD56774-0403-4D08-8DAC-F05C7753107D}.Release|Any CPU.Build.0 = Release|Any CPU
{BBE3CD44-09F7-4D20-9ED2-C59520440FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBE3CD44-09F7-4D20-9ED2-C59520440FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBE3CD44-09F7-4D20-9ED2-C59520440FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBE3CD44-09F7-4D20-9ED2-C59520440FD1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1DD56774-0403-4D08-8DAC-F05C7753107D} = {4E5B0121-17D1-4D18-BDA2-A3715DE719DA}
{BBE3CD44-09F7-4D20-9ED2-C59520440FD1} = {293E49F9-8FD0-4EB6-91F6-F2BC3AA70C42}
EndGlobalSection
EndGlobal