-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathXiuCai.BPM.sln
49 lines (49 loc) · 2.98 KB
/
XiuCai.BPM.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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xiucai.BPM.Admin", "XiuCai.BPM.Admin\Xiucai.BPM.Admin.csproj", "{0F2B5818-29E0-40B3-81D4-D835C24574D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xiucai.BPM.Core", "XiuCai.BPM.Core\Xiucai.BPM.Core.csproj", "{A2EE0C6C-76C5-49C5-BCA6-0BC862ECA195}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xiucai.Common", "Common\Xiucai.Common.csproj", "{16183C27-23BE-4335-AE94-F12BB57421FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xiucai.CommonTest", "Xiucai.CommonTest\Xiucai.CommonTest.csproj", "{C7729E33-9DEF-4473-9927-22A3BE76D414}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XiuCai.Demo", "XiuCai.Demo\XiuCai.Demo.csproj", "{8ECC21F8-31D6-4CEE-98E6-36F1EAFF4087}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F2B5818-29E0-40B3-81D4-D835C24574D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F2B5818-29E0-40B3-81D4-D835C24574D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F2B5818-29E0-40B3-81D4-D835C24574D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F2B5818-29E0-40B3-81D4-D835C24574D8}.Release|Any CPU.Build.0 = Release|Any CPU
{A2EE0C6C-76C5-49C5-BCA6-0BC862ECA195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2EE0C6C-76C5-49C5-BCA6-0BC862ECA195}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2EE0C6C-76C5-49C5-BCA6-0BC862ECA195}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2EE0C6C-76C5-49C5-BCA6-0BC862ECA195}.Release|Any CPU.Build.0 = Release|Any CPU
{16183C27-23BE-4335-AE94-F12BB57421FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16183C27-23BE-4335-AE94-F12BB57421FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16183C27-23BE-4335-AE94-F12BB57421FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16183C27-23BE-4335-AE94-F12BB57421FF}.Release|Any CPU.Build.0 = Release|Any CPU
{C7729E33-9DEF-4473-9927-22A3BE76D414}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7729E33-9DEF-4473-9927-22A3BE76D414}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7729E33-9DEF-4473-9927-22A3BE76D414}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7729E33-9DEF-4473-9927-22A3BE76D414}.Release|Any CPU.Build.0 = Release|Any CPU
{8ECC21F8-31D6-4CEE-98E6-36F1EAFF4087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ECC21F8-31D6-4CEE-98E6-36F1EAFF4087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ECC21F8-31D6-4CEE-98E6-36F1EAFF4087}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ECC21F8-31D6-4CEE-98E6-36F1EAFF4087}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal