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. --- msvc/build-install.vcxproj | 300 ++++++++++++++++++++++----------------------- 1 file changed, 150 insertions(+), 150 deletions(-) (limited to 'msvc/build-install.vcxproj') diff --git a/msvc/build-install.vcxproj b/msvc/build-install.vcxproj index a50201f207b..3482ba33010 100644 --- a/msvc/build-install.vcxproj +++ b/msvc/build-install.vcxproj @@ -1,151 +1,151 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {A9DC644B-9171-4FCD-BF21-2CC6D055FC40} - buildinstall - 8.1 - - - - Utility - true - v140 - MultiByte - - - Utility - false - v140 - true - MultiByte - - - Utility - true - v140 - MultiByte - - - Utility - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - $(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\ - $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\ - - - $(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\ - $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\ - - - $(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\ - $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\ - - - $(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\ - $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\ - - - - Level3 - Disabled - true - - - .\install.bat $(Platform) $(Configuration) "$(MONO_BUILD_DIR_PREFIX)" "$(MONO_INSTALL_DIR_PREFIX)" -q - - - - - Level3 - Disabled - true - - - .\install.bat $(Platform) $(Configuration) "$(MONO_BUILD_DIR_PREFIX)" "$(MONO_INSTALL_DIR_PREFIX)" -q - - - - - Level3 - MaxSpeed - true - true - true - - - true - true - - - .\install.bat $(Platform) $(Configuration) "$(MONO_BUILD_DIR_PREFIX)" "$(MONO_INSTALL_DIR_PREFIX)" -q - - - - - Level3 - MaxSpeed - true - true - true - - - true - true - - - .\install.bat $(Platform) $(Configuration) "$(MONO_BUILD_DIR_PREFIX)" "$(MONO_INSTALL_DIR_PREFIX)" -q - - - - - {b6e563b8-7f57-4f7f-9439-f2405d4e2522} - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {A9DC644B-9171-4FCD-BF21-2CC6D055FC40} + buildinstall + 8.1 + + + + Utility + true + v140 + MultiByte + + + Utility + false + v140 + true + MultiByte + + + Utility + true + v140 + MultiByte + + + Utility + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + $(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\ + $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\ + + + $(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\ + $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\ + + + $(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\ + $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\ + + + $(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\ + $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\ + + + + Level3 + Disabled + true + + + .\install.bat $(Platform) $(Configuration) "$(MONO_BUILD_DIR_PREFIX)" "$(MONO_INSTALL_DIR_PREFIX)" -q + + + + + Level3 + Disabled + true + + + .\install.bat $(Platform) $(Configuration) "$(MONO_BUILD_DIR_PREFIX)" "$(MONO_INSTALL_DIR_PREFIX)" -q + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + .\install.bat $(Platform) $(Configuration) "$(MONO_BUILD_DIR_PREFIX)" "$(MONO_INSTALL_DIR_PREFIX)" -q + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + .\install.bat $(Platform) $(Configuration) "$(MONO_BUILD_DIR_PREFIX)" "$(MONO_INSTALL_DIR_PREFIX)" -q + + + + + {b6e563b8-7f57-4f7f-9439-f2405d4e2522} + + + + + \ No newline at end of file -- cgit v1.2.3