| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.targets
 | 
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.targets b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.targets
 | 
| index eab467cc69e0b65b1b08491c9d4fee32778d0055..ba5c23a5207bf2a46af048ca67510f35bc453694 100644
 | 
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.targets
 | 
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.targets
 | 
| @@ -54,16 +54,20 @@
 | 
|      <NaClLink BuildingInIDE                  ="$(BuildingInsideVisualStudio)"
 | 
|                Sources                        ="@(Link)"
 | 
|                OutputCommandLine              ="%(Link.OutputCommandLine)"
 | 
| -              NaClLinkerPath                 ="$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe"
 | 
| +              NaClLinkerPath                 ="$(VSNaClSDKRoot)toolchain\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe"
 | 
| +              CreateNMFPath                  ="$(VSNaClSDKRoot)tools\create_nmf.py"
 | 
|                MinimalRebuildFromTracking     ="$(Link_MinimalRebuildFromTracking)"
 | 
|                OutputFile                     ="%(Link.OutputFile)"
 | 
|                PropertiesFile                 ="$(VCTargetsPath)\NaCl\Props\nacl_link.xml"
 | 
|                TLogReadFiles                  ="@(LinkTLogReadFiles)"
 | 
|                TLogWriteFiles                 ="@(LinkTLogWriteFiles)"
 | 
|                Platform                       ="$(Platform)"
 | 
| +              ToolchainName                  ="$(ToolchainName)"
 | 
|                TrackFileAccess                ="$(TrackFileAccess)"
 | 
|                TrackerLogDirectory            ="%(Link.TrackerLogDirectory)"
 | 
| -        ConfigurationType              ="$(ConfigurationType)">
 | 
| +              CreateNMF                      ="%(Link.CreateNMF)"
 | 
| +              ProjectName                    ="$(ProjectName)"
 | 
| +              ConfigurationType              ="$(ConfigurationType)">
 | 
|        <Output TaskParameter="SkippedExecution" PropertyName="LinkSkippedExecution" />
 | 
|      </NaClLink>
 | 
|  
 | 
| 
 |