-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
MarkdownEditor.sln
43 lines (43 loc) · 2.41 KB
/
MarkdownEditor.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 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSC.Blazor.Components.MarkdownEditor", "PSC.Blazor.Components.MarkdownEditor\PSC.Blazor.Components.MarkdownEditor.csproj", "{6F56954A-A45C-432C-9F63-699D15042667}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarkdownEditorDemo", "MarkdownEditorDemo\MarkdownEditorDemo.csproj", "{4A71D48E-5A73-49F6-B813-2919DB84DC29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Other files", "Other files", "{E62D6583-788F-4BDE-833F-6EE650453874}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarkdownEditorDemo.Api", "MarkdownEditorDemo.Api\MarkdownEditorDemo.Api.csproj", "{C416B26B-B1AC-4072-8137-5B3725F51580}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F56954A-A45C-432C-9F63-699D15042667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F56954A-A45C-432C-9F63-699D15042667}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F56954A-A45C-432C-9F63-699D15042667}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F56954A-A45C-432C-9F63-699D15042667}.Release|Any CPU.Build.0 = Release|Any CPU
{4A71D48E-5A73-49F6-B813-2919DB84DC29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A71D48E-5A73-49F6-B813-2919DB84DC29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A71D48E-5A73-49F6-B813-2919DB84DC29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A71D48E-5A73-49F6-B813-2919DB84DC29}.Release|Any CPU.Build.0 = Release|Any CPU
{C416B26B-B1AC-4072-8137-5B3725F51580}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C416B26B-B1AC-4072-8137-5B3725F51580}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C416B26B-B1AC-4072-8137-5B3725F51580}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C416B26B-B1AC-4072-8137-5B3725F51580}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C33C60C-1EBA-491A-A02D-4F71AED0FF89}
EndGlobalSection
EndGlobal