Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/platform/win32/bin2coff.props @ 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| 3 <PropertyGroup | |
| 4 Condition="'$(bin2coff__ttf_BeforeTargets)' == '' and '$(bin2coff__ttf_AfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'"> | |
| 5 <bin2coff__ttf_BeforeTargets>Midl</bin2coff__ttf_BeforeTargets> | |
| 6 <bin2coff__ttf_AfterTargets>CustomBuild</bin2coff__ttf_AfterTargets> | |
| 7 </PropertyGroup> | |
| 8 <PropertyGroup> | |
| 9 <bin2coff__ttf_DependsOn | |
| 10 Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(bin2coff__ttf_DependsOn)</bin2coff__ttf_DependsOn> | |
| 11 </PropertyGroup> | |
| 12 <ItemDefinitionGroup> | |
| 13 <bin2coff__ttf_> | |
| 14 <CommandLineTemplate>Release\bin2coff.exe "%(FullPath)" "$(IntDir)%(Filename)_ttf.obj" _binary_%(Filename)_ttf $(Platform)</CommandLineTemplate> | |
| 15 <Outputs>$(IntDir)%(Filename)_ttf.obj</Outputs> | |
| 16 <ExecutionDescription>Embedding TTF</ExecutionDescription> | |
| 17 </bin2coff__ttf_> | |
| 18 </ItemDefinitionGroup> | |
| 19 <PropertyGroup | |
| 20 Condition="'$(bin2coff__otf_BeforeTargets)' == '' and '$(bin2coff__otf_AfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'"> | |
| 21 <bin2coff__otf_BeforeTargets>Midl</bin2coff__otf_BeforeTargets> | |
| 22 <bin2coff__otf_AfterTargets>CustomBuild</bin2coff__otf_AfterTargets> | |
| 23 </PropertyGroup> | |
| 24 <PropertyGroup> | |
| 25 <bin2coff__otf_DependsOn | |
| 26 Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(bin2coff__otf_DependsOn)</bin2coff__otf_DependsOn> | |
| 27 </PropertyGroup> | |
| 28 <ItemDefinitionGroup> | |
| 29 <bin2coff__otf_> | |
| 30 <CommandLineTemplate>Release\bin2coff.exe "%(FullPath)" "$(IntDir)%(Filename)_otf.obj" _binary_%(Filename)_otf $(Platform)</CommandLineTemplate> | |
| 31 <Outputs>$(IntDir)%(Filename)_otf.obj</Outputs> | |
| 32 <ExecutionDescription>Embedding OTF</ExecutionDescription> | |
| 33 </bin2coff__otf_> | |
| 34 </ItemDefinitionGroup> | |
| 35 <PropertyGroup | |
| 36 Condition="'$(bin2coff__cff_BeforeTargets)' == '' and '$(bin2coff__cff_AfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'"> | |
| 37 <bin2coff__cff_BeforeTargets>Midl</bin2coff__cff_BeforeTargets> | |
| 38 <bin2coff__cff_AfterTargets>CustomBuild</bin2coff__cff_AfterTargets> | |
| 39 </PropertyGroup> | |
| 40 <PropertyGroup> | |
| 41 <bin2coff__cff_DependsOn | |
| 42 Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(bin2coff__cff_DependsOn)</bin2coff__cff_DependsOn> | |
| 43 </PropertyGroup> | |
| 44 <ItemDefinitionGroup> | |
| 45 <bin2coff__cff_> | |
| 46 <CommandLineTemplate>Release\bin2coff.exe "%(FullPath)" "$(IntDir)%(Filename)_cff.obj" _binary_%(Filename)_cff $(Platform)</CommandLineTemplate> | |
| 47 <Outputs>$(IntDir)%(Filename)_cff.obj</Outputs> | |
| 48 <ExecutionDescription>Embedding CFF</ExecutionDescription> | |
| 49 </bin2coff__cff_> | |
| 50 </ItemDefinitionGroup> | |
| 51 <PropertyGroup | |
| 52 Condition="'$(bin2coff__ttc_BeforeTargets)' == '' and '$(bin2coff__ttc_AfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'"> | |
| 53 <bin2coff__ttc_BeforeTargets>Midl</bin2coff__ttc_BeforeTargets> | |
| 54 <bin2coff__ttc_AfterTargets>CustomBuild</bin2coff__ttc_AfterTargets> | |
| 55 </PropertyGroup> | |
| 56 <PropertyGroup> | |
| 57 <bin2coff__ttc_DependsOn | |
| 58 Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(bin2coff__ttc_DependsOn)</bin2coff__ttc_DependsOn> | |
| 59 </PropertyGroup> | |
| 60 <ItemDefinitionGroup> | |
| 61 <bin2coff__ttc_> | |
| 62 <CommandLineTemplate>Release\bin2coff.exe "%(FullPath)" "$(IntDir)%(Filename)_ttc.obj" _binary_%(Filename)_ttc $(Platform)</CommandLineTemplate> | |
| 63 <Outputs>$(IntDir)%(Filename)_ttc.obj</Outputs> | |
| 64 <ExecutionDescription>Embedding TTC</ExecutionDescription> | |
| 65 </bin2coff__ttc_> | |
| 66 </ItemDefinitionGroup> | |
| 67 </Project> |
