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

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

Issue 171111: Create a set of x64 Visual studio project files and corresponding solution (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 4 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 | « src/platform-win32.cc ('k') | tools/visual_studio/d8_x64.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)" 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 > 9 >
10 <Tool 10 <Tool
11 Name="VCCLCompilerTool" 11 Name="VCCLCompilerTool"
12 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\ DerivedSources" 12 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\ DerivedSources"
13 » » PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON STDC_NO_DEPRECATE;_USE_32BIT_TIME_T;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILI NG" 13 » » PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILING"
14 MinimalRebuild="false" 14 MinimalRebuild="false"
15 ExceptionHandling="0" 15 ExceptionHandling="0"
16 RuntimeTypeInfo="false" 16 RuntimeTypeInfo="false"
17 WarningLevel="3" 17 WarningLevel="3"
18 WarnAsError="true" 18 WarnAsError="true"
19 Detect64BitPortabilityProblems="false" 19 Detect64BitPortabilityProblems="false"
20 DebugInformationFormat="3" 20 DebugInformationFormat="3"
21 DisableSpecificWarnings="4355;4800" 21 DisableSpecificWarnings="4355;4800"
22 EnableFunctionLevelLinking="true" 22 EnableFunctionLevelLinking="true"
23 /> 23 />
24 <Tool 24 <Tool
25 Name="VCLibrarianTool" 25 Name="VCLibrarianTool"
26 OutputFile="$(OutDir)\lib\$(ProjectName).lib" 26 OutputFile="$(OutDir)\lib\$(ProjectName).lib"
27 /> 27 />
28 <Tool 28 <Tool
29 Name="VCLinkerTool" 29 Name="VCLinkerTool"
30 GenerateDebugInformation="true" 30 GenerateDebugInformation="true"
31 MapFileName="$(OutDir)\$(TargetName).map" 31 MapFileName="$(OutDir)\$(TargetName).map"
32 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" 32 ImportLibrary="$(OutDir)\lib\$(TargetName).lib"
33 TargetMachine="1" 33 TargetMachine="1"
34 FixedBaseAddress="1" 34 FixedBaseAddress="1"
35 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" 35 AdditionalOptions="/IGNORE:4221 /NXCOMPAT"
36 /> 36 />
37 </VisualStudioPropertySheet> 37 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « src/platform-win32.cc ('k') | tools/visual_studio/d8_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698