-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHtmlToFlowDocument.sln
37 lines (37 loc) · 1.86 KB
/
HtmlToFlowDocument.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlToFlowDocument", "HtmlToFlowDocument\HtmlToFlowDocument.csproj", "{78070A5D-6087-41E6-8A5A-C8166E5B10F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F0871134-7994-4528-A499-A14E33F0F5D5}"
ProjectSection(SolutionItems) = preProject
license.txt = license.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlToFlowDocument.Wpf", "HtmlToFlowDocument.Wpf\HtmlToFlowDocument.Wpf.csproj", "{12570EEA-5714-41EB-9A69-389D1BB5E781}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78070A5D-6087-41E6-8A5A-C8166E5B10F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78070A5D-6087-41E6-8A5A-C8166E5B10F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78070A5D-6087-41E6-8A5A-C8166E5B10F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78070A5D-6087-41E6-8A5A-C8166E5B10F6}.Release|Any CPU.Build.0 = Release|Any CPU
{12570EEA-5714-41EB-9A69-389D1BB5E781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12570EEA-5714-41EB-9A69-389D1BB5E781}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12570EEA-5714-41EB-9A69-389D1BB5E781}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12570EEA-5714-41EB-9A69-389D1BB5E781}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7FAF5BD-F2B7-4BE5-A3D5-B053F41D637A}
EndGlobalSection
EndGlobal