72 lines
2.6 KiB
XML
Executable File
72 lines
2.6 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="MainWindow" type="Rockstar.MoVE.Components.MainWindow.MainWindowConfigurationSection, Rockstar.MoVE.Components, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<section name="Rage.Move.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
|
</sectionGroup>
|
|
</configSections>
|
|
<MainWindow Width="960" Height="768" />
|
|
<userSettings>
|
|
<Rage.Move.Properties.Settings>
|
|
<setting name="Height" serializeAs="String">
|
|
<value>768</value>
|
|
</setting>
|
|
<setting name="Width" serializeAs="String">
|
|
<value>960</value>
|
|
</setting>
|
|
</Rage.Move.Properties.Settings>
|
|
</userSettings>
|
|
|
|
<!--Uncomment to enable network trace data
|
|
<system.diagnostics>
|
|
<sources>
|
|
<source name="System.Net" tracemode="includehex" maxdatasize="1024">
|
|
<listeners>
|
|
<add name="System.Net"/>
|
|
</listeners>
|
|
</source>
|
|
<source name="System.Net.Sockets">
|
|
<listeners>
|
|
<add name="System.Net"/>
|
|
</listeners>
|
|
</source>
|
|
</sources>
|
|
<switches>
|
|
<add name="System.Net" value="Verbose"/>
|
|
<add name="System.Net.Sockets" value="Verbose"/>
|
|
</switches>
|
|
<sharedListeners>
|
|
<add name="System.Net"
|
|
type="System.Diagnostics.TextWriterTraceListener"
|
|
initializeData="network.log"/>
|
|
</sharedListeners>
|
|
|
|
<trace autoflush="true"/>
|
|
</system.diagnostics>
|
|
-->
|
|
|
|
<!-- Uncomment to enable binding trace data
|
|
|
|
|
|
<system.diagnostics>
|
|
<sources>
|
|
<source name="System.Windows.Data" switchName="SourceSwitch">
|
|
<listeners>
|
|
<add name="textListener"/>
|
|
</listeners>
|
|
</source>
|
|
</sources>
|
|
<switches>
|
|
<add name="SourceSwitch" value="All"/>
|
|
</switches>
|
|
<sharedListeners>
|
|
<add name="textListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="binding.log"></add>
|
|
</sharedListeners>
|
|
|
|
<trace autoflush="true" indentsize="4"/>
|
|
</system.diagnostics>
|
|
-->
|
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|