forked from Eonic/ProteanCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProteanCMS.sln
57 lines (57 loc) · 3.01 KB
/
ProteanCMS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EonicWebV5", "Assemblies\EonicWebV5\EonicWebV5.vbproj", "{7D93FD23-F739-4F09-A1B0-F5A8D0451533}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Eonic.Tools", "Assemblies\Eonic.Tools\Eonic.Tools.vbproj", "{80184D17-3466-4657-8AF9-FC237E1EE1FC}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "wwwroot", "wwwroot\", "{6BBA9F62-876F-4BB2-A4BB-502D696EAD6C}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.7.2"
ProjectReferences = "{80184d17-3466-4657-8af9-fc237e1ee1fc}|Eonic.Tools.dll;{7d93fd23-f739-4f09-a1b0-f5a8d0451533}|EonicWebV5.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_52465"
Debug.AspNetCompiler.PhysicalPath = "wwwroot\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_52465\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_52465"
Release.AspNetCompiler.PhysicalPath = "wwwroot\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_52465\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "52465"
SlnRelativePath = "wwwroot\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D93FD23-F739-4F09-A1B0-F5A8D0451533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D93FD23-F739-4F09-A1B0-F5A8D0451533}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D93FD23-F739-4F09-A1B0-F5A8D0451533}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D93FD23-F739-4F09-A1B0-F5A8D0451533}.Release|Any CPU.Build.0 = Release|Any CPU
{80184D17-3466-4657-8AF9-FC237E1EE1FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80184D17-3466-4657-8AF9-FC237E1EE1FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80184D17-3466-4657-8AF9-FC237E1EE1FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80184D17-3466-4657-8AF9-FC237E1EE1FC}.Release|Any CPU.Build.0 = Release|Any CPU
{6BBA9F62-876F-4BB2-A4BB-502D696EAD6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BBA9F62-876F-4BB2-A4BB-502D696EAD6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BBA9F62-876F-4BB2-A4BB-502D696EAD6C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{6BBA9F62-876F-4BB2-A4BB-502D696EAD6C}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0C8173F-275C-48D3-890B-9F45BD90DAA1}
EndGlobalSection
EndGlobal