星火直播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.

App.config 675B

1234567891011121314151617181920
  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. <!--图片压缩质量 0最差 100最佳-->
  15. <add key="ImageCompressionLevel" value="100" />
  16. <add key="userName" value="" />
  17. <add key="password" value="" />
  18. <add key="isRemind" value="" />
  19. </appSettings>
  20. </configuration>