-
Notifications
You must be signed in to change notification settings - Fork 12
/
Blog.sln
76 lines (76 loc) · 4.31 KB
/
Blog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildSite", "src\BuildSite\BuildSite.csproj", "{2D0B931E-2C12-40EA-B1F4-DC97D094CA84}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6C64B3F9-1311-4A59-955B-14993E318C5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorCode.HTML", "src\ColorCode.HTML\ColorCode.HTML.csproj", "{94E92452-BBC2-4209-B2A9-2A1999C505A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorCode.Core", "src\ColorCode.Core\ColorCode.Core.csproj", "{099CC19B-F9CE-4EC9-8AC0-4EF4D85233D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "src\Models\Models.csproj", "{F001C22B-9102-4196-BADC-020B1D33C94D}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebApp", "WebApp\", "{88FA9E3A-1956-497C-AE7B-48B292E94A9B}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv2.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_62388"
Debug.AspNetCompiler.PhysicalPath = "WebApp\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_62388\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_62388"
Release.AspNetCompiler.PhysicalPath = "WebApp\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_62388\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "62388"
SlnRelativePath = "WebApp\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D0B931E-2C12-40EA-B1F4-DC97D094CA84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D0B931E-2C12-40EA-B1F4-DC97D094CA84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D0B931E-2C12-40EA-B1F4-DC97D094CA84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D0B931E-2C12-40EA-B1F4-DC97D094CA84}.Release|Any CPU.Build.0 = Release|Any CPU
{94E92452-BBC2-4209-B2A9-2A1999C505A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94E92452-BBC2-4209-B2A9-2A1999C505A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94E92452-BBC2-4209-B2A9-2A1999C505A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94E92452-BBC2-4209-B2A9-2A1999C505A1}.Release|Any CPU.Build.0 = Release|Any CPU
{099CC19B-F9CE-4EC9-8AC0-4EF4D85233D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{099CC19B-F9CE-4EC9-8AC0-4EF4D85233D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{099CC19B-F9CE-4EC9-8AC0-4EF4D85233D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{099CC19B-F9CE-4EC9-8AC0-4EF4D85233D5}.Release|Any CPU.Build.0 = Release|Any CPU
{F001C22B-9102-4196-BADC-020B1D33C94D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F001C22B-9102-4196-BADC-020B1D33C94D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F001C22B-9102-4196-BADC-020B1D33C94D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F001C22B-9102-4196-BADC-020B1D33C94D}.Release|Any CPU.Build.0 = Release|Any CPU
{88FA9E3A-1956-497C-AE7B-48B292E94A9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88FA9E3A-1956-497C-AE7B-48B292E94A9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88FA9E3A-1956-497C-AE7B-48B292E94A9B}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{88FA9E3A-1956-497C-AE7B-48B292E94A9B}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D0B931E-2C12-40EA-B1F4-DC97D094CA84} = {6C64B3F9-1311-4A59-955B-14993E318C5A}
{94E92452-BBC2-4209-B2A9-2A1999C505A1} = {6C64B3F9-1311-4A59-955B-14993E318C5A}
{099CC19B-F9CE-4EC9-8AC0-4EF4D85233D5} = {6C64B3F9-1311-4A59-955B-14993E318C5A}
{F001C22B-9102-4196-BADC-020B1D33C94D} = {6C64B3F9-1311-4A59-955B-14993E318C5A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E7BC8EB-9430-43D5-8B35-A5C911D94494}
EndGlobalSection
EndGlobal