diff options
Diffstat (limited to 'third_party/libxslt/build/libxslt_config.vcproj')
-rw-r--r-- | third_party/libxslt/build/libxslt_config.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
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" |