From daa7fadaa442ce7ddae5a61d5939aab25670625e Mon Sep 17 00:00:00 2001 From: Justin Thomas Berger <19935354+JustinBerger@users.noreply.github.com> Date: Sat, 12 Aug 2023 14:54:10 -0700 Subject: [PATCH] Update to .net 4.8 --- .gitignore | 3 +- Combine Old Files/Combine Old Files.csproj | 12 ++- Combine Old Files/app.config | 3 + TaskTimer/Properties/Resources.Designer.cs | 114 ++++++++++----------- TaskTimer/Properties/Settings.Designer.cs | 36 +++---- TaskTimer/TaskTimer.csproj | 11 +- TaskTimer/app.config | 3 + 7 files changed, 94 insertions(+), 88 deletions(-) create mode 100644 Combine Old Files/app.config create mode 100644 TaskTimer/app.config diff --git a/.gitignore b/.gitignore index 176c449..f848412 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ obj/ _ReSharper*/ [Tt]est[Rr]esult* *.vssscc -$tf*/ \ No newline at end of file +$tf*/ +.vs/ diff --git a/Combine Old Files/Combine Old Files.csproj b/Combine Old Files/Combine Old Files.csproj index 15bd62e..d5c791c 100644 --- a/Combine Old Files/Combine Old Files.csproj +++ b/Combine Old Files/Combine Old Files.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,8 +10,9 @@ Properties Combine_Old_Files Combine Old Files - v4.0 - Client + v4.8 + + 512 @@ -23,6 +24,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -32,6 +34,7 @@ TRACE prompt 4 + false @@ -47,6 +50,9 @@ + + +