Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/platform/win32/libmubarcode.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" 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="Debug|x64"> | |
| 9 <Configuration>Debug</Configuration> | |
| 10 <Platform>x64</Platform> | |
| 11 </ProjectConfiguration> | |
| 12 <ProjectConfiguration Include="Memento|Win32"> | |
| 13 <Configuration>Memento</Configuration> | |
| 14 <Platform>Win32</Platform> | |
| 15 </ProjectConfiguration> | |
| 16 <ProjectConfiguration Include="Memento|x64"> | |
| 17 <Configuration>Memento</Configuration> | |
| 18 <Platform>x64</Platform> | |
| 19 </ProjectConfiguration> | |
| 20 <ProjectConfiguration Include="Release|Win32"> | |
| 21 <Configuration>Release</Configuration> | |
| 22 <Platform>Win32</Platform> | |
| 23 </ProjectConfiguration> | |
| 24 <ProjectConfiguration Include="Release|x64"> | |
| 25 <Configuration>Release</Configuration> | |
| 26 <Platform>x64</Platform> | |
| 27 </ProjectConfiguration> | |
| 28 </ItemGroup> | |
| 29 <ItemGroup> | |
| 30 <ClCompile Include="..\..\source\fitz\barcode.cpp" /> | |
| 31 </ItemGroup> | |
| 32 <ItemGroup> | |
| 33 </ItemGroup> | |
| 34 <ItemGroup> | |
| 35 </ItemGroup> | |
| 36 <PropertyGroup Label="Globals"> | |
| 37 <VCProjectVersion>16.0</VCProjectVersion> | |
| 38 <Keyword>Win32Proj</Keyword> | |
| 39 <ProjectGuid>{20257483-89b9-4703-a77d-8049ac3a0d04}</ProjectGuid> | |
| 40 <RootNamespace>libmubarcode</RootNamespace> | |
| 41 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | |
| 42 </PropertyGroup> | |
| 43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 45 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 46 <UseDebugLibraries>true</UseDebugLibraries> | |
| 47 <PlatformToolset>v142</PlatformToolset> | |
| 48 <CharacterSet>Unicode</CharacterSet> | |
| 49 </PropertyGroup> | |
| 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="Configuration"> | |
| 51 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 52 <UseDebugLibraries>true</UseDebugLibraries> | |
| 53 <PlatformToolset>v142</PlatformToolset> | |
| 54 <CharacterSet>Unicode</CharacterSet> | |
| 55 </PropertyGroup> | |
| 56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 57 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 58 <UseDebugLibraries>false</UseDebugLibraries> | |
| 59 <PlatformToolset>v142</PlatformToolset> | |
| 60 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 61 <CharacterSet>Unicode</CharacterSet> | |
| 62 </PropertyGroup> | |
| 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| 64 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 65 <UseDebugLibraries>true</UseDebugLibraries> | |
| 66 <PlatformToolset>v142</PlatformToolset> | |
| 67 <CharacterSet>Unicode</CharacterSet> | |
| 68 </PropertyGroup> | |
| 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="Configuration"> | |
| 70 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 71 <UseDebugLibraries>true</UseDebugLibraries> | |
| 72 <PlatformToolset>v142</PlatformToolset> | |
| 73 <CharacterSet>Unicode</CharacterSet> | |
| 74 </PropertyGroup> | |
| 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| 76 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 77 <UseDebugLibraries>false</UseDebugLibraries> | |
| 78 <PlatformToolset>v142</PlatformToolset> | |
| 79 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 80 <CharacterSet>Unicode</CharacterSet> | |
| 81 </PropertyGroup> | |
| 82 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 83 <ImportGroup Label="ExtensionSettings"> | |
| 84 </ImportGroup> | |
| 85 <ImportGroup Label="Shared"> | |
| 86 </ImportGroup> | |
| 87 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| 88 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 89 </ImportGroup> | |
| 90 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="PropertySheets"> | |
| 91 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 92 </ImportGroup> | |
| 93 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| 94 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 95 </ImportGroup> | |
| 96 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| 97 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 98 </ImportGroup> | |
| 99 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="PropertySheets"> | |
| 100 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 101 </ImportGroup> | |
| 102 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| 103 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 104 </ImportGroup> | |
| 105 <PropertyGroup Label="UserMacros" /> | |
| 106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 107 <LinkIncremental>true</LinkIncremental> | |
| 108 <IntDir>$(Platform)\$(ProjectName)\</IntDir> | |
| 109 </PropertyGroup> | |
| 110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'"> | |
| 111 <LinkIncremental>true</LinkIncremental> | |
| 112 <IntDir>$(Platform)\$(ProjectName)\</IntDir> | |
| 113 </PropertyGroup> | |
| 114 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 115 <LinkIncremental>false</LinkIncremental> | |
| 116 <IntDir>$(Platform)\$(ProjectName)\</IntDir> | |
| 117 </PropertyGroup> | |
| 118 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 119 <LinkIncremental>true</LinkIncremental> | |
| 120 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | |
| 121 </PropertyGroup> | |
| 122 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'"> | |
| 123 <LinkIncremental>true</LinkIncremental> | |
| 124 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | |
| 125 </PropertyGroup> | |
| 126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 127 <LinkIncremental>false</LinkIncremental> | |
| 128 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | |
| 129 </PropertyGroup> | |
| 130 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 131 <ClCompile> | |
| 132 <WarningLevel>Level2</WarningLevel> | |
| 133 <SDLCheck>false</SDLCheck> | |
| 134 <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions> | |
| 135 <ConformanceMode> | |
| 136 </ConformanceMode> | |
| 137 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 138 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 139 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories> | |
| 140 <LanguageStandard>stdcpp20</LanguageStandard> | |
| 141 <UndefinePreprocessorDefinitions> | |
| 142 </UndefinePreprocessorDefinitions> | |
| 143 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 144 <SupportJustMyCode>false</SupportJustMyCode> | |
| 145 <BufferSecurityCheck> | |
| 146 </BufferSecurityCheck> | |
| 147 <TreatWChar_tAsBuiltInType> | |
| 148 </TreatWChar_tAsBuiltInType> | |
| 149 <ForceConformanceInForLoopScope> | |
| 150 </ForceConformanceInForLoopScope> | |
| 151 <RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData> | |
| 152 <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |
| 153 <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings> | |
| 154 </ClCompile> | |
| 155 <Link> | |
| 156 <SubSystem> | |
| 157 </SubSystem> | |
| 158 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 159 </Link> | |
| 160 </ItemDefinitionGroup> | |
| 161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'"> | |
| 162 <ClCompile> | |
| 163 <WarningLevel>Level4</WarningLevel> | |
| 164 <SDLCheck>false</SDLCheck> | |
| 165 <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;MEMENTO;WIN32;_DEBUG;_LIB</PreprocessorDefinitions> | |
| 166 <ConformanceMode>true</ConformanceMode> | |
| 167 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 168 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 169 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories> | |
| 170 <LanguageStandard>stdcpp20</LanguageStandard> | |
| 171 <UndefinePreprocessorDefinitions> | |
| 172 </UndefinePreprocessorDefinitions> | |
| 173 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 174 <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings> | |
| 175 </ClCompile> | |
| 176 <Link> | |
| 177 <SubSystem> | |
| 178 </SubSystem> | |
| 179 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 180 </Link> | |
| 181 </ItemDefinitionGroup> | |
| 182 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 183 <ClCompile> | |
| 184 <WarningLevel>Level4</WarningLevel> | |
| 185 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 186 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 187 <SDLCheck>false</SDLCheck> | |
| 188 <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions> | |
| 189 <ConformanceMode>true</ConformanceMode> | |
| 190 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 191 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 192 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories> | |
| 193 <LanguageStandard>stdcpp20</LanguageStandard> | |
| 194 <UndefinePreprocessorDefinitions> | |
| 195 </UndefinePreprocessorDefinitions> | |
| 196 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 197 <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings> | |
| 198 </ClCompile> | |
| 199 <Link> | |
| 200 <SubSystem> | |
| 201 </SubSystem> | |
| 202 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 203 <OptimizeReferences>true</OptimizeReferences> | |
| 204 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 205 </Link> | |
| 206 </ItemDefinitionGroup> | |
| 207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 208 <ClCompile> | |
| 209 <WarningLevel>Level4</WarningLevel> | |
| 210 <SDLCheck>false</SDLCheck> | |
| 211 <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions> | |
| 212 <ConformanceMode> | |
| 213 </ConformanceMode> | |
| 214 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 215 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 216 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories> | |
| 217 <LanguageStandard>stdcpp20</LanguageStandard> | |
| 218 <UndefinePreprocessorDefinitions> | |
| 219 </UndefinePreprocessorDefinitions> | |
| 220 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 221 <BrowseInformation>true</BrowseInformation> | |
| 222 <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings> | |
| 223 </ClCompile> | |
| 224 <Link> | |
| 225 <SubSystem> | |
| 226 </SubSystem> | |
| 227 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 228 </Link> | |
| 229 </ItemDefinitionGroup> | |
| 230 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'"> | |
| 231 <ClCompile> | |
| 232 <WarningLevel>Level4</WarningLevel> | |
| 233 <SDLCheck>false</SDLCheck> | |
| 234 <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;MEMENTO;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions> | |
| 235 <ConformanceMode>true</ConformanceMode> | |
| 236 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 237 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 238 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories> | |
| 239 <LanguageStandard>stdcpp20</LanguageStandard> | |
| 240 <UndefinePreprocessorDefinitions> | |
| 241 </UndefinePreprocessorDefinitions> | |
| 242 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 243 <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings> | |
| 244 </ClCompile> | |
| 245 <Link> | |
| 246 <SubSystem> | |
| 247 </SubSystem> | |
| 248 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 249 </Link> | |
| 250 </ItemDefinitionGroup> | |
| 251 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 252 <ClCompile> | |
| 253 <WarningLevel>Level4</WarningLevel> | |
| 254 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 255 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 256 <SDLCheck>false</SDLCheck> | |
| 257 <PreprocessorDefinitions>ZXING_EXPERIMENTAL_API;HAVE_ZXINGCPP=1;FZ_ENABLE_BARCODE=1;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions> | |
| 258 <ConformanceMode>true</ConformanceMode> | |
| 259 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 260 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 261 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\zxing-cpp\core\src\</AdditionalIncludeDirectories> | |
| 262 <LanguageStandard>stdcpp20</LanguageStandard> | |
| 263 <UndefinePreprocessorDefinitions> | |
| 264 </UndefinePreprocessorDefinitions> | |
| 265 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 266 <DisableSpecificWarnings>4100;4200;4611;4702</DisableSpecificWarnings> | |
| 267 </ClCompile> | |
| 268 <Link> | |
| 269 <SubSystem> | |
| 270 </SubSystem> | |
| 271 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 272 <OptimizeReferences>true</OptimizeReferences> | |
| 273 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 274 </Link> | |
| 275 </ItemDefinitionGroup> | |
| 276 <ItemGroup> | |
| 277 <ProjectReference Include="libzxing.vcxproj"> | |
| 278 <Project>{74832025-89b9-4703-a77d-8049ac3a0d04}</Project> | |
| 279 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
| 280 </ProjectReference> | |
| 281 </ItemGroup> | |
| 282 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 283 <ImportGroup Label="ExtensionTargets"> | |
| 284 </ImportGroup> | |
| 285 </Project> |
