-
Notifications
You must be signed in to change notification settings - Fork 3
/
Open.Demo.sln
64 lines (64 loc) · 3.42 KB
/
Open.Demo.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "E:\...\Open.Demo.Web\", "Open.Demo.Web", "{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}"
ProjectSection(WebsiteProperties) = preProject
SccProjectName = ""
SccAuxPath = ""
SccLocalPath = ""
SccProvider = ""
ProjectReferences = "{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}|Open.MingdaoSDK.dll;"
Debug.AspNetCompiler.VirtualPath = "/Open.Demo.Web"
Debug.AspNetCompiler.PhysicalPath = "..\Open.Demo.Web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Open.Demo.Web\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/Open.Demo.Web"
Release.AspNetCompiler.PhysicalPath = "..\Open.Demo.Web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Open.Demo.Web\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "12136"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.MingdaoSDK", "Open.MingdaoSDK\Open.MingdaoSDK.csproj", "{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Debug|.NET.ActiveCfg = Debug|.NET
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Debug|.NET.Build.0 = Debug|.NET
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Debug|Any CPU.ActiveCfg = Debug|.NET
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Debug|Mixed Platforms.Build.0 = Debug|.NET
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Release|.NET.ActiveCfg = Debug|.NET
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Release|.NET.Build.0 = Debug|.NET
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Release|Any CPU.ActiveCfg = Debug|.NET
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
{6F64F8BA-C288-4C4A-9C79-BD6D9C9D6610}.Release|Mixed Platforms.Build.0 = Debug|.NET
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Debug|.NET.ActiveCfg = Debug|Any CPU
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Release|.NET.ActiveCfg = Release|Any CPU
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Release|Any CPU.Build.0 = Release|Any CPU
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7DA04FFB-E132-4694-AC83-C8EAF99CD7C7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal