aboutsummaryrefslogtreecommitdiff
path: root/hypr-wellbeing.csproj
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2025-02-11 20:03:17 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2025-02-11 20:03:17 +0530
commit691c2910e82afe04e1b6a529a335ebc61a06fb0e (patch)
tree5f5a4ea3e960c7b56a0f354eb574a35d08e15491 /hypr-wellbeing.csproj
parente00ef6f72aa4d51a6ffea7cbe13f086c8fe7aa82 (diff)
downloadhypr-wellbeing-691c2910e82afe04e1b6a529a335ebc61a06fb0e.zip
hypr-wellbeing-691c2910e82afe04e1b6a529a335ebc61a06fb0e.tar.gz
chore: name change `hyprwatch` -> `hypr-wellbeing`
Diffstat (limited to 'hypr-wellbeing.csproj')
-rw-r--r--hypr-wellbeing.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/hypr-wellbeing.csproj b/hypr-wellbeing.csproj
new file mode 100644
index 0000000..e4aab94
--- /dev/null
+++ b/hypr-wellbeing.csproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ <PublishAot>true</PublishAot>
+ <IsAotCompatible>true</IsAotCompatible>
+ <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
+ </PropertyGroup>
+
+</Project>