1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <configuration >
3
- <configSections >
4
- <sectionGroup name =" userSettings" type =" System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5
- <section name =" Samples.Properties.Settings" type =" System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition =" MachineToLocalUser" requirePermission =" false" />
6
- </sectionGroup >
7
- </configSections >
8
- <startup >
9
- <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.5" />
10
- </startup >
11
- <userSettings >
12
- <Samples .Properties.Settings>
13
- <setting name =" SharedMode" serializeAs =" String" >
14
- <value >True</value >
15
- </setting >
16
- </Samples .Properties.Settings>
17
- </userSettings >
18
- <runtime >
19
- <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
20
- <dependentAssembly >
21
- <assemblyIdentity name =" OxyPlot" publicKeyToken =" 638079a8f0bd61e9" culture =" neutral" />
22
- <bindingRedirect oldVersion =" 0.0.0.0-2014.1.546.0" newVersion =" 2014.1.546.0" />
23
- </dependentAssembly >
24
- <dependentAssembly >
25
- <assemblyIdentity name =" Jint" publicKeyToken =" 2e92ba9c8d81157f" culture =" neutral" />
26
- <bindingRedirect oldVersion =" 0.0.0.0-2.7.1.0" newVersion =" 2.7.1.0" />
27
- </dependentAssembly >
28
- <dependentAssembly >
29
- <assemblyIdentity name =" AngleSharp" publicKeyToken =" e83494dcdc6d31ea" culture =" neutral" />
30
- <bindingRedirect oldVersion =" 0.0.0.0-0.9.9.0" newVersion =" 0.9.9.0" />
31
- </dependentAssembly >
32
- <dependentAssembly >
33
- <assemblyIdentity name =" System.Windows.Interactivity" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
34
- <bindingRedirect oldVersion =" 0.0.0.0-4.5.0.0" newVersion =" 4.5.0.0" />
35
- </dependentAssembly >
36
- </assemblyBinding >
37
- </runtime >
38
- </configuration >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <configSections >
4
+ <sectionGroup name =" userSettings" type =" System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5
+ <section name =" Samples.Properties.Settings" type =" System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition =" MachineToLocalUser" requirePermission =" false" />
6
+ </sectionGroup >
7
+ </configSections >
8
+ <startup >
9
+ <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6.1" />
10
+ </startup >
11
+ <userSettings >
12
+ <Samples .Properties.Settings>
13
+ <setting name =" SharedMode" serializeAs =" String" >
14
+ <value >True</value >
15
+ </setting >
16
+ </Samples .Properties.Settings>
17
+ </userSettings >
18
+ <runtime >
19
+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
20
+ <dependentAssembly >
21
+ <assemblyIdentity name =" OxyPlot" publicKeyToken =" 638079a8f0bd61e9" culture =" neutral" />
22
+ <bindingRedirect oldVersion =" 0.0.0.0-2014.1.546.0" newVersion =" 2014.1.546.0" />
23
+ </dependentAssembly >
24
+ <dependentAssembly >
25
+ <assemblyIdentity name =" Jint" publicKeyToken =" 2e92ba9c8d81157f" culture =" neutral" />
26
+ <bindingRedirect oldVersion =" 0.0.0.0-2.7.1.0" newVersion =" 2.7.1.0" />
27
+ </dependentAssembly >
28
+ <dependentAssembly >
29
+ <assemblyIdentity name =" AngleSharp" publicKeyToken =" e83494dcdc6d31ea" culture =" neutral" />
30
+ <bindingRedirect oldVersion =" 0.0.0.0-0.9.9.0" newVersion =" 0.9.9.0" />
31
+ </dependentAssembly >
32
+ <dependentAssembly >
33
+ <assemblyIdentity name =" System.Windows.Interactivity" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
34
+ <bindingRedirect oldVersion =" 0.0.0.0-4.5.0.0" newVersion =" 4.5.0.0" />
35
+ </dependentAssembly >
36
+ <dependentAssembly >
37
+ <assemblyIdentity name =" System.Text.Encoding.CodePages" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
38
+ <bindingRedirect oldVersion =" 0.0.0.0-4.1.1.0" newVersion =" 4.1.1.0" />
39
+ </dependentAssembly >
40
+ </assemblyBinding >
41
+ </runtime >
42
+ </configuration >
0 commit comments