From b31a445e85523a9a41b0975203f7ccd1d6f185a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 5 Mar 2019 21:51:35 +0100 Subject: [gitattributes] Do CRLF normalization on sln/proj files They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono. --- .../System.Data.Services.csproj | 302 ++++++++++----------- 1 file changed, 151 insertions(+), 151 deletions(-) (limited to 'mcs/class/System.Data.Services') diff --git a/mcs/class/System.Data.Services/System.Data.Services.csproj b/mcs/class/System.Data.Services/System.Data.Services.csproj index e86d9dd6785..c144642bb5d 100644 --- a/mcs/class/System.Data.Services/System.Data.Services.csproj +++ b/mcs/class/System.Data.Services/System.Data.Services.csproj @@ -1,152 +1,152 @@ - - - - - Debug - net_4_x - {DB8E657B-E9FE-49E5-AD23-B8144673863F} - Library - 1699 - latest - win32 - macos - linux - false - True - True - System.Data.Services - v4.6.2 - true - ../ecma.pub - - - - false - - - ./../../class/lib/net_4_x-$(HostPlatform) - ./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform) - NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;NET_3_5 - - - - true - full - false - - TRACE;$(DefineConstants) - - - pdbonly - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - genconsts - {702AE2C0-71DD-4112-9A06-E4FABCA59986} - false - Never - false - - - - - - - - - - - - - - - - - - - ResolveReferences - + + + + + Debug + net_4_x + {DB8E657B-E9FE-49E5-AD23-B8144673863F} + Library + 1699 + latest + win32 + macos + linux + false + True + True + System.Data.Services + v4.6.2 + true + ../ecma.pub + + + + false + + + ./../../class/lib/net_4_x-$(HostPlatform) + ./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform) + NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;NET_3_5 + + + + true + full + false + + TRACE;$(DefineConstants) + + + pdbonly + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + genconsts + {702AE2C0-71DD-4112-9A06-E4FABCA59986} + false + Never + false + + + + + + + + + + + + + + + + + + + ResolveReferences + \ No newline at end of file -- cgit v1.2.3