diff options
Diffstat (limited to 'build/internal/chromium_build_google_chrome.vsprops')
-rw-r--r-- | build/internal/chromium_build_google_chrome.vsprops | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build/internal/chromium_build_google_chrome.vsprops b/build/internal/chromium_build_google_chrome.vsprops new file mode 100644 index 0000000..aa11b8a --- /dev/null +++ b/build/internal/chromium_build_google_chrome.vsprops @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="chromium_build" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="GOOGLE_CHROME_BUILD" + /> +</VisualStudioPropertySheet> |