-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSynercoding.FileFormats.Pdf.sln
71 lines (71 loc) · 3.8 KB
/
Synercoding.FileFormats.Pdf.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
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{76970674-A4D1-4439-8EA6-8832E4A24FF1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BE969D07-4BE6-4293-BBC6-C496F7D4A81C}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4FA81463-B64F-40F2-A3F1-226179796E09}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
tests\Directory.Build.targets = tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synercoding.FileFormats.Pdf.ConsoleTester", "samples\Synercoding.FileFormats.Pdf.ConsoleTester\Synercoding.FileFormats.Pdf.ConsoleTester.csproj", "{E11AEF6A-6977-4D76-83E2-D5BDB84F3872}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synercoding.FileFormats.Pdf", "src\Synercoding.FileFormats.Pdf\Synercoding.FileFormats.Pdf.csproj", "{90A3DC19-7312-4649-8B1E-9455D664C074}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{6AAE343B-2D3D-4F7F-BC6D-6481428BECB2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{67FFC819-02FC-4D51-8D02-4588713DE0AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{B1B3DE7C-7961-4FA6-BABD-06B3979D1ABF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E11AEF6A-6977-4D76-83E2-D5BDB84F3872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E11AEF6A-6977-4D76-83E2-D5BDB84F3872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E11AEF6A-6977-4D76-83E2-D5BDB84F3872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E11AEF6A-6977-4D76-83E2-D5BDB84F3872}.Release|Any CPU.Build.0 = Release|Any CPU
{90A3DC19-7312-4649-8B1E-9455D664C074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90A3DC19-7312-4649-8B1E-9455D664C074}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90A3DC19-7312-4649-8B1E-9455D664C074}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90A3DC19-7312-4649-8B1E-9455D664C074}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{76970674-A4D1-4439-8EA6-8832E4A24FF1} = {6AAE343B-2D3D-4F7F-BC6D-6481428BECB2}
{BE969D07-4BE6-4293-BBC6-C496F7D4A81C} = {6AAE343B-2D3D-4F7F-BC6D-6481428BECB2}
{4FA81463-B64F-40F2-A3F1-226179796E09} = {6AAE343B-2D3D-4F7F-BC6D-6481428BECB2}
{E11AEF6A-6977-4D76-83E2-D5BDB84F3872} = {76970674-A4D1-4439-8EA6-8832E4A24FF1}
{90A3DC19-7312-4649-8B1E-9455D664C074} = {BE969D07-4BE6-4293-BBC6-C496F7D4A81C}
{67FFC819-02FC-4D51-8D02-4588713DE0AB} = {6AAE343B-2D3D-4F7F-BC6D-6481428BECB2}
{B1B3DE7C-7961-4FA6-BABD-06B3979D1ABF} = {67FFC819-02FC-4D51-8D02-4588713DE0AB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DB7E905-EFFC-44B7-A5B5-3CC08E3F5AD9}
EndGlobalSection
EndGlobal