Initial Commit
This commit is contained in:
65
RapierHD_Control/app.config
Normal file
65
RapierHD_Control/app.config
Normal file
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="MAV_Rapier_HDIP.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
<system.serviceModel>
|
||||
<bindings>
|
||||
<customBinding>
|
||||
<binding name="DeviceBinding">
|
||||
<textMessageEncoding messageVersion="Soap12" />
|
||||
<httpTransport />
|
||||
</binding>
|
||||
<binding name="DeviceBinding1">
|
||||
<textMessageEncoding messageVersion="Soap12" />
|
||||
<httpTransport />
|
||||
</binding>
|
||||
<binding name="DeviceBinding2">
|
||||
<textMessageEncoding messageVersion="Soap12" />
|
||||
<httpTransport />
|
||||
</binding>
|
||||
<binding name="MediaBinding">
|
||||
<textMessageEncoding messageVersion="Soap12" />
|
||||
<httpTransport />
|
||||
</binding>
|
||||
<binding name="MediaBinding2">
|
||||
<textMessageEncoding messageVersion="Soap12" />
|
||||
<httpTransport />
|
||||
</binding>
|
||||
</customBinding>
|
||||
</bindings>
|
||||
</system.serviceModel>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Google.Apis" publicKeyToken="4b01fa6e34db77ab" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.62.1.0" newVersion="1.62.1.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Google.Apis.Core" publicKeyToken="4b01fa6e34db77ab" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.64.0.0" newVersion="1.64.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<userSettings>
|
||||
<MAV_Rapier_HDIP.Properties.Settings>
|
||||
<setting name="FirstRun" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</MAV_Rapier_HDIP.Properties.Settings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user