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

Side by Side Diff: visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj

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 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion> 6 <ProductVersion>
7 </ProductVersion> 7 </ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion> 8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid> 9 <ProjectGuid>{C2657776-4A69-478D-89E9-AF81FA716FF5}</ProjectGuid>
10 <OutputType>Library</OutputType> 10 <OutputType>Library</OutputType>
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 </ItemGroup> 98 </ItemGroup>
99 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 99 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
100 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it. 100 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
101 Other similar extension points exist, see Microsoft.Common.targets. 101 Other similar extension points exist, see Microsoft.Common.targets.
102 <Target Name="BeforeBuild"> 102 <Target Name="BeforeBuild">
103 </Target> 103 </Target>
104 <Target Name="AfterBuild"> 104 <Target Name="AfterBuild">
105 </Target> 105 </Target>
106 --> 106 -->
107 </Project> 107 </Project>
OLDNEW
« no previous file with comments | « visual_studio/NativeClientVSAddIn/UnitTests/Settings.StyleCop ('k') | visual_studio/NativeClientVSAddIn/build.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698