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

Side by Side Diff: build/internal/essential.vsprops

Issue 115977: Enable TR1 in windows build for gmock's use in VS2008 SP1. (Closed)
Patch Set: Adding essential.vsprops. Created 11 years, 6 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 unified diff | Download patch
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet 2 <VisualStudioPropertySheet
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="essential" 5 Name="essential"
6 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 6 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN ame)" 7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN ame)"
8 CharacterSet="1" 8 CharacterSet="1"
9 InheritedPropertySheets=".\debug_info$(FAST_BUILD_TYPE).vsprops" 9 InheritedPropertySheets=".\debug_info$(FAST_BUILD_TYPE).vsprops"
10 > 10 >
11 <Tool 11 <Tool
12 Name="VCCLCompilerTool" 12 Name="VCCLCompilerTool"
13 AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)" 13 AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)"
14 » » PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32 ;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELD S;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0" 14 » » PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32 ;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELD S;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=1"
15 MinimalRebuild="false" 15 MinimalRebuild="false"
16 ExceptionHandling="0" 16 ExceptionHandling="0"
17 BufferSecurityCheck="true" 17 BufferSecurityCheck="true"
18 EnableFunctionLevelLinking="true" 18 EnableFunctionLevelLinking="true"
19 RuntimeTypeInfo="false" 19 RuntimeTypeInfo="false"
20 WarningLevel="3" 20 WarningLevel="3"
21 WarnAsError="true" 21 WarnAsError="true"
22 DisableSpecificWarnings="4503; 4819" 22 DisableSpecificWarnings="4503; 4819"
23 /> 23 />
24 <Tool 24 <Tool
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 /> 67 />
68 <UserMacro 68 <UserMacro
69 Name="DefaultOutputDirectory" 69 Name="DefaultOutputDirectory"
70 Value="$(SolutionDir)$(ConfigurationName)" 70 Value="$(SolutionDir)$(ConfigurationName)"
71 /> 71 />
72 <UserMacro 72 <UserMacro
73 Name="DefaultIntermediateDirectory" 73 Name="DefaultIntermediateDirectory"
74 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" 74 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)"
75 /> 75 />
76 </VisualStudioPropertySheet> 76 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698