-
Notifications
You must be signed in to change notification settings - Fork 2
/
PDFs.sln
38 lines (38 loc) · 2.09 KB
/
PDFs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.705
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDFLibrary", "PDFLibrary\PDFLibrary.csproj", "{DCDABF1B-FEF4-4B7A-B421-04CB5A53187C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDFLibraryTests", "PDFLibraryTests\PDFLibraryTests.csproj", "{293C2D7E-5DA0-4D9A-BD3F-22396578812C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{E3DDC6C6-4D99-480A-9549-DA2172F2D96C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCDABF1B-FEF4-4B7A-B421-04CB5A53187C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCDABF1B-FEF4-4B7A-B421-04CB5A53187C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCDABF1B-FEF4-4B7A-B421-04CB5A53187C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCDABF1B-FEF4-4B7A-B421-04CB5A53187C}.Release|Any CPU.Build.0 = Release|Any CPU
{293C2D7E-5DA0-4D9A-BD3F-22396578812C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{293C2D7E-5DA0-4D9A-BD3F-22396578812C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{293C2D7E-5DA0-4D9A-BD3F-22396578812C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{293C2D7E-5DA0-4D9A-BD3F-22396578812C}.Release|Any CPU.Build.0 = Release|Any CPU
{E3DDC6C6-4D99-480A-9549-DA2172F2D96C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3DDC6C6-4D99-480A-9549-DA2172F2D96C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3DDC6C6-4D99-480A-9549-DA2172F2D96C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3DDC6C6-4D99-480A-9549-DA2172F2D96C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35
SolutionGuid = {1E7FC7DC-D7CC-4478-91F3-8B8974727111}
EndGlobalSection
EndGlobal