forked from msgpack/msgpack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sync.json
144 lines (143 loc) · 11.3 KB
/
Sync.json
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[
{
"name": "MsgPack.Uwp",
"globs": [
{"type": "include", "path": "../CommonAssemblyInfo.cs"},
{"type": "include", "path": "../MsgPack/**/*.cs"},
{"type": "remove", "path": "../MsgPack/Properties/**/*.cs"},
{"type": "remove", "path": "../MsgPack/obj/**/*.cs"},
{"type": "include", "path": "**/*.cs"},
{"type": "remove", "path": "obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/AbstractSerializers/**/*.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/CodeDomSerializers/**/*.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/EmittingSerializers/**/*.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/ExpressionSerializers/**/*.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/Metadata/**/*.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/Reflection/TracingILGenerator.*"},
{"type": "remove", "path": "../MsgPack/Serialization/CallbackEnumMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/CallbackMessagePackSerializer`1.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/CodeGenerationSink.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DependentAssemblyManager.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializerNameResolver.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/FromExpression.*"},
{"type": "remove", "path": "../MsgPack/Serialization/IndividualFileCodeGenerationSink.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/ISerializerGeneratorConfiguration.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/ReflectionExtensions.ConstructorDelegate.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/SerializerAssemblyGenerationConfiguration.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/SerializerCodeInformation.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/SerializerCodeGenerationConfiguration.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/SerializerCodeGenerationContext.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/SerializerCodeGenerationResult.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/SerializerGenerator.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/TeeTextWriter.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/SingleTextWriterCodeGenerationSink.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/Tracer.cs"},
{"type": "remove", "path": "../MsgPack/Contract.cs"},
{"type": "remove", "path": "../MsgPack/Delegates.cs"},
{"type": "remove", "path": "../MsgPack/MPContract.cs"},
{"type": "remove", "path": "../MsgPack/NetFxCompatibilities.cs"},
{"type": "remove", "path": "../MsgPack/Tuple`n.cs"},
{"type": "remove", "path": "../MsgPack/UnsafeNativeMethods.cs"},
{"type": "remove", "path": "../MsgPack/Volatile.cs"},
{"type": "remove", "path": "../MsgPack/Validation.cs"}
]
},
{
"name": "MsgPack.Unity.Full",
"base": "MsgPack.Uwp",
"globs": [
{"type": "include", "path": "../MsgPack/Serialization/Tracer.cs"},
{"type": "include", "path": "../MsgPack/MPContract.cs"},
{"type": "include", "path": "../MsgPack/Volatile.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/CollectionSerializerBase`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/DictionarySerializerBase`3.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/ReadOnlyCollectionMessagePackSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/ReadOnlyDictionaryMessagePackSerializer`3.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyCollectionMessagePackSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyDictionaryMessagePackSerializer`3.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FileTimeMessagePackSerializerProvider.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FSharpCollectionSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FSharpMapSerializer`3.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableCollectionSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableDictionarySerializer`3.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableStackSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/NativeFileTimeMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Numerics_ComplexMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/TimestampFileTimeMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/UnixEpocFileTimeMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/ReflectionSerializers/ReflectionTupleMessagePackSerializer`1.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/ReflectionExtensions.ConstructorDelegate.cs"},
{"type": "remove", "path": "../MsgPack/BufferedStream.cs"},
{"type": "remove", "path": "../MsgPack/NetStandardCompatibility.cs"},
{"type": "remove", "path": "../MsgPack/TaskAugument.cs"},
{"type": "remove", "path": "../MsgPack/UnsafeNativeMethods.cs"},
{"type": "remove", "path": "../MsgPack/Validation.cs"}
]
},
{
"name": "MsgPack.Unity",
"base": "MsgPack.Unity.Full",
"globs": [
{"type": "include", "path": "../MsgPack.Unity.Full/**/*.cs"},
{"type": "remove", "path": "../MsgPack.Unity.Full/Properties/**/*.cs"},
{"type": "remove", "path": "../MsgPack.Unity.Full/obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Queue_1MessagePackSerializer`1.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Stack_1MessagePackSerializer`1.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_UriMessagePackSerializer.cs"}
]
},
{
"name": "MsgPack.Silverlight.5",
"base": "MsgPack.Uwp",
"globs": [
{"type": "include", "path": "../MsgPack/UnsafeNativeMethods.cs"},
{"type": "include", "path": "../MsgPack/Volatile.cs"},
{"type": "include", "path": "../MsgPack/Serialization/Metadata/_MessagePackSerializer.cs"},
{"type": "include", "path": "../MsgPack/Serialization/Metadata/_SerializationContext.cs"},
{"type": "include", "path": "../MsgPack/Serialization/Reflection/TracingILGenerator*.cs"},
{"type": "include", "path": "../MsgPack/Serialization/ReflectionExtensions.ConstructorDelegate.cs"},
{"type": "include", "path": "../MsgPack/Serialization/FromExpression*.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/ReadOnlyCollectionMessagePackSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/ReadOnlyDictionaryMessagePackSerializer`3.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyCollectionMessagePackSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyDictionaryMessagePackSerializer`3.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FileTimeMessagePackSerializerProvider.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FSharpCollectionSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FSharpMapSerializer`3.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableCollectionSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableDictionarySerializer`3.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableStackSerializer`2.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/NativeFileTimeMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_QueueMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_StackMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/TimestampFileTimeMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/UnixEpocFileTimeMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/BufferedStream.cs"},
{"type": "remove", "path": "../MsgPack/NetStandardCompatibility.cs"},
{"type": "remove", "path": "../MsgPack/TaskAugument.cs"}
]
},
{
"name": "MsgPack.Silverlight.WindowsPhone",
"base": "MsgPack.Uwp",
"globs": [
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_QueueMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_StackMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Numerics_ComplexMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs"},
{"type": "remove", "path": "../MsgPack/Serialization/Reflection/ReflectionHelpers.cs"},
{"type": "remove", "path": "../MsgPack/BufferedStream.cs"},
{"type": "remove", "path": "../MsgPack/NetStandardCompatibility.cs"},
{"type": "remove", "path": "../MsgPack/TaskAugument.cs"}
]
}
]