Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/V110/PlatformToolsets/v110/Microsoft.Cpp.Win32.v110.props.patch

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PatchRemove>
3 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformTo olsets\v110\ImportBefore')" />
4 </PatchRemove>
5 <PatchAdd>
6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformTo olsets\v110\ImportBefore')" />
7 </PatchAdd>
8
9 <PropertyGroup>
10 </PropertyGroup>
11
12 <PropertyGroup>
13 <!-- added NaCl include and lib information -->
14 <PatchRemove>
15 <IncludePath Condition="'$(IncludePath)' == ''">$(VCInstallDir)include;$(V CInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
16 </PatchRemove>
17 <PatchAdd>
18 <IncludePath Condition="'$(IncludePath)' == ''">$(VSNaClSDKRoot)include;$( VSNaClSDKRoot)include\win;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$ (WindowsSDK_IncludePath);</IncludePath>
19 </PatchAdd>
20 <PatchRemove>
21 <LibraryPath Condition="'$(LibraryPath)' == ''">$(VCInstallDir)lib;$(VCIns tallDir)atlmfc\lib;$(WindowsSDK_LibraryPath_x86)lib;</LibraryPath>
22 </PatchRemove>
23 <PatchAdd>
24 <LibraryPath Condition="'$(LibraryPath)' == ''">$(VSNaClSDKRoot)lib\win_x8 6_32_host\$(Configuration);$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(Window sSDK_LibraryPath_x86);</LibraryPath>
25 </PatchAdd>
26 </PropertyGroup>
27
28 <PatchRemove>
29 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v110\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToo lsets\v110\ImportAfter')" />
30 </PatchRemove>
31 <PatchAdd>
32
33 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v110\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToo lsets\v110\ImportAfter')" />
34 </PatchAdd>
35
36 <PatchRemove>
37 <Import Project="$(VCTargetsPath)\Platforms\Win32\Microsoft.Cpp.Win32.Common .props" />
38 </PatchRemove>
39 <PatchAdd>
40
41 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\Microsoft.Cpp.PPAPI.Common .props" />
42 </PatchAdd>
43 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698