summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_exe.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/chrome_exe.vsprops')
-rw-r--r--chrome/app/chrome_exe.vsprops23
1 files changed, 23 insertions, 0 deletions
diff --git a/chrome/app/chrome_exe.vsprops b/chrome/app/chrome_exe.vsprops
new file mode 100644
index 0000000..ec65100
--- /dev/null
+++ b/chrome/app/chrome_exe.vsprops
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="chrome_exe"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\breakpad\using_breakpad.vsprops"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\chrome.exe"
+ AdditionalManifestDependencies="&quot;type=&apos;Win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; processorArchitecture=&apos;X86&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos;&quot;"
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
+ SubSystem="2"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories="$(IntDir)"
+ />
+</VisualStudioPropertySheet>