-
Notifications
You must be signed in to change notification settings - Fork 0
/
Umbraco-Presentation.sln
62 lines (62 loc) · 2.81 KB
/
Umbraco-Presentation.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project Root Files", "Project Root Files", "{B84ABD7B-B0D0-4E14-A5E3-C37B5501B4D5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "4-Templates", "4-Templates", "{1565ECE3-B8BF-44C3-864A-D984A42BD09D}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/4-Templates"
Debug.AspNetCompiler.PhysicalPath = "4-Templates\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\4-Templates\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/4-Templates"
Release.AspNetCompiler.PhysicalPath = "4-Templates\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\4-Templates\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "58256"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "5-Macros", "5-Macros", "{C2F98BA5-CE52-42B4-A37F-03AA9A0B891A}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/5-Macros"
Debug.AspNetCompiler.PhysicalPath = "5-Macros\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\5-Macros\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/5-Macros"
Release.AspNetCompiler.PhysicalPath = "5-Macros\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\5-Macros\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "49961"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1565ECE3-B8BF-44C3-864A-D984A42BD09D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1565ECE3-B8BF-44C3-864A-D984A42BD09D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2F98BA5-CE52-42B4-A37F-03AA9A0B891A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2F98BA5-CE52-42B4-A37F-03AA9A0B891A}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal