| Index: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/V110/PlatformToolsets/v110/Microsoft.Cpp.Win32.v110.targets.patch
 | 
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/V110/PlatformToolsets/v110/Microsoft.Cpp.Win32.v110.targets.patch b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/V110/PlatformToolsets/v110/Microsoft.Cpp.Win32.v110.targets.patch
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..65b2e95f7230cf3b5a21d8ec626660582777c2e6
 | 
| --- /dev/null
 | 
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/V110/PlatformToolsets/v110/Microsoft.Cpp.Win32.v110.targets.patch
 | 
| @@ -0,0 +1,14 @@
 | 
| +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
| +  <PatchRemove>
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportBefore')" />
 | 
| +  </PatchRemove>
 | 
| +  <PatchAdd>
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\ImportBefore')" />
 | 
| +  </PatchAdd>
 | 
| +  <PatchRemove>
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\ImportAfter')" />
 | 
| +  </PatchRemove>
 | 
| +  <PatchAdd>
 | 
| +    <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\ImportAfter')" />
 | 
| +  </PatchAdd>
 | 
| +</Project>
 | 
| 
 |