comparison mupdf-source/scripts/libresources.vcxproj.template @ 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="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Release|Win32">
5 <Configuration>Release</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|x64">
9 <Configuration>Release</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{52DCAB29-C8EE-4422-954C-29AFA6B33E22}</ProjectGuid>
15 <RootNamespace>libresources</RootNamespace>
16 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20 <ConfigurationType>StaticLibrary</ConfigurationType>
21 <PlatformToolset>v142</PlatformToolset>
22 <CharacterSet>MultiByte</CharacterSet>
23 <WholeProgramOptimization>false</WholeProgramOptimization>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
26 <ConfigurationType>StaticLibrary</ConfigurationType>
27 <PlatformToolset>v142</PlatformToolset>
28 <CharacterSet>MultiByte</CharacterSet>
29 <WholeProgramOptimization>false</WholeProgramOptimization>
30 </PropertyGroup>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <ImportGroup Label="ExtensionSettings">
33 <Import Project="bin2coff.props" />
34 </ImportGroup>
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 </ImportGroup>
38 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
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>
43 <_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
46 <OutDir>$(Configuration)\</OutDir>
47 <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
50 <OutDir>$(Platform)\$(Configuration)\</OutDir>
51 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
52 </PropertyGroup>
53 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
54 <ClCompile>
55 <Optimization>Disabled</Optimization>
56 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
57 <FunctionLevelLinking>true</FunctionLevelLinking>
58 <WarningLevel>Level3</WarningLevel>
59 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
60 <OmitDefaultLibName>true</OmitDefaultLibName>
61 <MinimalRebuild />
62 </ClCompile>
63 <Lib>
64 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
65 </Lib>
66 </ItemDefinitionGroup>
67 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
68 <Midl>
69 <TargetEnvironment>X64</TargetEnvironment>
70 </Midl>
71 <ClCompile>
72 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
73 <FunctionLevelLinking>true</FunctionLevelLinking>
74 <WarningLevel>Level3</WarningLevel>
75 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
76 <OmitDefaultLibName>true</OmitDefaultLibName>
77 </ClCompile>
78 <Lib>
79 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
80 </Lib>
81 </ItemDefinitionGroup>
82 <ItemGroup>
83 <!-- DUMP:CFF -->
84 </ItemGroup>
85 <ItemGroup>
86 <!-- DUMP:OTF -->
87 </ItemGroup>
88 <ItemGroup>
89 <!-- DUMP:TTC -->
90 </ItemGroup>
91 <ItemGroup>
92 <!-- DUMP:TTF -->
93 </ItemGroup>
94 <ItemGroup>
95 <ClCompile Include="dummy.c" />
96 </ItemGroup>
97 <ItemGroup>
98 <ProjectReference Include="bin2coff.vcxproj">
99 <Project>{bfe316b3-bd90-433a-a20d-c73975f1caa7}</Project>
100 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
101 </ProjectReference>
102 </ItemGroup>
103 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
104 <ImportGroup Label="ExtensionTargets">
105 <Import Project="bin2coff.targets" />
106 </ImportGroup>
107 </Project>