| Index: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/V110/PlatformToolsets/v110/Microsoft.Cpp.Win32.v110.props.patch
 | 
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/V110/PlatformToolsets/v110/Microsoft.Cpp.Win32.v110.props.patch b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/V110/PlatformToolsets/v110/Microsoft.Cpp.Win32.v110.props.patch
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..2624b0ac60f91b9201d1833b77937245cdbbbc08
 | 
| --- /dev/null
 | 
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/V110/PlatformToolsets/v110/Microsoft.Cpp.Win32.v110.props.patch
 | 
| @@ -0,0 +1,43 @@
 | 
| +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
| +  <PatchRemove>
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportBefore')" />
 | 
| +  </PatchRemove>
 | 
| +  <PatchAdd>
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\ImportBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\ImportBefore')" />
 | 
| +  </PatchAdd>
 | 
| +
 | 
| +  <PropertyGroup>
 | 
| +  </PropertyGroup>
 | 
| +
 | 
| +  <PropertyGroup>
 | 
| +    <!-- added NaCl include and lib information -->
 | 
| +    <PatchRemove>
 | 
| +      <IncludePath Condition="'$(IncludePath)' == ''">$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
 | 
| +    </PatchRemove>
 | 
| +    <PatchAdd>
 | 
| +      <IncludePath Condition="'$(IncludePath)' == ''">$(VSNaClSDKRoot)include;$(VSNaClSDKRoot)include\win;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
 | 
| +    </PatchAdd>
 | 
| +    <PatchRemove>
 | 
| +      <LibraryPath Condition="'$(LibraryPath)' == ''">$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSDK_LibraryPath_x86)lib;</LibraryPath>
 | 
| +    </PatchRemove>
 | 
| +    <PatchAdd>
 | 
| +      <LibraryPath Condition="'$(LibraryPath)' == ''">$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSDK_LibraryPath_x86);</LibraryPath>
 | 
| +    </PatchAdd>
 | 
| +  </PropertyGroup>
 | 
| +
 | 
| +  <PatchRemove>
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportAfter')" />
 | 
| +  </PatchRemove>
 | 
| +  <PatchAdd>
 | 
| +
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\ImportAfter')" />
 | 
| +  </PatchAdd>
 | 
| +
 | 
| +  <PatchRemove>
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\Win32\Microsoft.Cpp.Win32.Common.props" />
 | 
| +  </PatchRemove>
 | 
| +  <PatchAdd>
 | 
| +
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\PPAPI\Microsoft.Cpp.PPAPI.Common.props" />
 | 
| +  </PatchAdd>
 | 
| +</Project>
 | 
| 
 |