We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c9d9d commit 6e19bcfCopy full SHA for 6e19bcf
Src/RT.Keyboard.csproj
@@ -6,6 +6,8 @@
6
<ImplicitUsings>enable</ImplicitUsings>
7
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
8
<LangVersion>latest</LangVersion>
9
+ <DebugSymbols>true</DebugSymbols>
10
+ <DebugType>embedded</DebugType>
11
12
<Authors>rstarkov;Timwi</Authors>
13
<Description>GlobalKeyboardListener and other keyboard-related utilities.</Description>
0 commit comments