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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.props

Issue 11085093: Remove windows lines endings (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <Import Project="$(VCTargetsPath)\NaCl\ImportBefore\*.props" Condition="Exists ('$(VCTargetsPath)\NaCl\ImportBefore')" /> 2 <Import Project="$(VCTargetsPath)\NaCl\ImportBefore\*.props" Condition="Exists ('$(VCTargetsPath)\NaCl\ImportBefore')" />
3 <Import Condition="'$(ToolchainName)' == 'newlib' AND (exists('$(VCTargetsPath )\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp.NaCl.win_x86_newlib.props') )" Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp. NaCl.win_x86_newlib.props"/> 3 <Import Condition="'$(ToolchainName)' == 'newlib' AND (exists('$(VCTargetsPath )\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp.NaCl.win_x86_newlib.props') )" Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp. NaCl.win_x86_newlib.props"/>
4 <Import Condition="'$(ToolchainName)' == 'glibc' AND (exists('$(VCTargetsPath) \NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl.win_x86_glibc.props'))" Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl .win_x86_glibc.props"/> 4 <Import Condition="'$(ToolchainName)' == 'glibc' AND (exists('$(VCTargetsPath) \NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl.win_x86_glibc.props'))" Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl .win_x86_glibc.props"/>
5 5
6 <PropertyGroup> 6 <PropertyGroup>
7 <DebuggerFlavor Condition="'$(DebuggerFlavor)'==''">WindowsLocalDebugger</De buggerFlavor> 7 <DebuggerFlavor Condition="'$(DebuggerFlavor)'==''">WindowsLocalDebugger</De buggerFlavor>
8 </PropertyGroup> 8 </PropertyGroup>
9 9
10 <Import Project="$(VCTargetsPath)\NaCl\NaCl.Toolset.default.props" /> 10 <Import Project="$(VCTargetsPath)\NaCl\NaCl.Toolset.default.props" />
(...skipping 14 matching lines...) Expand all
25 </PropertyGroup> 25 </PropertyGroup>
26 26
27 <PropertyGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'"> 27 <PropertyGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'">
28 <LibCompiled>true</LibCompiled> 28 <LibCompiled>true</LibCompiled>
29 <TargetExt>.a</TargetExt> 29 <TargetExt>.a</TargetExt>
30 </PropertyGroup> 30 </PropertyGroup>
31 31
32 <Import Project="$(VCTargetsPath)\NaCl\NaCl.Paths.default.props" /> 32 <Import Project="$(VCTargetsPath)\NaCl\NaCl.Paths.default.props" />
33 <Import Project="$(VCTargetsPath)\NaCl\ImportAfter\*.props" Condition="Exists( '$(VCTargetsPath)\NaCl\ImportAfter')" /> 33 <Import Project="$(VCTargetsPath)\NaCl\ImportAfter\*.props" Condition="Exists( '$(VCTargetsPath)\NaCl\ImportAfter')" />
34 </Project> 34 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698