diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 20:52:30 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 20:52:30 +0000 |
commit | ee2815e28d408216cf94e874825b6bcf76c69083 (patch) | |
tree | 307f3af4beabc0ab8d8633489846806b2df41f5e /build/debug.vsprops | |
parent | 7e5ba5d125a2dc95132e765e949e53e1e779caaf (diff) | |
download | chromium_src-ee2815e28d408216cf94e874825b6bcf76c69083.zip chromium_src-ee2815e28d408216cf94e874825b6bcf76c69083.tar.gz chromium_src-ee2815e28d408216cf94e874825b6bcf76c69083.tar.bz2 |
Add the build directory to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/debug.vsprops')
-rw-r--r-- | build/debug.vsprops | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/build/debug.vsprops b/build/debug.vsprops new file mode 100644 index 0000000..d84e13c --- /dev/null +++ b/build/debug.vsprops @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="debug" + InheritedPropertySheets=".\internal\essential.vsprops" + > + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="_DEBUG" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="2" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + /> +</VisualStudioPropertySheet> |