2018-03-11 17:07:48 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-04-06 14:22:27 +00:00
|
|
|
<configuration>
|
2019-01-12 22:51:48 +01:00
|
|
|
<configSections>
|
|
|
|
|
</configSections>
|
2010-04-06 14:22:27 +00:00
|
|
|
<connectionStrings>
|
2018-03-11 17:07:48 -04:00
|
|
|
<add name="CUEPlayer.Properties.Settings.CUEPlayerConnectionString" connectionString="Data Source=|DataDirectory|\CUEPlayer.sdf" providerName="Microsoft.SqlServerCe.Client.3.5"/>
|
2010-04-06 14:22:27 +00:00
|
|
|
</connectionStrings>
|
2010-04-16 04:30:51 +00:00
|
|
|
<runtime>
|
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
|
<probing privatePath="plugins (x64)"/>
|
|
|
|
|
</assemblyBinding>
|
|
|
|
|
</runtime>
|
2019-01-12 22:51:48 +01:00
|
|
|
<startup>
|
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
|
|
|
|
|
</startup>
|
|
|
|
|
</configuration>
|