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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.targets

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 ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003"> 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003">
2 2
3 <PropertyGroup> 3 <PropertyGroup>
4 <UseDefaultProjectTools>false</UseDefaultProjectTools> 4 <UseDefaultProjectTools>false</UseDefaultProjectTools>
5 <UseDefaultPropertyPageSchemas>false</UseDefaultPropertyPageSchemas> 5 <UseDefaultPropertyPageSchemas>false</UseDefaultPropertyPageSchemas>
6 <UseDefaultGeneralPropertyPageSchema>false</UseDefaultGeneralPropertyPageSch ema> 6 <UseDefaultGeneralPropertyPageSchema>false</UseDefaultGeneralPropertyPageSch ema>
7 </PropertyGroup> 7 </PropertyGroup>
8 8
9 <!-- Property pages --> 9 <!-- Property pages -->
10 10
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 <ProjectTools Include="CustomBuildStep"/> 63 <ProjectTools Include="CustomBuildStep"/>
64 </ItemGroup> 64 </ItemGroup>
65 65
66 <!-- Tools that show up in the IDE property pages for lib project--> 66 <!-- Tools that show up in the IDE property pages for lib project-->
67 <ItemGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'"> 67 <ItemGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'">
68 <ProjectTools Include="Lib"/> 68 <ProjectTools Include="Lib"/>
69 <ProjectTools Include="CustomBuildStep"/> 69 <ProjectTools Include="CustomBuildStep"/>
70 </ItemGroup> 70 </ItemGroup>
71 71
72 </Project> 72 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698