-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathUmbraco7.2.4.sln
61 lines (61 loc) · 3.07 KB
/
Umbraco7.2.4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Umbraco7.2.4", "http://localhost:49830", "{4CC5E846-0421-4EDD-8A04-C761344F1E80}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
Debug.AspNetCompiler.VirtualPath = "/Umbraco7.2.4"
Debug.AspNetCompiler.PhysicalPath = "Umbraco7.2.4\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Umbraco7.2.4\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/Umbraco7.2.4"
Release.AspNetCompiler.PhysicalPath = "Umbraco7.2.4\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Umbraco7.2.4\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "Umbraco7.2.4\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Diplo.LinkChecker", "Diplo.LinkChecker\Diplo.LinkChecker.csproj", "{C9134A8C-69C3-407D-88C3-1F07270F41A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Packaging", "Packaging", "{6A6D03B4-FC3A-44CB-A021-FEB144FE2D98}"
ProjectSection(SolutionItems) = preProject
Packaging\build-appveyor.bat = Packaging\build-appveyor.bat
Packaging\build.bat = Packaging\build.bat
Packaging\build.xml = Packaging\build.xml
Packaging\transforms\Dashboard.config.install.xdt = Packaging\transforms\Dashboard.config.install.xdt
Packaging\transforms\Dashboard.config.uninstall.xdt = Packaging\transforms\Dashboard.config.uninstall.xdt
Packaging\package.nuspec = Packaging\package.nuspec
Packaging\Package.xml = Packaging\Package.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CC5E846-0421-4EDD-8A04-C761344F1E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CC5E846-0421-4EDD-8A04-C761344F1E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CC5E846-0421-4EDD-8A04-C761344F1E80}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{4CC5E846-0421-4EDD-8A04-C761344F1E80}.Release|Any CPU.Build.0 = Debug|Any CPU
{C9134A8C-69C3-407D-88C3-1F07270F41A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9134A8C-69C3-407D-88C3-1F07270F41A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9134A8C-69C3-407D-88C3-1F07270F41A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9134A8C-69C3-407D-88C3-1F07270F41A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E292BC9D-9070-456E-8903-A9FA6AC53062}
EndGlobalSection
EndGlobal