-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Westwind.AspNetCore.Markdown.sln
43 lines (43 loc) · 2.35 KB
/
Westwind.AspNetCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Westwind.AspNetCore.Markdown", "Westwind.AspNetCore.Markdown\Westwind.AspNetCore.Markdown.csproj", "{D4F1F7A3-7017-4603-B7B0-4A85025E5BCE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{A19A5704-188F-4EF4-9FB6-2E21BC6D218C}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WestWind.AspnetCore.Test", "WestWind.AspnetCore.Test\WestWind.AspnetCore.Test.csproj", "{DE299EFB-2C71-49D4-AF9C-4860BB3DFE30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWeb", "SampleWeb\SampleWeb.csproj", "{9308CDC8-7A12-4335-BFF6-607EB58AE43B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4F1F7A3-7017-4603-B7B0-4A85025E5BCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4F1F7A3-7017-4603-B7B0-4A85025E5BCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4F1F7A3-7017-4603-B7B0-4A85025E5BCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4F1F7A3-7017-4603-B7B0-4A85025E5BCE}.Release|Any CPU.Build.0 = Release|Any CPU
{DE299EFB-2C71-49D4-AF9C-4860BB3DFE30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE299EFB-2C71-49D4-AF9C-4860BB3DFE30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE299EFB-2C71-49D4-AF9C-4860BB3DFE30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE299EFB-2C71-49D4-AF9C-4860BB3DFE30}.Release|Any CPU.Build.0 = Release|Any CPU
{9308CDC8-7A12-4335-BFF6-607EB58AE43B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9308CDC8-7A12-4335-BFF6-607EB58AE43B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9308CDC8-7A12-4335-BFF6-607EB58AE43B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9308CDC8-7A12-4335-BFF6-607EB58AE43B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A99B9F5C-0079-41B6-B97A-481AA60FBFFB}
EndGlobalSection
EndGlobal