-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathShark.PdfConvert.sln
41 lines (41 loc) · 2.15 KB
/
Shark.PdfConvert.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{102AF74D-6AEF-40EE-AFFF-B026BAD4EB90}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D09C7379-CF8A-41CF-8314-FFB4233E9384}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D0BCEB75-2431-4DD0-900F-883608776987}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shark.PdfConvert", "src\Shark.PdfConvert\Shark.PdfConvert.csproj", "{AE942498-A2E4-43F4-A141-5F3A0E91B049}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shark.PdfConvert.test", "test\Shark.PdfConvert.test\Shark.PdfConvert.test.csproj", "{AB26A22D-B2E1-4FD7-89C5-65A24B71D75A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE942498-A2E4-43F4-A141-5F3A0E91B049}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE942498-A2E4-43F4-A141-5F3A0E91B049}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE942498-A2E4-43F4-A141-5F3A0E91B049}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE942498-A2E4-43F4-A141-5F3A0E91B049}.Release|Any CPU.Build.0 = Release|Any CPU
{AB26A22D-B2E1-4FD7-89C5-65A24B71D75A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB26A22D-B2E1-4FD7-89C5-65A24B71D75A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB26A22D-B2E1-4FD7-89C5-65A24B71D75A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB26A22D-B2E1-4FD7-89C5-65A24B71D75A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AE942498-A2E4-43F4-A141-5F3A0E91B049} = {102AF74D-6AEF-40EE-AFFF-B026BAD4EB90}
{AB26A22D-B2E1-4FD7-89C5-65A24B71D75A} = {D0BCEB75-2431-4DD0-900F-883608776987}
EndGlobalSection
EndGlobal