diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2025-11-10 15:30:15 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2025-11-10 15:30:15 +0530 |
| commit | 80ba776bfae57f2622caa0ecf8a5eb3821ab08b0 (patch) | |
| tree | d769b644d47c4e19126c4b1b26dd7d14fed90987 /hypr-wellbeing-windows.csproj | |
| parent | a98522b15e3819a5172a8a97b2057cb7c0c1196f (diff) | |
| download | hypr-wellbeing-80ba776bfae57f2622caa0ecf8a5eb3821ab08b0.zip hypr-wellbeing-80ba776bfae57f2622caa0ecf8a5eb3821ab08b0.tar.gz | |
chore: widnows support added
Diffstat (limited to 'hypr-wellbeing-windows.csproj')
| -rw-r--r-- | hypr-wellbeing-windows.csproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/hypr-wellbeing-windows.csproj b/hypr-wellbeing-windows.csproj new file mode 100644 index 0000000..dba4017 --- /dev/null +++ b/hypr-wellbeing-windows.csproj @@ -0,0 +1,17 @@ +<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>win-x64</RuntimeIdentifier> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Newtonsoft.json" Version="13.0.4" /> + </ItemGroup> + +</Project> |
