forked from NJepop/Piranha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPiranha.sln
86 lines (86 loc) · 5.03 KB
/
Piranha.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "TemplateSite", "TemplateSite\", "{4F94EA08-A2AB-4AC6-A581-460A2F79300F}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
ProjectReferences = "{73b6e71e-3255-40a1-93ef-5416dc71e940}|Piranha.dll;{3edc9f07-99bf-4ad5-8bb6-b8d1e077bb75}|Piranha.WebPages.dll;"
Debug.AspNetCompiler.VirtualPath = "/TemplateSite"
Debug.AspNetCompiler.PhysicalPath = "TemplateSite\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\TemplateSite\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/TemplateSite"
Release.AspNetCompiler.PhysicalPath = "TemplateSite\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\TemplateSite\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "1127"
VWDVirtualPath = "/"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA40878F-CA04-4707-B20A-684D26BAE621}"
ProjectSection(SolutionItems) = preProject
RazorGenerator.LICENSE.md = RazorGenerator.LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B9B2FF56-3B77-4403-B692-FE12464EA461}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Piranha", "Piranha\Piranha.csproj", "{73B6E71E-3255-40A1-93EF-5416DC71E940}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemplateSite.Mvc", "TemplateSite.Mvc\TemplateSite.Mvc.csproj", "{C8218575-5356-4584-8EE1-9FEB46BABADC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Piranha.Mvc", "Piranha.Mvc\Piranha.Mvc.csproj", "{2068F6B1-FB81-43B2-9760-F5B68C32085A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Piranha.WebPages", "Piranha.WebPages\Piranha.WebPages.csproj", "{3EDC9F07-99BF-4AD5-8BB6-B8D1E077BB75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Piranha.Azure", "Piranha.Azure\Piranha.Azure.csproj", "{1723FD00-638C-4470-A6CB-DBB09A555E51}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F94EA08-A2AB-4AC6-A581-460A2F79300F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F94EA08-A2AB-4AC6-A581-460A2F79300F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F94EA08-A2AB-4AC6-A581-460A2F79300F}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{4F94EA08-A2AB-4AC6-A581-460A2F79300F}.Release|Any CPU.Build.0 = Debug|Any CPU
{73B6E71E-3255-40A1-93EF-5416DC71E940}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73B6E71E-3255-40A1-93EF-5416DC71E940}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73B6E71E-3255-40A1-93EF-5416DC71E940}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73B6E71E-3255-40A1-93EF-5416DC71E940}.Release|Any CPU.Build.0 = Release|Any CPU
{C8218575-5356-4584-8EE1-9FEB46BABADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8218575-5356-4584-8EE1-9FEB46BABADC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8218575-5356-4584-8EE1-9FEB46BABADC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8218575-5356-4584-8EE1-9FEB46BABADC}.Release|Any CPU.Build.0 = Release|Any CPU
{2068F6B1-FB81-43B2-9760-F5B68C32085A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2068F6B1-FB81-43B2-9760-F5B68C32085A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2068F6B1-FB81-43B2-9760-F5B68C32085A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2068F6B1-FB81-43B2-9760-F5B68C32085A}.Release|Any CPU.Build.0 = Release|Any CPU
{3EDC9F07-99BF-4AD5-8BB6-B8D1E077BB75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EDC9F07-99BF-4AD5-8BB6-B8D1E077BB75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EDC9F07-99BF-4AD5-8BB6-B8D1E077BB75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EDC9F07-99BF-4AD5-8BB6-B8D1E077BB75}.Release|Any CPU.Build.0 = Release|Any CPU
{1723FD00-638C-4470-A6CB-DBB09A555E51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1723FD00-638C-4470-A6CB-DBB09A555E51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1723FD00-638C-4470-A6CB-DBB09A555E51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1723FD00-638C-4470-A6CB-DBB09A555E51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B9B2FF56-3B77-4403-B692-FE12464EA461} = {FA40878F-CA04-4707-B20A-684D26BAE621}
EndGlobalSection
EndGlobal