From 10c759a0239a3cdf3a944cfa93b8bfaeee1c1330 Mon Sep 17 00:00:00 2001 From: Lars Elgtvedt Susaas Date: Thu, 28 Mar 2024 09:36:12 +0100 Subject: [PATCH] Normalize line ending *.csproj (#93) * changed gitattributes to include csproj * checked in all csproj again. Just line ending changes --- .gitattributes | 1 + EDSEditorGUI/EDSEditorGUI.csproj | 212 +++++++++++++++---------------- EDSSharp/EDSSharp.csproj | 26 ++-- Tests/Tests.csproj | 44 +++---- libEDSsharp/libEDSsharp.csproj | 52 ++++---- 5 files changed, 168 insertions(+), 167 deletions(-) diff --git a/.gitattributes b/.gitattributes index 63052248..6bf80d41 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.cs text +*.csproj text diff --git a/EDSEditorGUI/EDSEditorGUI.csproj b/EDSEditorGUI/EDSEditorGUI.csproj index 9c5918cf..9f52906e 100644 --- a/EDSEditorGUI/EDSEditorGUI.csproj +++ b/EDSEditorGUI/EDSEditorGUI.csproj @@ -1,107 +1,107 @@ - - - net481 - WinExe - ODEditor - EDSEditor - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - false - true - true - true - - - Index_8287_16x.ico - - - app.manifest - - - - False - True - .\Microsoft.mshtml.dll - - - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - Component - - - UserControl - - - UserControl - - - Component - - - PreserveNewest - - - - - - - - False - Microsoft .NET Framework 4.8 %28x86 und x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - - - - PreserveNewest - - - PreserveNewest - - - Always - - - PreserveNewest - - - - - - - - - git describe --tags --long --dirty > "$(MSBuildProjectDirectory)\version.txt" || exit 0 - + + + net481 + WinExe + ODEditor + EDSEditor + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + true + false + true + true + true + + + Index_8287_16x.ico + + + app.manifest + + + + False + True + .\Microsoft.mshtml.dll + + + + + UserControl + + + UserControl + + + UserControl + + + UserControl + + + Component + + + UserControl + + + UserControl + + + Component + + + PreserveNewest + + + + + + + + False + Microsoft .NET Framework 4.8 %28x86 und x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + + PreserveNewest + + + PreserveNewest + + + Always + + + PreserveNewest + + + + + + + + + git describe --tags --long --dirty > "$(MSBuildProjectDirectory)\version.txt" || exit 0 + \ No newline at end of file diff --git a/EDSSharp/EDSSharp.csproj b/EDSSharp/EDSSharp.csproj index 66e70fc1..d7ce97e3 100644 --- a/EDSSharp/EDSSharp.csproj +++ b/EDSSharp/EDSSharp.csproj @@ -1,14 +1,14 @@ - - - net481 - Exe - false - - - - - - - - + + + net481 + Exe + false + + + + + + + + \ No newline at end of file diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index bfdc6680..5de7f6ab 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,23 +1,23 @@ - - - net481 - Library - false - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + net481 + Library + false + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + \ No newline at end of file diff --git a/libEDSsharp/libEDSsharp.csproj b/libEDSsharp/libEDSsharp.csproj index e46aeff5..4a5a9412 100644 --- a/libEDSsharp/libEDSsharp.csproj +++ b/libEDSsharp/libEDSsharp.csproj @@ -1,27 +1,27 @@ - - - net481 - Library - false - - - docs\libEDSsharp.xml - - - - True - True - Resources.resx - - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - - + + + net481 + Library + false + + + docs\libEDSsharp.xml + + + + True + True + Resources.resx + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + \ No newline at end of file