| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.props
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.props b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.props
|
| index ccb286407ac1f6ac41482af43208207fe68d8288..82c05b1c448d5d1bb45ef2f9ae7e231d99c0cd57 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.props
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.props
|
| @@ -5,6 +5,8 @@
|
|
|
| <PropertyGroup>
|
| <DebuggerFlavor Condition="'$(DebuggerFlavor)'==''">WindowsLocalDebugger</DebuggerFlavor>
|
| + <IntDir Condition="'$(IntDir)'=='DUMMY'">$(Platform)\$(ToolchainName)\$(Configuration)\</IntDir>
|
| + <OutDir Condition="'$(OutDir)'=='DUMMY'">$(ProjectDir)$(Platform)\$(ToolchainName)\$(Configuration)\</OutDir>
|
| </PropertyGroup>
|
|
|
| <PropertyGroup>
|
| @@ -27,6 +29,7 @@
|
| <TargetExt>.a</TargetExt>
|
| </PropertyGroup>
|
|
|
| +
|
| <Import Project="$(VCTargetsPath)\NaCl\NaCl.Paths.default.props" />
|
| <Import Project="$(VCTargetsPath)\NaCl\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\NaCl\ImportAfter')" />
|
| </Project>
|
|
|