2023-08-06 13:46:36 -06:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-02-24 23:46:00 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="NHotkey.Wpf" Version="3.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-08-06 21:51:04 -06:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\FocusVolumeControl\FocusVolumeControl.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-08-06 13:46:36 -06:00
|
|
|
|
</Project>
|