app.config update to reflect .Net updates

master v2.50beta
bm98 3 years ago
parent 6afbb416d6
commit 42f61bface

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<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.5.2" />
</startup>
<!-- This is the minimal change that detects a movement of an axis (Joystick, Gamepad, Mouse)
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) -->
<AppConfiguration jsSenseLimit="150" gpSenseLimit="500" msSenseLimit="150" culture="" />
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="SharpDX" publicKeyToken="b4dcf0f35e5521f1" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.6.3.0" newVersion="2.6.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

@ -389,7 +389,6 @@
<EmbeddedResource Include="Devices\Gamepad\UC_GpadPanel.resx">
<DependentUpon>UC_GpadPanel.cs</DependentUpon>
</EmbeddedResource>
<None Include="AApp\app.config" />
<EmbeddedResource Include="AApp\app.manifest">
<SubType>Designer</SubType>
</EmbeddedResource>

@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section type="SCJMapper_V2.AppConfiguration, SCJMapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="AppConfiguration" allowDefinition="Everywhere" allowLocation="true" />
</configSections>
<!-- 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" gpSenseLimit="500" culture="" />
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>

Loading…
Cancel
Save