-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathHtmlRendererCore.sln
More file actions
58 lines (58 loc) · 3.46 KB
/
HtmlRendererCore.sln
File metadata and controls
58 lines (58 loc) · 3.46 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlRendererCore.PdfSharp", "HtmlRendererCore.PdfSharp\HtmlRendererCore.PdfSharp.csproj", "{CA16111D-A954-4B64-9F30-B918C6942733}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70EF907B-FC9E-48B5-BACB-14F01CBF236A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlRendererCore.PdfSharp.Tests", "HtmlRendererCore.PdfSharp.Tests\HtmlRendererCore.PdfSharp.Tests.csproj", "{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA16111D-A954-4B64-9F30-B918C6942733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Debug|x86.ActiveCfg = Debug|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Debug|x86.Build.0 = Debug|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Release|Any CPU.Build.0 = Release|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Release|x86.ActiveCfg = Release|Any CPU
{CA16111D-A954-4B64-9F30-B918C6942733}.Release|x86.Build.0 = Release|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Debug|x86.ActiveCfg = Debug|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Debug|x86.Build.0 = Debug|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Release|Any CPU.Build.0 = Release|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Release|x86.ActiveCfg = Release|Any CPU
{A14BEB51-47FA-46F6-A8B4-01555C2B5BBE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8A80A41-B9BB-4011-8CB2-FC2D561D53CD}
EndGlobalSection
EndGlobal