Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: build/internal/essential.vsprops

Issue 523027: Removing the last remaining vsprops files.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 10 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/internal/debug_infofastbuild.vsprops ('k') | build/internal/release_defaults.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/internal/essential.vsprops
===================================================================
--- build/internal/essential.vsprops (revision 35447)
+++ build/internal/essential.vsprops (working copy)
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="essential"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)"
- CharacterSet="1"
- InheritedPropertySheets=".\debug_info$(FAST_BUILD_TYPE).vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)"
- PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0"
- MinimalRebuild="false"
- ExceptionHandling="0"
- BufferSecurityCheck="true"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="false"
- WarningLevel="3"
- WarnAsError="true"
- DisableSpecificWarnings="4503; 4819"
- />
- <Tool
- Name="VCLibrarianTool"
- AdditionalOptions="/ignore:4221"
- OutputFile="$(OutDir)\lib\$(ProjectName).lib"
- AdditionalLibraryDirectories="$(SDKLibs)"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat"
- AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib"
- AdditionalLibraryDirectories="$(SDKLibs);$(OutDir)\lib"
- DelayLoadDLLs="dbghelp.dll,dwmapi.dll,uxtheme.dll"
- MapFileName="$(OutDir)\$(TargetName).map"
- ImportLibrary="$(OutDir)\lib\$(TargetName).lib"
- TargetMachine="1"
- FixedBaseAddress="1"
- />
- <Tool
- Name="VCMIDLTool"
- GenerateStublessProxies="true"
- TypeLibraryName="$(InputName).tlb"
- OutputDirectory="$(IntDir)"
- HeaderFileName="$(InputName).h"
- DLLDataFileName="dlldata.c"
- InterfaceIdentifierFileName="$(InputName)_i.c"
- ProxyFileName="$(InputName)_p.c"
- />
- <Tool
- Name="VCResourceCompilerTool"
- Culture="1033"
- AdditionalIncludeDirectories="$(SolutionDir).."
- />
- <UserMacro
- Name="SDK"
- Value="$(SolutionDir)..\third_party\platformsdk_win2008_6_1\files"
- />
- <UserMacro
- Name="SDKIncludes"
- Value="$(SDK)\Include;$(VSInstallDir)\VC\atlmfc\include"
- />
- <UserMacro
- Name="SDKLibs"
- Value="$(SDK)\Lib"
- />
- <UserMacro
- Name="DefaultOutputDirectory"
- Value="$(SolutionDir)$(ConfigurationName)"
- />
- <UserMacro
- Name="DefaultIntermediateDirectory"
- Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)"
- />
-</VisualStudioPropertySheet>
« no previous file with comments | « build/internal/debug_infofastbuild.vsprops ('k') | build/internal/release_defaults.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698