OSDN Git Service

#xxxxx 未使用ファイルの削除
[dtxmania/dtxmania.git] / DTXMania / app.config
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3         <startup useLegacyV2RuntimeActivationPolicy="true">
4     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
5     <supportedRuntime version="v2.0.50727" />
6     <supportedRuntime version="v1.1.4322" />
7     <supportedRuntime version="v1.0.3705" />
8   </startup>
9   <runtime>
10     <loadFromRemoteSources enabled="true" />
11     <generatePublisherEvidence enabled="false" />
12     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
13                   <probing privatePath="dll" />
14       <dependentAssembly>
15         <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
16         <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
17       </dependentAssembly>
18     </assemblyBinding>
19         </runtime>
20 </configuration>