ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/branches/linux/xmltv_parser/GBPVRProgramDatabaseFixer/app.config
Revision: 233
Committed: Sun Mar 17 06:53:55 2013 UTC (10 years, 8 months ago) by william
Original Path: trunk/GBPVRProgramDatabaseFixer/app.config
File size: 657 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 151 <?xml version="1.0"?>
2     <configuration>
3 william 233 <startup>
4     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
5     </startup>
6     <runtime>
7     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8     <dependentAssembly>
9     <assemblyIdentity name="System.Data.SQLite"
10     publicKeyToken="db937bc2d44ff139"
11     culture="neutral" />
12     <!-- Assembly versions can be redirected in application,
13     publisher policy, or machine configuration files. -->
14     <bindingRedirect oldVersion="1.0.30.1" newVersion="1.0.84.0" />
15     </dependentAssembly>
16     </assemblyBinding>
17     </runtime>
18     </configuration>