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

Side by Side Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.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 DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms build/2003" ToolsVersion="4.0"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms build/2003" ToolsVersion="4.0">
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>8.0.30424</ProductVersion> 6 <ProductVersion>8.0.30424</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</ProjectGuid> 8 <ProjectGuid>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <StartupObject> 10 <StartupObject>
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" /> 164 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" />
165 </Copy> 165 </Copy>
166 <Copy Condition="Exists('$(OutputPath)$(PdbName)')" SourceFiles="$(OutputPat h)$(PdbName)" DestinationFolder="$(DeploymentDirectory)"> 166 <Copy Condition="Exists('$(OutputPath)$(PdbName)')" SourceFiles="$(OutputPat h)$(PdbName)" DestinationFolder="$(DeploymentDirectory)">
167 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" /> 167 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" />
168 </Copy> 168 </Copy>
169 <Copy Condition="Exists('$(OutputPath)$(DocFileName)')" SourceFiles="$(Outpu tPath)$(DocFileName)" DestinationFolder="$(DeploymentDirectory)"> 169 <Copy Condition="Exists('$(OutputPath)$(DocFileName)')" SourceFiles="$(Outpu tPath)$(DocFileName)" DestinationFolder="$(DeploymentDirectory)">
170 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" /> 170 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" />
171 </Copy> 171 </Copy>
172 </Target> 172 </Target>
173 </Project> 173 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698