OSDN Git Service

#32135 #36901 ネームプレートの難易度表示用の数字をシステムのフォント描画からテクスチャでの表示に変更。
[dtxmaniaxg-verk/dtxmaniaxg-verk-git.git] / DTXCreatorプロジェクト / app.config
1 <?xml version="1.0"?>
2 <configuration>
3   <startup useLegacyV2RuntimeActivationPolicy="true">
4     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
5     <supportedRuntime version="v2.0.50727"/>
6     <supportedRuntime version="v1.1.4322"/>
7     <supportedRuntime version="v1.0.3705"/>
8   </startup>
9
10   <runtime>
11     <loadFromRemoteSources enabled="true"/>
12     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
13       <probing privatePath="dll"/>
14       <dependentAssembly>
15         <assemblyIdentity name="SlimDX"
16                           version="1002.0.10.43"
17                           publicKeyToken="53d0e4ef1f1579f5"
18                           culture="neutral" />
19         <codeBase version="1002.0.10.43"
20           href="dll\SlimDXc_net20x86_Jun2010.dll"/>
21       </dependentAssembly>
22     </assemblyBinding>
23   </runtime>
24 </configuration>
25