From 50569b93d07893821e98f161139bc903201fa454 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Sat, 25 Jan 2025 20:01:47 +0530 Subject: chore: c# project name change `watcher` -> `hyprwatch` --- hyprwatch.csproj | 13 +++++++++++++ watcher.csproj | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 hyprwatch.csproj delete mode 100644 watcher.csproj diff --git a/hyprwatch.csproj b/hyprwatch.csproj new file mode 100644 index 0000000..e230d2b --- /dev/null +++ b/hyprwatch.csproj @@ -0,0 +1,13 @@ + + + + Exe + net8.0 + enable + enable + true + true + linux-x64 + + + diff --git a/watcher.csproj b/watcher.csproj deleted file mode 100644 index e230d2b..0000000 --- a/watcher.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - Exe - net8.0 - enable - enable - true - true - linux-x64 - - - -- cgit v1.1