aboutsummaryrefslogtreecommitdiff
path: root/watcher.csproj
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2025-01-25 20:01:47 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2025-01-25 20:01:47 +0530
commit50569b93d07893821e98f161139bc903201fa454 (patch)
treeab42093b389d917f4785eb23b673fe92e0e12f52 /watcher.csproj
parent2ca5774c6b2f965553825ddb10088b206d2bf75a (diff)
downloadhypr-wellbeing-50569b93d07893821e98f161139bc903201fa454.zip
hypr-wellbeing-50569b93d07893821e98f161139bc903201fa454.tar.gz
chore: c# project name change `watcher` -> `hyprwatch`
Diffstat (limited to 'watcher.csproj')
-rw-r--r--watcher.csproj13
1 files changed, 0 insertions, 13 deletions
diff --git a/watcher.csproj b/watcher.csproj
deleted file mode 100644
index e230d2b..0000000
--- a/watcher.csproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <PublishSingleFile>true</PublishSingleFile>
- <SelfContained>true</SelfContained>
- <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
- </PropertyGroup>
-
-</Project>