VPet/VPet-Simulator.Windows/App.config

7 lines
153 B
Plaintext
Raw Normal View History

2023-07-16 23:58:09 +00:00
<?xml version="1.0" encoding="utf-8"?>
2024-02-28 14:02:28 +00:00
<configuration>
2023-02-27 12:29:40 +00:00
<appSettings>
<add key="SendKeys" value="SendInput"/>
</appSettings>
2023-07-16 23:58:09 +00:00
</configuration>