aboutsummaryrefslogtreecommitdiff
path: root/hyprwatch.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'hyprwatch.csproj')
-rw-r--r--hyprwatch.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/hyprwatch.csproj b/hyprwatch.csproj
new file mode 100644
index 0000000..e230d2b
--- /dev/null
+++ b/hyprwatch.csproj
@@ -0,0 +1,13 @@
+<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>