-
Notifications
You must be signed in to change notification settings - Fork 0
/
PdfKit.sln
57 lines (57 loc) · 3.08 KB
/
PdfKit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfKit", "src\PdfKit.csproj", "{B82E57B4-5B08-40E6-9318-1E17BE9B7974}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "PdfKitInstaller", "installer\PdfKitInstaller.wixproj", "{A368E3EC-199A-47C4-A09B-43C97821A6B6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PdfKitMUI", "res\PdfKitMUI.vcxproj", "{5571B46F-A538-4CBD-B6E9-75998B6ECE04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EC6E6904-580D-4F81-BBA4-809ED1E03D47}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B82E57B4-5B08-40E6-9318-1E17BE9B7974}.Debug|x64.ActiveCfg = Debug|x64
{B82E57B4-5B08-40E6-9318-1E17BE9B7974}.Debug|x64.Build.0 = Debug|x64
{B82E57B4-5B08-40E6-9318-1E17BE9B7974}.Debug|x86.ActiveCfg = Debug|x86
{B82E57B4-5B08-40E6-9318-1E17BE9B7974}.Debug|x86.Build.0 = Debug|x86
{B82E57B4-5B08-40E6-9318-1E17BE9B7974}.Release|x64.ActiveCfg = Release|x64
{B82E57B4-5B08-40E6-9318-1E17BE9B7974}.Release|x64.Build.0 = Release|x64
{B82E57B4-5B08-40E6-9318-1E17BE9B7974}.Release|x86.ActiveCfg = Release|x86
{B82E57B4-5B08-40E6-9318-1E17BE9B7974}.Release|x86.Build.0 = Release|x86
{A368E3EC-199A-47C4-A09B-43C97821A6B6}.Debug|x64.ActiveCfg = Debug|x86
{A368E3EC-199A-47C4-A09B-43C97821A6B6}.Debug|x64.Build.0 = Debug|x86
{A368E3EC-199A-47C4-A09B-43C97821A6B6}.Debug|x86.ActiveCfg = Debug|x86
{A368E3EC-199A-47C4-A09B-43C97821A6B6}.Debug|x86.Build.0 = Debug|x86
{A368E3EC-199A-47C4-A09B-43C97821A6B6}.Release|x64.ActiveCfg = Release|x86
{A368E3EC-199A-47C4-A09B-43C97821A6B6}.Release|x64.Build.0 = Release|x86
{A368E3EC-199A-47C4-A09B-43C97821A6B6}.Release|x86.ActiveCfg = Release|x86
{A368E3EC-199A-47C4-A09B-43C97821A6B6}.Release|x86.Build.0 = Release|x86
{5571B46F-A538-4CBD-B6E9-75998B6ECE04}.Debug|x64.ActiveCfg = Debug|Win32
{5571B46F-A538-4CBD-B6E9-75998B6ECE04}.Debug|x64.Build.0 = Debug|Win32
{5571B46F-A538-4CBD-B6E9-75998B6ECE04}.Debug|x86.ActiveCfg = Debug|Win32
{5571B46F-A538-4CBD-B6E9-75998B6ECE04}.Debug|x86.Build.0 = Debug|Win32
{5571B46F-A538-4CBD-B6E9-75998B6ECE04}.Release|x64.ActiveCfg = Release|Win32
{5571B46F-A538-4CBD-B6E9-75998B6ECE04}.Release|x64.Build.0 = Release|Win32
{5571B46F-A538-4CBD-B6E9-75998B6ECE04}.Release|x86.ActiveCfg = Release|Win32
{5571B46F-A538-4CBD-B6E9-75998B6ECE04}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82CE8BA7-790B-405C-8417-4B96F1DC803C}
EndGlobalSection
EndGlobal