forked from CPHCloud/c1packages-urlaliases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCphCloud.Packages.UrlAlias.sln
55 lines (55 loc) · 2.74 KB
/
CphCloud.Packages.UrlAlias.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CphCloud.Packages.UrlAlias", "CphCloud.Packages.UrlAlias\CphCloud.Packages.UrlAlias.csproj", "{4C8B6F88-B182-41BC-B0B7-C42152033023}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Website", "http://localhost:57741", "{2220ECEF-A952-40FF-9431-0C1E217557D9}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
ProjectReferences = ""
Debug.AspNetCompiler.VirtualPath = "/Website"
Debug.AspNetCompiler.PhysicalPath = "Website\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Website\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/Website"
Release.AspNetCompiler.PhysicalPath = "Website\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Website\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "Website\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D29B3B9E-095D-4B99-B955-62708B92636F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C8B6F88-B182-41BC-B0B7-C42152033023}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C8B6F88-B182-41BC-B0B7-C42152033023}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C8B6F88-B182-41BC-B0B7-C42152033023}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C8B6F88-B182-41BC-B0B7-C42152033023}.Release|Any CPU.Build.0 = Release|Any CPU
{2220ECEF-A952-40FF-9431-0C1E217557D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2220ECEF-A952-40FF-9431-0C1E217557D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2220ECEF-A952-40FF-9431-0C1E217557D9}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{2220ECEF-A952-40FF-9431-0C1E217557D9}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Validation.6.0.1304.0\lib\NET45
EndGlobalSection
EndGlobal