diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2025-01-25 18:29:18 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2025-01-25 18:29:18 +0530 |
| commit | e9a36d9a3cc50105ade148e0f8a286f89ac0c4df (patch) | |
| tree | e546efe1daf970f467d3040e3818e528600bd05c /watcher.csproj | |
| download | hypr-wellbeing-e9a36d9a3cc50105ade148e0f8a286f89ac0c4df.zip hypr-wellbeing-e9a36d9a3cc50105ade148e0f8a286f89ac0c4df.tar.gz | |
chore: main logger done
Diffstat (limited to 'watcher.csproj')
| -rw-r--r-- | watcher.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/watcher.csproj b/watcher.csproj new file mode 100644 index 0000000..2150e37 --- /dev/null +++ b/watcher.csproj @@ -0,0 +1,10 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net8.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + +</Project> |
