-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathWebFileManager.sln
More file actions
60 lines (60 loc) · 3.35 KB
/
WebFileManager.sln
File metadata and controls
60 lines (60 loc) · 3.35 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
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
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal