Initial commit — FuckCapsLock v1

This commit is contained in:
2026-06-30 16:58:13 -07:00
commit b6cb6e0969
13 changed files with 2104 additions and 0 deletions

12
fuckcapslock.csproj Normal file
View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<EnableWindowsTargeting>True</EnableWindowsTargeting>
</PropertyGroup>
</Project>