-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathPdfDroplet.sln
31 lines (31 loc) · 1.34 KB
/
PdfDroplet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfDroplet", "src\PdfDroplet.csproj", "{CEDC6DA9-B6A9-4B69-BEA5-6A3549F99393}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{07FF96E4-B831-4D6A-8A92-893960A08000}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEDC6DA9-B6A9-4B69-BEA5-6A3549F99393}.Debug|x86.ActiveCfg = Debug|Any CPU
{CEDC6DA9-B6A9-4B69-BEA5-6A3549F99393}.Debug|x86.Build.0 = Debug|Any CPU
{CEDC6DA9-B6A9-4B69-BEA5-6A3549F99393}.Release|x86.ActiveCfg = Release|x86
{CEDC6DA9-B6A9-4B69-BEA5-6A3549F99393}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A46D1B3F-9A5F-4684-8172-020228303206}
EndGlobalSection
EndGlobal