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

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

Issue 6905164: Remove the Visual Studio project files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Minor changes Created 9 years, 7 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.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="essential"
6 CharacterSet="1"
7 >
8 <Tool
9 Name="VCCLCompilerTool"
10 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\ DerivedSources"
11 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_VMSTATE_TRACKING;ENABLE_LOGGING_AND_P ROFILING;ENABLE_DEBUGGER_SUPPORT"
12 MinimalRebuild="false"
13 ExceptionHandling="0"
14 RuntimeTypeInfo="false"
15 WarningLevel="3"
16 WarnAsError="true"
17 Detect64BitPortabilityProblems="false"
18 DebugInformationFormat="3"
19 DisableSpecificWarnings="4351;4355;4800"
20 EnableFunctionLevelLinking="true"
21 />
22 <Tool
23 Name="VCLibrarianTool"
24 OutputFile="$(OutDir)\lib\$(ProjectName).lib"
25 />
26 <Tool
27 Name="VCLinkerTool"
28 GenerateDebugInformation="true"
29 MapFileName="$(OutDir)\$(TargetName).map"
30 ImportLibrary="$(OutDir)\lib\$(TargetName).lib"
31 FixedBaseAddress="1"
32 AdditionalOptions="/IGNORE:4221 /NXCOMPAT"
33 />
34 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « tools/visual_studio/arm.vsprops ('k') | tools/visual_studio/d8.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698