wip reimplementation of the voicexp

This commit is contained in:
Toastie 2025-02-06 12:54:30 +13:00
parent 5d9326b65e
commit dbc312dd9d
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
2 changed files with 61 additions and 131 deletions
src/EllieBot

View file

@ -154,7 +154,7 @@
<PropertyGroup Condition=" '$(Configuration)' == 'GlobalEllie' ">
<!-- Define trace doesn't seem to affect the build at all so I had to remove $(DefineConstants)-->
<DefineTrace>false</DefineTrace>
<DefineConstants>GLOBAL_NADEKO</DefineConstants>
<DefineConstants>GLOBAL_ELLIE</DefineConstants>
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn>
<Optimize>true</Optimize>
<DebugType>portable</DebugType>