mirror of
https://github.com/SCToolsfactory/SCJMapper-V2.git
synced 2024-11-10 13:10:25 +00:00
8371532108
Compiled for AnyCPU
18 lines
659 B
XML
18 lines
659 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
|
|
<configSections>
|
|
<section name="AppConfiguration"
|
|
type="SCJMapper_V2.AppConfiguration, SCJMapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
|
|
allowDefinition="Everywhere" allowExeDefinition="MachineToApplication" restartOnExternalChanges="true" />
|
|
</configSections>
|
|
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
|
</startup>
|
|
|
|
<!-- This is the minimal change that detects a movement of an axis
|
|
default is 150 - you may change it to get the detection less sensitive -->
|
|
<AppConfiguration jsSenseLimit="150" />
|
|
</configuration>
|