From 69948ba383c564657dab872d5b7845933ae12baa Mon Sep 17 00:00:00 2001 From: Elena Subbotina Date: Thu, 25 Dec 2025 16:36:20 +0300 Subject: [PATCH] . --- OdfFile/Projects/Windows/cpodf.vcxproj | 10 ++++++++-- OdfFile/Projects/Windows/cpodf.vcxproj.filters | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/OdfFile/Projects/Windows/cpodf.vcxproj b/OdfFile/Projects/Windows/cpodf.vcxproj index 0a21068ba0..82c7690522 100644 --- a/OdfFile/Projects/Windows/cpodf.vcxproj +++ b/OdfFile/Projects/Windows/cpodf.vcxproj @@ -93,7 +93,7 @@ Disabled %(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) false EnableFastChecks MultiThreadedDebugDLL @@ -114,7 +114,7 @@ Disabled ..\include;..\..\DesktopEditor\xml\libxml2\include;%(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) + DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) false EnableFastChecks MultiThreadedDebugDLL @@ -285,6 +285,8 @@ + + /bigobj %(AdditionalOptions) @@ -684,8 +686,12 @@ + + + + diff --git a/OdfFile/Projects/Windows/cpodf.vcxproj.filters b/OdfFile/Projects/Windows/cpodf.vcxproj.filters index 90f4ea38b7..62dfe40d54 100644 --- a/OdfFile/Projects/Windows/cpodf.vcxproj.filters +++ b/OdfFile/Projects/Windows/cpodf.vcxproj.filters @@ -166,6 +166,12 @@ custom shape + + math + + + math + @@ -341,6 +347,18 @@ custom shape + + math + + + math + + + math + + + math +