root/trunk/SmallSharpTools.UrlMapper.sln

Revision 11, 3.6 kB (checked in by anonymous, 2 years ago)

corrected bug when used with a root application path

Line 
1 
2 Microsoft Visual Studio Solution File, Format Version 9.00
3 # Visual Studio 2005
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary", "ClassLibrary\ClassLibrary.csproj", "{FB9ABB77-D18C-4768-8E3E-4061B82FEB51}"
5         ProjectSection(WebsiteProperties) = preProject
6                 Debug.AspNetCompiler.Debug = "True"
7                 Release.AspNetCompiler.Debug = "False"
8         EndProjectSection
9 EndProject
10 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\...\Website\", "Website\", "{42C5215E-3757-4AC3-81A5-4DFBDD4F1272}"
11         ProjectSection(WebsiteProperties) = preProject
12                 ProjectReferences = "{FB9ABB77-D18C-4768-8E3E-4061B82FEB51}|SmallSharpTools.UrlMapper.dll;"
13                 Debug.AspNetCompiler.VirtualPath = "/Website"
14                 Debug.AspNetCompiler.PhysicalPath = "Website\"
15                 Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Website\"
16                 Debug.AspNetCompiler.Updateable = "true"
17                 Debug.AspNetCompiler.ForceOverwrite = "true"
18                 Debug.AspNetCompiler.FixedNames = "false"
19                 Debug.AspNetCompiler.Debug = "True"
20                 Release.AspNetCompiler.VirtualPath = "/Website"
21                 Release.AspNetCompiler.PhysicalPath = "Website\"
22                 Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Website\"
23                 Release.AspNetCompiler.Updateable = "true"
24                 Release.AspNetCompiler.ForceOverwrite = "true"
25                 Release.AspNetCompiler.FixedNames = "false"
26                 Release.AspNetCompiler.Debug = "False"
27                 VWDPort = "8002"
28                 VWDDynamicPort = "false"
29                 VWDVirtualPath = "/"
30         EndProjectSection
31 EndProject
32 Global
33         GlobalSection(SolutionConfigurationPlatforms) = preSolution
34                 Debug|.NET = Debug|.NET
35                 Debug|Any CPU = Debug|Any CPU
36                 Debug|Mixed Platforms = Debug|Mixed Platforms
37                 Release|.NET = Release|.NET
38                 Release|Any CPU = Release|Any CPU
39                 Release|Mixed Platforms = Release|Mixed Platforms
40         EndGlobalSection
41         GlobalSection(ProjectConfigurationPlatforms) = postSolution
42                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Debug|.NET.ActiveCfg = Debug|Any CPU
43                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Debug|Any CPU.Build.0 = Debug|Any CPU
45                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
46                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
47                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Release|.NET.ActiveCfg = Release|Any CPU
48                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Release|Any CPU.ActiveCfg = Release|Any CPU
49                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Release|Any CPU.Build.0 = Release|Any CPU
50                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
51                 {FB9ABB77-D18C-4768-8E3E-4061B82FEB51}.Release|Mixed Platforms.Build.0 = Release|Any CPU
52                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Debug|.NET.ActiveCfg = Debug|.NET
53                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Debug|.NET.Build.0 = Debug|.NET
54                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Debug|Any CPU.ActiveCfg = Debug|.NET
55                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
56                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Debug|Mixed Platforms.Build.0 = Debug|.NET
57                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Release|.NET.ActiveCfg = Debug|.NET
58                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Release|.NET.Build.0 = Debug|.NET
59                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Release|Any CPU.ActiveCfg = Debug|.NET
60                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
61                 {42C5215E-3757-4AC3-81A5-4DFBDD4F1272}.Release|Mixed Platforms.Build.0 = Debug|.NET
62         EndGlobalSection
63         GlobalSection(SolutionProperties) = preSolution
64                 HideSolutionNode = FALSE
65         EndGlobalSection
66 EndGlobal
Note: See TracBrowser for help on using the browser.