2016-05-27 15:13:24 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-06-22 12:31:57 +00:00
|
|
|
<configuration>
|
2014-07-02 23:09:52 +00:00
|
|
|
|
|
|
|
<configSections>
|
2016-05-27 15:13:24 +00:00
|
|
|
<section name="AppConfiguration" type="SCJMapper_V2.AppConfiguration, SCJMapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowDefinition="Everywhere" allowExeDefinition="MachineToApplication" restartOnExternalChanges="true"/>
|
2014-07-02 23:09:52 +00:00
|
|
|
</configSections>
|
|
|
|
|
|
|
|
<startup>
|
2016-05-27 15:13:24 +00:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
|
2014-07-02 23:09:52 +00:00
|
|
|
</startup>
|
|
|
|
|
2015-12-22 00:47:23 +00:00
|
|
|
<!-- This is the minimal change that detects a movement of an axis (Joystick, Gamepad, Mouse)
|
2018-01-05 19:52:24 +00:00
|
|
|
default are 150,500,150 - you may change it to get the detection less sensitive
|
|
|
|
enter a locale for culture e.g. en to use the english texts (en, de or fr are supported) -->
|
2018-01-05 00:54:14 +00:00
|
|
|
<AppConfiguration jsSenseLimit="150" gpSenseLimit="500" msSenseLimit="150" culture=""/>
|
2014-11-16 23:36:17 +00:00
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
2016-05-27 15:13:24 +00:00
|
|
|
<assemblyIdentity name="SharpDX" publicKeyToken="b4dcf0f35e5521f1" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-2.6.3.0" newVersion="2.6.3.0"/>
|
2014-11-16 23:36:17 +00:00
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2014-06-28 20:31:31 +00:00
|
|
|
</configuration>
|