From ef9443b016ed3a85361ef98bfa9298443b81b485 Mon Sep 17 00:00:00 2001 From: BenjaminS <97973081+benjisho@users.noreply.github.com> Date: Wed, 31 May 2023 03:45:56 +0300 Subject: [PATCH] Added comments to Greenshot.Plugin.Win10.csproj Added comments to describe each section of the project file. This helps other developers understand why certain files are included or why certain package references are needed. ``` ``` --- src/Greenshot.Plugin.Win10/Greenshot.Plugin.Win10.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Greenshot.Plugin.Win10/Greenshot.Plugin.Win10.csproj b/src/Greenshot.Plugin.Win10/Greenshot.Plugin.Win10.csproj index c1c1729e0..b2e20258c 100644 --- a/src/Greenshot.Plugin.Win10/Greenshot.Plugin.Win10.csproj +++ b/src/Greenshot.Plugin.Win10/Greenshot.Plugin.Win10.csproj @@ -1,13 +1,18 @@  + + PreserveNewest + + +