forked from Uzi-Granot/PdfFileWriter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PdfFileWriter.sln
43 lines (43 loc) · 2.43 KB
/
PdfFileWriter.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.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfFileWriter", "PdfFileWriter\PdfFileWriter.csproj", "{66A0970C-B772-4772-86F6-D79F10CC47D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{FE83124B-8849-4D7A-81FF-E5F9C7C82854}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPdfFileWriter", "Samples\TestPdfFileWriter\TestPdfFileWriter.csproj", "{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloPdfFileWriter", "Samples\HelloPdfFileWriter\HelloPdfFileWriter.csproj", "{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Release|Any CPU.Build.0 = Release|Any CPU
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Release|Any CPU.Build.0 = Release|Any CPU
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3} = {FE83124B-8849-4D7A-81FF-E5F9C7C82854}
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603} = {FE83124B-8849-4D7A-81FF-E5F9C7C82854}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D2BA585-5305-40AD-AAF0-C60C9C019DBE}
EndGlobalSection
EndGlobal