forked from manishma/IZWebFileManager
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWebFileManager.sln
94 lines (94 loc) · 5.41 KB
/
WebFileManager.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebFileManager", "IZWebFileManager\WebFileManager.csproj", "{7B6305F4-FE54-4888-8200-C6D3076FEF0F}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Demo", "Demo\", "{2A557F20-246A-4175-9A1C-5606693C4699}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv3.5"
Debug.AspNetCompiler.VirtualPath = "/_PrecompiledDemo"
Debug.AspNetCompiler.PhysicalPath = "Demo\"
Debug.AspNetCompiler.TargetPath = "_PrecompiledDemo\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/_PrecompiledDemo"
Release.AspNetCompiler.PhysicalPath = "Demo\"
Release.AspNetCompiler.TargetPath = "_PrecompiledDemo\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "48342"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "CkEditorSample", "http://localhost:60027", "{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv3.5"
Debug.AspNetCompiler.VirtualPath = "/localhost_60027"
Debug.AspNetCompiler.PhysicalPath = "CkEditorSample\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_60027\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_60027"
Release.AspNetCompiler.PhysicalPath = "CkEditorSample\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_60027\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "CkEditorSample\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{72F6C4C3-3DE5-44C4-A6B3-424043F4402A}"
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
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Debug|.NET.ActiveCfg = Debug|Any CPU
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Release|.NET.ActiveCfg = Release|Any CPU
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Release|Any CPU.Build.0 = Release|Any CPU
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7B6305F4-FE54-4888-8200-C6D3076FEF0F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Debug|.NET.ActiveCfg = Debug|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Release|.NET.ActiveCfg = Debug|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Release|Any CPU.Build.0 = Debug|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2A557F20-246A-4175-9A1C-5606693C4699}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Debug|.NET.ActiveCfg = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Release|.NET.ActiveCfg = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Release|Any CPU.Build.0 = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{120B4CA6-01A7-4BFD-BA28-9F6226E7769A}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal