Index: tools/visual_studio/v8_process_sample_x64.vcproj |
=================================================================== |
--- tools/visual_studio/v8_process_sample_x64.vcproj (revision 3716) |
+++ tools/visual_studio/v8_process_sample_x64.vcproj (working copy) |
@@ -70,9 +70,6 @@ |
Name="VCAppVerifierTool" |
/> |
<Tool |
- Name="VCWebDeploymentTool" |
- /> |
- <Tool |
Name="VCPostBuildEventTool" |
/> |
</Configuration> |
@@ -131,9 +128,6 @@ |
Name="VCAppVerifierTool" |
/> |
<Tool |
- Name="VCWebDeploymentTool" |
- /> |
- <Tool |
Name="VCPostBuildEventTool" |
/> |
</Configuration> |
@@ -144,6 +138,22 @@ |
<File |
RelativePath="..\..\samples\process.cc" |
> |
+ <FileConfiguration |
+ Name="Debug|x64" |
+ > |
+ <Tool |
+ Name="VCCLCompilerTool" |
+ DisableSpecificWarnings="4267" |
+ /> |
+ </FileConfiguration> |
+ <FileConfiguration |
+ Name="Release|x64" |
+ > |
+ <Tool |
+ Name="VCCLCompilerTool" |
+ DisableSpecificWarnings="4267" |
+ /> |
+ </FileConfiguration> |
</File> |
</Files> |
<Globals> |