forked from ilovepdf/ilovepdf-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathILovePDF.sln
37 lines (37 loc) · 2 KB
/
ILovePDF.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iLovePDF", "src\ILovePDF\iLovePDF.csproj", "{E857560B-A766-4BF5-A601-A5503CDBC825}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples", "samples\Samples.csproj", "{652B4674-62CF-46A2-9FDF-F1D342FC79A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "tests\UnitTests\Tests.csproj", "{76837053-65FD-43F0-B69D-1C6965B302E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E857560B-A766-4BF5-A601-A5503CDBC825}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E857560B-A766-4BF5-A601-A5503CDBC825}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E857560B-A766-4BF5-A601-A5503CDBC825}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E857560B-A766-4BF5-A601-A5503CDBC825}.Release|Any CPU.Build.0 = Release|Any CPU
{652B4674-62CF-46A2-9FDF-F1D342FC79A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{652B4674-62CF-46A2-9FDF-F1D342FC79A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{652B4674-62CF-46A2-9FDF-F1D342FC79A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{652B4674-62CF-46A2-9FDF-F1D342FC79A5}.Release|Any CPU.Build.0 = Release|Any CPU
{76837053-65FD-43F0-B69D-1C6965B302E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76837053-65FD-43F0-B69D-1C6965B302E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76837053-65FD-43F0-B69D-1C6965B302E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76837053-65FD-43F0-B69D-1C6965B302E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {568A4D86-C2E1-43FE-A8DC-2DA0D16550A2}
EndGlobalSection
EndGlobal