OSDN Git Service

Merge branch 'feature/37178_プロジェクトとソリューションファイルの英語化' into develop
[dtxmania/dtxmania.git] / RuntimeResources / DTXCreator.exe.config
diff --git a/RuntimeResources/DTXCreator.exe.config b/RuntimeResources/DTXCreator.exe.config
new file mode 100644 (file)
index 0000000..aeb3aa8
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<configuration>
+  <startup useLegacyV2RuntimeActivationPolicy="true">
+    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
+    <supportedRuntime version="v2.0.50727"/>
+    <supportedRuntime version="v1.1.4322"/>
+    <supportedRuntime version="v1.0.3705"/>
+  </startup>
+
+  <runtime>
+    <loadFromRemoteSources enabled="true"/>
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+      <probing privatePath="dll"/>
+    </assemblyBinding>
+  </runtime>
+</configuration>
+