From d882c7a0b36e578fc3b542389f793f493939fc24 Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Sun, 1 Sep 2024 20:21:19 +0100 Subject: [PATCH] Reformat project file to improve readability Replaced tabs with spaces and adjusted XML formatting in Test.csproj to enhance readability and maintain consistency. No functional changes were made to the project configuration. Signed-off-by: Ivandro Jao --- src/Test/Test.csproj | 436 +++++++++++++++++++++---------------------- 1 file changed, 218 insertions(+), 218 deletions(-) diff --git a/src/Test/Test.csproj b/src/Test/Test.csproj index 7a6902f35..79f37b94d 100644 --- a/src/Test/Test.csproj +++ b/src/Test/Test.csproj @@ -1,223 +1,223 @@  - - - Properties - Test - Debug - 512 - Library - AnyCPU - {7BE5B8E8-9469-4C7C-89D7-E8C884DEFC0E} - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Test - v4.8 - win - - - AllRules.ruleset - true - full - DEBUG;TRACE - prompt - false - bin\Debug\ - AnyCPU - 4 - false - - - AllRules.ruleset - pdbonly - TRACE - prompt - true - bin\Release\ - AnyCPU - 4 - false - - - - False - - - - - - ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll - - - ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - - - PreserveNewest - - - - - PreserveNewest - - - - - PreserveNewest - - - - - PreserveNewest - - - - - PreserveNewest - - - PreserveNewest - - - - - PreserveNewest - - - - - - - - {d6f64cd3-c3ea-4b36-b575-9b3b8a3ca13f} - LibSE - - - {511a5b59-1c35-4719-8536-23b19af9b21a} - SubtitleEdit - - - - - - - - - - + - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + Properties + Test + Debug + 512 + Library + AnyCPU + {7BE5B8E8-9469-4C7C-89D7-E8C884DEFC0E} + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Test + v4.8 + win - - - + + AllRules.ruleset + true + full + DEBUG;TRACE + prompt + false + bin\Debug\ + AnyCPU + 4 + false + + + AllRules.ruleset + pdbonly + TRACE + prompt + true + bin\Release\ + AnyCPU + 4 + false + + + + False + + + + + + ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll + + + ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + PreserveNewest + + + + + PreserveNewest + + + + + PreserveNewest + + + + + PreserveNewest + + + + + PreserveNewest + + + PreserveNewest + + + + + PreserveNewest + + + + + + + + {d6f64cd3-c3ea-4b36-b575-9b3b8a3ca13f} + LibSE + + + {511a5b59-1c35-4719-8536-23b19af9b21a} + SubtitleEdit + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file