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. --- mcs/class/Mono.C5/Mono.C5.csproj | 194 +++++++++++++++++++-------------------- 1 file changed, 97 insertions(+), 97 deletions(-) (limited to 'mcs/class/Mono.C5') diff --git a/mcs/class/Mono.C5/Mono.C5.csproj b/mcs/class/Mono.C5/Mono.C5.csproj index b8ce65c113e..753849f273a 100644 --- a/mcs/class/Mono.C5/Mono.C5.csproj +++ b/mcs/class/Mono.C5/Mono.C5.csproj @@ -1,98 +1,98 @@ - - - - - Debug - net_4_x - {A9F5A575-3725-4691-A7A6-0ABDEA3994CE} - Library - 1699,169,219,414,1030,3001,3005,3006 - latest - win32 - macos - linux - false - True - True - Mono.C5 - v4.6.2 - true - c5.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 - - - - true - full - false - - TRACE;$(DefineConstants) - - - pdbonly - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ResolveReferences - + + + + + Debug + net_4_x + {A9F5A575-3725-4691-A7A6-0ABDEA3994CE} + Library + 1699,169,219,414,1030,3001,3005,3006 + latest + win32 + macos + linux + false + True + True + Mono.C5 + v4.6.2 + true + c5.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 + + + + true + full + false + + TRACE;$(DefineConstants) + + + pdbonly + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ResolveReferences + \ No newline at end of file -- cgit v1.2.3