-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Westwind.Web.Markdown.sln
59 lines (59 loc) · 2.89 KB
/
Westwind.Web.Markdown.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Westwind.Web.Markdown", "Westwind.Web.Markdown\Westwind.Web.Markdown.csproj", "{5BA3E69D-59B6-4FF1-952F-62A6B076A6C0}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebSample", "WebSample\", "{D1752E9D-2DF3-4991-BEB6-B2A1BEC8918D}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.1"
ProjectReferences = "{5ba3e69d-59b6-4ff1-952f-62a6b076a6c0}|Westwind.Web.MarkdownControl.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_54554"
Debug.AspNetCompiler.PhysicalPath = "WebSample\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54554\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_54554"
Release.AspNetCompiler.PhysicalPath = "WebSample\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54554\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "54554"
SlnRelativePath = "WebSample\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{325DEAED-F18E-412F-91BD-D61A55A76FEF}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
readme.md = readme.md
Nuget\Westwind.Web.MarkdownControl.nuspec = Nuget\Westwind.Web.MarkdownControl.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BA3E69D-59B6-4FF1-952F-62A6B076A6C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BA3E69D-59B6-4FF1-952F-62A6B076A6C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BA3E69D-59B6-4FF1-952F-62A6B076A6C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BA3E69D-59B6-4FF1-952F-62A6B076A6C0}.Release|Any CPU.Build.0 = Release|Any CPU
{D1752E9D-2DF3-4991-BEB6-B2A1BEC8918D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1752E9D-2DF3-4991-BEB6-B2A1BEC8918D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1752E9D-2DF3-4991-BEB6-B2A1BEC8918D}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{D1752E9D-2DF3-4991-BEB6-B2A1BEC8918D}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD906740-9042-41FD-97ED-2DBF9388ED2C}
EndGlobalSection
EndGlobal