mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 07:12:02 +02:00
Add testpdfio target for MSVC.
This commit is contained in:
15
pdfio.sln
15
pdfio.sln
@@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30413.136
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdfio", "pdfio.vcxproj", "{98F2DE9E-2978-4387-AF71-82532BEDB29E}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdfio1", "pdfio.vcxproj", "{98F2DE9E-2978-4387-AF71-82532BEDB29E}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testpdfio", "testpdfio.vcxproj", "{177723DA-0328-4B42-9521-3BD3DF52DD6A}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{98F2DE9E-2978-4387-AF71-82532BEDB29E} = {98F2DE9E-2978-4387-AF71-82532BEDB29E}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@@ -21,6 +26,14 @@ Global
|
||||
{98F2DE9E-2978-4387-AF71-82532BEDB29E}.Release|x64.Build.0 = Release|x64
|
||||
{98F2DE9E-2978-4387-AF71-82532BEDB29E}.Release|x86.ActiveCfg = Release|Win32
|
||||
{98F2DE9E-2978-4387-AF71-82532BEDB29E}.Release|x86.Build.0 = Release|Win32
|
||||
{177723DA-0328-4B42-9521-3BD3DF52DD6A}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{177723DA-0328-4B42-9521-3BD3DF52DD6A}.Debug|x64.Build.0 = Debug|x64
|
||||
{177723DA-0328-4B42-9521-3BD3DF52DD6A}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{177723DA-0328-4B42-9521-3BD3DF52DD6A}.Debug|x86.Build.0 = Debug|Win32
|
||||
{177723DA-0328-4B42-9521-3BD3DF52DD6A}.Release|x64.ActiveCfg = Release|x64
|
||||
{177723DA-0328-4B42-9521-3BD3DF52DD6A}.Release|x64.Build.0 = Release|x64
|
||||
{177723DA-0328-4B42-9521-3BD3DF52DD6A}.Release|x86.ActiveCfg = Release|Win32
|
||||
{177723DA-0328-4B42-9521-3BD3DF52DD6A}.Release|x86.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
Reference in New Issue
Block a user