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

Side by Side Diff: tools/visual_studio/common.vsprops

Issue 199006: Use different output directories when building using the Visual Studion solution (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « tools/visual_studio/arm.vsprops ('k') | tools/visual_studio/d8_arm.vcproj » ('j') | 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)"
7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN ame)"
8 CharacterSet="1" 6 CharacterSet="1"
9 > 7 >
10 <Tool 8 <Tool
11 Name="VCCLCompilerTool" 9 Name="VCCLCompilerTool"
12 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\ DerivedSources" 10 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\ DerivedSources"
13 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILING" 11 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILING"
14 MinimalRebuild="false" 12 MinimalRebuild="false"
15 ExceptionHandling="0" 13 ExceptionHandling="0"
16 RuntimeTypeInfo="false" 14 RuntimeTypeInfo="false"
17 WarningLevel="3" 15 WarningLevel="3"
(...skipping 10 matching lines...) Expand all
28 <Tool 26 <Tool
29 Name="VCLinkerTool" 27 Name="VCLinkerTool"
30 GenerateDebugInformation="true" 28 GenerateDebugInformation="true"
31 MapFileName="$(OutDir)\$(TargetName).map" 29 MapFileName="$(OutDir)\$(TargetName).map"
32 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" 30 ImportLibrary="$(OutDir)\lib\$(TargetName).lib"
33 TargetMachine="1" 31 TargetMachine="1"
34 FixedBaseAddress="1" 32 FixedBaseAddress="1"
35 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" 33 AdditionalOptions="/IGNORE:4221 /NXCOMPAT"
36 /> 34 />
37 </VisualStudioPropertySheet> 35 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « tools/visual_studio/arm.vsprops ('k') | tools/visual_studio/d8_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698