| Index: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/PlatformToolsets/v100/microsoft.cpp.[platform].v100.props.patch
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/PlatformToolsets/v100/microsoft.cpp.[platform].v100.props.patch b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/PlatformToolsets/v100/microsoft.cpp.[platform].v100.props.patch
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c320fb8ea2080eac6faab8d7c02448072cc8d1fa
|
| --- /dev/null
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/PlatformToolsets/v100/microsoft.cpp.[platform].v100.props.patch
|
| @@ -0,0 +1,25 @@
|
| +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| + <PatchRemove>
|
| + <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\ImportBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\ImportBefore')" />
|
| + </PatchRemove>
|
| + <PatchAdd>
|
| + <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\ImportBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\ImportBefore')" />
|
| + </PatchAdd>
|
| +
|
| + <PropertyGroup>
|
| + <!-- added NACL_SDK_ROOT include and lib information -->
|
| + <PatchRemove>
|
| + <IncludePath Condition="'$(IncludePath)' == ''">$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
|
| + </PatchRemove>
|
| + <PatchAdd>
|
| + <IncludePath Condition="'$(IncludePath)' == ''">$(NACL_SDK_ROOT)\src;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
|
| + </PatchAdd>
|
| + </PropertyGroup>
|
| +
|
| + <PatchRemove>
|
| + <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\ImportAfter')" />
|
| + </PatchRemove>
|
| + <PatchAdd>
|
| + <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\ImportAfter')" />
|
| + </PatchAdd>
|
| +</Project>
|
|
|