-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.config
More file actions
31 lines (31 loc) · 1.72 KB
/
app.config
File metadata and controls
31 lines (31 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Cci.MetadataModel" publicKeyToken="736440c9b414ea16" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.65055.0" newVersion="0.0.0.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Cci.MetadataHelper" publicKeyToken="736440c9b414ea16" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.65055.0" newVersion="0.0.0.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Cci.SourceModel" publicKeyToken="736440c9b414ea16" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.65055.0" newVersion="0.0.0.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Cci.MutableMetadataModel" publicKeyToken="736440c9b414ea16" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.65055.0" newVersion="0.0.0.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Cci.PdbReader" publicKeyToken="736440c9b414ea16" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.65055.0" newVersion="0.0.0.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Cci.ILGenerator" publicKeyToken="736440c9b414ea16" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.65055.0" newVersion="0.0.0.2"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>