少年修仙传客户端基础资源
hch
2024-05-11 eccde9043d770a64d9181c69393d3ff7c20e21bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<linker>
    <!-- Don't reference anything other than System in this file -->
    <!-- Only reference types exclusively needed for net45 -->
    <assembly fullname="System">
        <type fullname="System.IOAsyncResult" preserve="fields"/>
        <type fullname="System.IOSelectorJob" preserve="fields"/>
        <type fullname="System.Net.Configuration.NetSectionGroup" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.SettingsSection" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.ConnectionManagementSection" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.DefaultProxySection" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.WebRequestModulesSection" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.WebRequestModuleElementCollection" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.BypassElementCollection" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.PerformanceCountersElement" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.ServicePointManagerElement" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.ConnectionManagementElementCollection" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.SocketElement" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.ProxyElement" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.WebProxyScriptElement" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.Ipv6Element" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Net.Configuration.HttpWebRequestElement" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.Uri" preserve="nothing">
            <method signature="System.Void .ctor(System.String)"/> <!-- Used by UriMarshalInfoWriter -->
        </type>
        <type fullname="System.UriTypeConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.EnumConverter" preserve="fields">
            <method signature="System.Void .ctor(System.Type)"/>
        </type>
        <type fullname="System.ComponentModel.TypeConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.StringConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.BooleanConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.Int64Converter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.Int32Converter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.Int16Converter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.ArrayConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.CollectionConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.DecimalConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.SingleConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.DoubleConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
        <type fullname="System.ComponentModel.TimeSpanConverter" preserve="fields">
            <method signature="System.Void .ctor()"/>
        </type>
    </assembly>
</linker>