| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|x86">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x86">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <ItemGroup>
- <None Include="gen_libmupdf.def.py" />
- <None Include="modify_libmupdf_vcxproj.py" />
- <None Include="sync_name_table.py" />
- <None Include="version.py" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="AssemblyInfo.cpp">
- <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</CompileAsManaged>
- </ClCompile>
- <ClCompile Include="Context.cpp" />
- <ClCompile Include="Document\PdfObject.cpp" />
- <ClCompile Include="Rendition\Colorspace.cpp" />
- <ClCompile Include="Rendition\Device.cpp" />
- <ClCompile Include="Document\Document.cpp" />
- <ClCompile Include="Document\Page.cpp" />
- <ClCompile Include="Rendition\Geometry.cpp" />
- <ClCompile Include="Rendition\Pixmap.cpp" />
- <ClCompile Include="Document\Stream.cpp" />
- <ClCompile Include="Rendition\TextPage.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="!Include\Colorspace.h" />
- <ClInclude Include="!Include\Device.h" />
- <ClInclude Include="!Include\Document.h" />
- <ClInclude Include="!Include\Geometry.h" />
- <ClInclude Include="!Include\MuException.h" />
- <ClInclude Include="!Include\MuPDF.h" />
- <ClInclude Include="!Include\name-table.h" />
- <ClInclude Include="!Include\Page.h" />
- <ClInclude Include="!Include\PdfObject.h" />
- <ClInclude Include="!Include\Pixmap.h" />
- <ClInclude Include="!Include\Stream.h" />
- <ClInclude Include="!Include\Collection.h" />
- <ClInclude Include="!Include\TextPage.h" />
- <ClInclude Include="!Include\ObjWrapper.h" />
- <ClInclude Include="!Include\Cookie.h" />
- <ClInclude Include="..\mupdf\thirdparty\freetype\include\ft2build.h" />
- <ClInclude Include="Context.h" />
- <ClInclude Include="resource.h" />
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="MuPDFLib.rc" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\mupdf\platform\win32\libharfbuzz.vcxproj">
- <Project>{66778899-0291-4fb9-8d96-d58957ca5e3c}</Project>
- </ProjectReference>
- <ProjectReference Include="..\mupdf\platform\win32\libmupdf.vcxproj">
- <Project>{5f615f91-dff8-4f05-bf48-6222b7d86519}</Project>
- </ProjectReference>
- <ProjectReference Include="..\mupdf\platform\win32\libresources.vcxproj">
- <Project>{52dcab29-c8ee-4422-954c-29afa6b33e22}</Project>
- </ProjectReference>
- <ProjectReference Include="..\mupdf\platform\win32\libthirdparty.vcxproj">
- <Project>{5edcf4fd-0291-4fb9-8d96-d58957ca5e3c}</Project>
- </ProjectReference>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <VCProjectVersion>16.0</VCProjectVersion>
- <Keyword>Win32Proj</Keyword>
- <ProjectGuid>{7ac327e2-05d5-4acc-9400-c78c183de505}</ProjectGuid>
- <RootNamespace>MuPDFLib</RootNamespace>
- <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
- <WindowsTargetPlatformMinVersion>7.0</WindowsTargetPlatformMinVersion>
- <TargetFrameworkVersion>4.7.2</TargetFrameworkVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v143</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- <CLRSupport>true</CLRSupport>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v143</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- <CLRSupport>true</CLRSupport>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v143</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- <CLRSupport>true</CLRSupport>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v143</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- <CLRSupport>true</CLRSupport>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="Shared">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
- <LinkIncremental>true</LinkIncremental>
- <TargetName>MuPDFLib</TargetName>
- <LinkKeyFile>$(ProjectDir)MuPDFLib.snk</LinkKeyFile>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
- <LinkIncremental>false</LinkIncremental>
- <TargetName>MuPDFLib</TargetName>
- <LinkKeyFile>$(ProjectDir)MuPDFLib.snk</LinkKeyFile>
- <CopyCppRuntimeToOutputDir>true</CopyCppRuntimeToOutputDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <LinkIncremental>true</LinkIncremental>
- <TargetName>MuPDFLib</TargetName>
- <PreBuildEventUseInBuild>false</PreBuildEventUseInBuild>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <LinkIncremental>false</LinkIncremental>
- <TargetName>MuPDFLib</TargetName>
- <CopyCppRuntimeToOutputDir>true</CopyCppRuntimeToOutputDir>
- <PreBuildEventUseInBuild>false</PreBuildEventUseInBuild>
- </PropertyGroup>
- <PropertyGroup Label="Vcpkg">
- <VcpkgEnabled>false</VcpkgEnabled>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <SDLCheck>true</SDLCheck>
- <PreprocessorDefinitions>FZ_DLL;WIN32;_DEBUG;MUPDFLIB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <ConformanceMode>true</ConformanceMode>
- <AdditionalIncludeDirectories>../mupdf/include;!Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <ModuleDefinitionFile>libmupdf.def</ModuleDefinitionFile>
- </Link>
- <PreBuildEvent>
- <Command>Python "$(ProjectDir)gen_libmupdf.def.py"
- Python "$(ProjectDir)modify_libmupdf_vcxproj.py"
- </Command>
- </PreBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <SDLCheck>true</SDLCheck>
- <PreprocessorDefinitions>FZ_DLL;WIN32;NDEBUG;MUPDFLIB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <ConformanceMode>true</ConformanceMode>
- <AdditionalIncludeDirectories>../mupdf/include;!Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <ModuleDefinitionFile>libmupdf.def</ModuleDefinitionFile>
- </Link>
- <PreBuildEvent>
- <Command>Python "$(ProjectDir)gen_libmupdf.def.py"
- Python "$(ProjectDir)modify_libmupdf_vcxproj.py"
- Python "$(ProjectDir)sync_name_table.py"
- Python "$(ProjectDir)version.py"</Command>
- </PreBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <SDLCheck>true</SDLCheck>
- <PreprocessorDefinitions>FZ_DLL;_DEBUG;MUPDFLIB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <ConformanceMode>true</ConformanceMode>
- <AdditionalIncludeDirectories>../mupdf/include;!Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <CompileAsManaged>true</CompileAsManaged>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <ModuleDefinitionFile>libmupdf.def</ModuleDefinitionFile>
- </Link>
- <PreBuildEvent>
- <Command>Python "$(ProjectDir)gen_libmupdf.def.py"
- Python "$(ProjectDir)modify_libmupdf_vcxproj.py"
- Python "$(ProjectDir)sync_name_table.py"
- Python "$(ProjectDir)version.py"</Command>
- </PreBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <SDLCheck>true</SDLCheck>
- <PreprocessorDefinitions>FZ_DLL;NDEBUG;MUPDFLIB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <ConformanceMode>true</ConformanceMode>
- <AdditionalIncludeDirectories>../mupdf/include;!Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <ModuleDefinitionFile>libmupdf.def</ModuleDefinitionFile>
- </Link>
- <PreBuildEvent>
- <Command>Python "$(ProjectDir)gen_libmupdf.def.py"
- Python "$(ProjectDir)modify_libmupdf_vcxproj.py"
- Python "$(ProjectDir)sync_name_table.py"
- Python "$(ProjectDir)version.py"</Command>
- </PreBuildEvent>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|