Skip to content

Commit

Permalink
app.configを実行時フォルダに反映
Browse files Browse the repository at this point in the history
  • Loading branch information
kairera0467 committed May 20, 2018
1 parent dce4a7d commit 594f44e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 実行時フォルダ/DTXManiaGR.exe.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
<supportedRuntime version="v2.0.50727"/>
<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>
Expand Down

0 comments on commit 594f44e

Please sign in to comment.