Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/gumbo-parser/visualc/gumbo.vcxproj @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| 3 <ItemGroup Label="ProjectConfigurations"> | |
| 4 <ProjectConfiguration Include="Debug|Win32"> | |
| 5 <Configuration>Debug</Configuration> | |
| 6 <Platform>Win32</Platform> | |
| 7 </ProjectConfiguration> | |
| 8 <ProjectConfiguration Include="Release|Win32"> | |
| 9 <Configuration>Release</Configuration> | |
| 10 <Platform>Win32</Platform> | |
| 11 </ProjectConfiguration> | |
| 12 </ItemGroup> | |
| 13 <PropertyGroup Label="Globals"> | |
| 14 <ProjectGuid>{2661FA5E-ACC3-4D27-8FD2-9DBB0414EEDC}</ProjectGuid> | |
| 15 <RootNamespace>gumbo</RootNamespace> | |
| 16 <ProjectName>gumbo</ProjectName> | |
| 17 </PropertyGroup> | |
| 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 20 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 21 <UseDebugLibraries>true</UseDebugLibraries> | |
| 22 <PlatformToolset>v120</PlatformToolset> | |
| 23 <CharacterSet>MultiByte</CharacterSet> | |
| 24 </PropertyGroup> | |
| 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 26 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 27 <UseDebugLibraries>false</UseDebugLibraries> | |
| 28 <PlatformToolset>v120</PlatformToolset> | |
| 29 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 30 <CharacterSet>MultiByte</CharacterSet> | |
| 31 </PropertyGroup> | |
| 32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 33 <ImportGroup Label="ExtensionSettings"> | |
| 34 </ImportGroup> | |
| 35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 37 </ImportGroup> | |
| 38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 40 </ImportGroup> | |
| 41 <PropertyGroup Label="UserMacros" /> | |
| 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 43 <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);./include</IncludePath> | |
| 44 </PropertyGroup> | |
| 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 46 <IncludePath>./include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath> | |
| 47 </PropertyGroup> | |
| 48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 49 <ClCompile> | |
| 50 <WarningLevel>Level3</WarningLevel> | |
| 51 <Optimization>Disabled</Optimization> | |
| 52 <SDLCheck>false</SDLCheck> | |
| 53 <BufferSecurityCheck>false</BufferSecurityCheck> | |
| 54 </ClCompile> | |
| 55 <Link> | |
| 56 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 57 </Link> | |
| 58 </ItemDefinitionGroup> | |
| 59 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 60 <ClCompile> | |
| 61 <WarningLevel>Level3</WarningLevel> | |
| 62 <Optimization>MaxSpeed</Optimization> | |
| 63 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 64 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 65 <SDLCheck>true</SDLCheck> | |
| 66 </ClCompile> | |
| 67 <Link> | |
| 68 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 69 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 70 <OptimizeReferences>true</OptimizeReferences> | |
| 71 </Link> | |
| 72 </ItemDefinitionGroup> | |
| 73 <ItemGroup> | |
| 74 <ClCompile Include="..\src\attribute.c" /> | |
| 75 <ClCompile Include="..\src\char_ref.c" /> | |
| 76 <ClCompile Include="..\src\error.c" /> | |
| 77 <ClCompile Include="..\src\parser.c" /> | |
| 78 <ClCompile Include="..\src\string_buffer.c" /> | |
| 79 <ClCompile Include="..\src\string_piece.c" /> | |
| 80 <ClCompile Include="..\src\tag.c" /> | |
| 81 <ClCompile Include="..\src\tokenizer.c" /> | |
| 82 <ClCompile Include="..\src\utf8.c" /> | |
| 83 <ClCompile Include="..\src\util.c" /> | |
| 84 <ClCompile Include="..\src\vector.c" /> | |
| 85 </ItemGroup> | |
| 86 <ItemGroup> | |
| 87 <ClInclude Include="include\strings.h" /> | |
| 88 <ClInclude Include="..\src\attribute.h" /> | |
| 89 <ClInclude Include="..\src\char_ref.h" /> | |
| 90 <ClInclude Include="..\src\error.h" /> | |
| 91 <ClInclude Include="..\src\gumbo.h" /> | |
| 92 <ClInclude Include="..\src\insertion_mode.h" /> | |
| 93 <ClInclude Include="..\src\parser.h" /> | |
| 94 <ClInclude Include="..\src\string_buffer.h" /> | |
| 95 <ClInclude Include="..\src\string_piece.h" /> | |
| 96 <ClInclude Include="..\src\tokenizer.h" /> | |
| 97 <ClInclude Include="..\src\tokenizer_states.h" /> | |
| 98 <ClInclude Include="..\src\token_type.h" /> | |
| 99 <ClInclude Include="..\src\utf8.h" /> | |
| 100 <ClInclude Include="..\src\util.h" /> | |
| 101 <ClInclude Include="..\src\vector.h" /> | |
| 102 </ItemGroup> | |
| 103 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 104 <ImportGroup Label="ExtensionTargets"> | |
| 105 </ImportGroup> | |
| 106 </Project> |
