12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="MPQFileSystemTest" GeneratedClassName="Settings">
- <Profiles />
- <Settings>
- <Setting Name="REMOTE_URLS" Type="System.Collections.Specialized.StringCollection" Scope="User">
- <Value Profile="(Default)"><?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></Value>
- </Setting>
- <Setting Name="DEFAULT_URL" Type="System.String" Scope="User">
- <Value Profile="(Default)">http://192.168.1.101/morefun/res_expantion/</Value>
- </Setting>
- <Setting Name="DEFAULT_SUFFIX" Type="System.String" Scope="User">
- <Value Profile="(Default)">updates__etc_m3z/update_version.txt</Value>
- </Setting>
- <Setting Name="REMOTE_SUFFIXS" Type="System.Collections.Specialized.StringCollection" Scope="User">
- <Value Profile="(Default)"><?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></Value>
- </Setting>
- </Settings>
- </SettingsFile>
|