diff options
Diffstat (limited to 'chrome/app/chrome_binaries.vsprops')
-rw-r--r-- | chrome/app/chrome_binaries.vsprops | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/app/chrome_binaries.vsprops b/chrome/app/chrome_binaries.vsprops new file mode 100644 index 0000000..00216a7 --- /dev/null +++ b/chrome/app/chrome_binaries.vsprops @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="chrome_binaries" + InheritedPropertySheets="$(SolutionDir)..\breakpad\using_breakpad.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_libxslt.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;..\tools\build\win\using_generated_strings.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops" + > + <Tool + Name="VCLinkerTool" + DelayLoadDLLs="crypt32.dll;cryptui.dll;winhttp.dll;wininet.dll;wsock32.dll;winspool.drv;comdlg32.dll;imagehlp.dll;psapi.dll;urlmon.dll;imm32.dll" + SubSystem="2" + BaseAddress="0x3C800000" + /> + <Tool + Name="VCResourceCompilerTool" + AdditionalIncludeDirectories="$(IntDir);$(SolutionDir);$(IntDir)\.." + /> +</VisualStudioPropertySheet> |