diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/debug.vsprops | 2 | ||||
-rw-r--r-- | build/release.vsprops | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/debug.vsprops b/build/debug.vsprops index 681f26b..61b2230 100644 --- a/build/debug.vsprops +++ b/build/debug.vsprops @@ -3,7 +3,7 @@ ProjectType="Visual C++" Version="8.00" Name="debug" - InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_build$(CHROMIUM_BUILD).vsprops" + InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_build_google_chrome.vsprops" > <Tool Name="VCCLCompilerTool" diff --git a/build/release.vsprops b/build/release.vsprops index d320464..c421b10 100644 --- a/build/release.vsprops +++ b/build/release.vsprops @@ -3,6 +3,6 @@ ProjectType="Visual C++" Version="8.00" Name="release" - InheritedPropertySheets="internal\release_impl$(CHROME_BUILD_TYPE).vsprops;internal\chromium_build$(CHROMIUM_BUILD).vsprops" + InheritedPropertySheets="internal\release_impl$(CHROME_BUILD_TYPE).vsprops;internal\chromium_build_google_chrome.vsprops" > </VisualStudioPropertySheet> |