diff options
-rw-r--r-- | third_party/libxml/build/libxml_config.vcproj | 4 | ||||
-rw-r--r-- | third_party/libxslt/build/libxslt_config.vcproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/third_party/libxml/build/libxml_config.vcproj b/third_party/libxml/build/libxml_config.vcproj index 4ce48ff..a635f1b 100644 --- a/third_party/libxml/build/libxml_config.vcproj +++ b/third_party/libxml/build/libxml_config.vcproj @@ -21,7 +21,7 @@ <Configuration Name="Debug|Win32" ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -42,7 +42,7 @@ <Configuration Name="Release|Win32" ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" > <Tool Name="VCPreBuildEventTool" diff --git a/third_party/libxslt/build/libxslt_config.vcproj b/third_party/libxslt/build/libxslt_config.vcproj index 8a8fa80..a208228 100644 --- a/third_party/libxslt/build/libxslt_config.vcproj +++ b/third_party/libxslt/build/libxslt_config.vcproj @@ -21,7 +21,7 @@ <Configuration Name="Debug|Win32" ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -42,7 +42,7 @@ <Configuration Name="Release|Win32" ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" > <Tool Name="VCPreBuildEventTool" |