tijian_jichuang/文档/EAS/EAS.Configure.exe.config
2025-02-20 11:57:51 +08:00

11 lines
314 B
XML

<?xml version="1.0"?>
<configuration>
<runtime>
<!-- WARNING: will load assemblies from remote locations as fully trusted! -->
<loadFromRemoteSources enabled="true" />
</runtime>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
</configuration>