123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.1022
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace MPQFileSystemTest {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
- <ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
- <string>http://192.168.1.101/morefun/res_400/</string>
- <string>http://192.168.1.101/morefun/res_app_expantion/</string>
- <string>http://192.168.1.101/morefun/res_app_gong/</string>
- <string>http://192.168.1.101/morefun/res_banshu_gong/</string>
- <string>http://192.168.1.101/morefun/res_expantion/</string>
- <string>http://192.168.1.101/morefun/res_fenduan/</string>
- <string>http://192.168.1.101/morefun/res_gong/</string>
- <string>http://192.168.1.101/morefun/res_japanese_gong/</string>
- <string>http://192.168.1.101/morefun/res_korean_gong/</string>
- <string>http://192.168.1.101/taiwan/res_expantion/</string>
- <string>http://192.168.1.101/taiwan/res_gong/</string>
- <string>http://192.168.1.101/taiwan/res_international_gong/</string>
- </ArrayOfString>")]
- public global::System.Collections.Specialized.StringCollection REMOTE_URLS {
- get {
- return ((global::System.Collections.Specialized.StringCollection)(this["REMOTE_URLS"]));
- }
- set {
- this["REMOTE_URLS"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://192.168.1.101/morefun/res_expantion/")]
- public string DEFAULT_URL {
- get {
- return ((string)(this["DEFAULT_URL"]));
- }
- set {
- this["DEFAULT_URL"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("updates__etc_m3z/update_version.txt")]
- public string DEFAULT_SUFFIX {
- get {
- return ((string)(this["DEFAULT_SUFFIX"]));
- }
- set {
- this["DEFAULT_SUFFIX"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
- <ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
- <string>updates__pvr_m3z/update_version.txt</string>
- <string>updates__etc_m3z/update_version.txt</string>
- <string>updates__etc_m3z_tiny/update_version.txt</string>
- </ArrayOfString>")]
- public global::System.Collections.Specialized.StringCollection REMOTE_SUFFIXS {
- get {
- return ((global::System.Collections.Specialized.StringCollection)(this["REMOTE_SUFFIXS"]));
- }
- set {
- this["REMOTE_SUFFIXS"] = value;
- }
- }
- }
- }
|