Try add forms for settings

This commit is contained in:
2025-08-31 20:08:31 +02:00
parent bad2313c18
commit baeadba638
6 changed files with 417 additions and 5 deletions

View File

@@ -56,6 +56,9 @@
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="SettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HotKeyManager.cs" />
<Compile Include="KeyboardHook.cs" />
<Compile Include="Program.cs" />
@@ -84,6 +87,9 @@
</ItemGroup>
<ItemGroup>
<Content Include="beep.wav" />
<Content Include="app.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>