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: 282
Committed: Wed Jul 29 19:09:14 2015 UTC (8 years, 1 month ago) by william
File size: 713 byte(s)
Log Message:

File Contents

# Content
1 <?xml version="1.0"?>
2 <configuration>
3 <startup useLegacyV2RuntimeActivationPolicy="true">
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>