星火直播PC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
123456789101112131415
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <startup>
  4. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
  5. </startup>
  6. <appSettings>
  7. <!--0正式 1测试-->
  8. <add key="IsDebug" value="1" />
  9. <!--是否输出信息日志0否-->
  10. <add key="OutputVideoLog" value="0"/>
  11. <!--版本号-->
  12. <add key="VersionCode" value="1" />
  13. <add key="VersionName" value="1.0.1" />
  14. </appSettings>
  15. </configuration>