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.
123456789101112131415 |
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
- </startup>
- <appSettings>
- <!--0正式 1测试-->
- <add key="IsDebug" value="1" />
- <!--是否输出信息日志0否-->
- <add key="OutputVideoLog" value="0"/>
- <!--版本号-->
- <add key="VersionCode" value="1" />
- <add key="VersionName" value="1.0.1" />
- </appSettings>
- </configuration>
|