Skip to content

Commit 400f6a8

Browse files
committed
Cleanup source tree with new syncproject tool.
1 parent 904e83f commit 400f6a8

40 files changed

Lines changed: 613 additions & 2993 deletions

File tree

Sync.Test.json

Lines changed: 51 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,34 @@
44
"base": "MsgPack.UnitTest",
55
"globs": [
66
{"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"},
7-
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"}
7+
{"type": "remove", "path": "../MsgPack.UnitTest/Properties/**/*.cs"},
8+
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
9+
{"type": "include", "path": "**/*.cs"},
10+
{"type": "remove", "path": "obj/**/*.cs"}
811
]
912
},
1013
{
1114
"name": "MsgPack.UnitTest.BclExtensions.Mono",
1215
"base": "MsgPack.UnitTest.BclExtensions",
1316
"globs": [
1417
{"type": "include", "path": "../MsgPack.UnitTest.BclExtensions/**/*.cs"},
15-
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"}
18+
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Properties/**/*.cs"},
19+
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"},
20+
{"type": "include", "path": "**/*.cs"},
21+
{"type": "remove", "path": "obj/**/*.cs"},
22+
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
23+
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"}
1624
]
1725
},
1826
{
1927
"name": "MsgPack.UnitTest.Silverlight.5",
2028
"base": "MsgPack.UnitTest",
2129
"globs": [
2230
{"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"},
31+
{"type": "remove", "path": "../MsgPack.UnitTest/Properties/**/*.cs"},
2332
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
33+
{"type": "include", "path": "**/*.cs"},
34+
{"type": "remove", "path": "obj/**/*.cs"},
2435
{"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"},
2536
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*"},
2637
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"},
@@ -38,27 +49,36 @@
3849
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
3950
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
4051
{"type": "remove", "path": "../MsgPack.UnitTest/AssertEx.cs"},
41-
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"}
52+
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"},
53+
{"type": "include", "path": "../MsgPack.UnitTest.Net35/Augments.cs"}
4254
]
4355
},
4456
{
4557
"name": "MsgPack.UnitTest.Silverlight.5.FullTrust",
4658
"base": "MsgPack.UnitTest.Silverlight.5",
4759
"globs": [
60+
{"type": "include", "path": "../MsgPack.UnitTest.Silverlight.5/**/*.cs"},
61+
{"type": "remove", "path": "../MsgPack.UnitTest.Silverlight.5/Properties/**/*.cs"},
62+
{"type": "remove", "path": "../MsgPack.UnitTest.Silverlight.5/obj/**/*.cs"},
63+
{"type": "remove", "path": "../MsgPack.UnitTest.Silverlight.5/App.xaml.cs"}
4864
]
4965
},
5066
{
5167
"name": "MsgPack.UnitTest.Xamarin.iOS",
5268
"base": "MsgPack.UnitTest",
5369
"globs": [
5470
{"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"},
71+
{"type": "remove", "path": "../MsgPack.UnitTest/Properties/**/*.cs"},
5572
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
56-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__CompositeTest.cs"},
73+
{"type": "include", "path": "**/*.cs"},
74+
{"type": "remove", "path": "obj/**/*.cs"},
75+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"},
76+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CompositeTest.cs"},
5777
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
5878
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
5979
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
60-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*"},
6180
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
81+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGeneratedSerializerGenerator.cs"},
6282
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
6383
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
6484
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
@@ -70,6 +90,9 @@
7090
"name": "MsgPack.UnitTest.Xamarin.Android",
7191
"base": "MsgPack.UnitTest.Xamarin.iOS",
7292
"globs": [
93+
{"type": "include", "path": "../MsgPack.UnitTest.Xamarin.iOS/**/*.cs"},
94+
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Properties/**/*.cs"},
95+
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/obj/**/*.cs"},
7396
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/AppDelegate.cs"},
7497
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Main.cs"}
7598
]
@@ -78,6 +101,7 @@
78101
"name": "MsgPack.UnitTest.Uwp",
79102
"base": "MsgPack.UnitTest.Xamarin.Android",
80103
"globs": [
104+
{"type": "include", "path": "../MsgPack.NUnitPortable/TimeoutAttribute.cs"}
81105
]
82106
},
83107
{
@@ -90,20 +114,24 @@
90114
"name": "MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop",
91115
"base": "MsgPack.UnitTest.Uwp",
92116
"globs": [
93-
{"type": "include", "path": "../MsgPack.UnitTest/Dummies/**/*.cs"},
94-
{"type": "include", "path": "../MsgPack.UnitTest/Mono/**/*.cs"},
95-
{"type": "remove", "path": "../MsgPack.UnitTest/gen/MsgPack_Serialization_PolymorphicMemberTypeKnownType*.cs"},
96-
{"type": "remove", "path": "../MsgPack.UnitTest/gen/MsgPack_Serialization_PolymorphicMemberTypeRuntimeType*.cs"},
117+
{"type": "include", "path": "../../src/MsgPack/Tuple`n.cs"},
118+
{"type": "include", "path": "../MsgPack.UnitTest.Net35/Dummies/**/*.cs"},
119+
{"type": "include", "path": "../MsgPack.UnitTest.Net35/Mono/**/*.cs"},
120+
{"type": "include", "path": "../MsgPack.UnitTest.Net35/Augments.cs"},
121+
{"type": "remove", "path": "../MsgPack.UnitTest/AssertEx.cs"},
122+
{"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"},
123+
{"type": "include", "path": "../MsgPack.UnitTest.Net35/gen/**/*.cs"},
124+
{"type": "remove", "path": "../MsgPack.UnitTest.Net35/gen/MsgPack_Serialization_PolymorphicMemberTypeKnownType*.cs"},
125+
{"type": "remove", "path": "../MsgPack.UnitTest.Net35/gen/MsgPack_Serialization_PolymorphicMemberTypeRuntimeType*.cs"},
126+
{"type": "remove", "path": "../MsgPack.NUnitPortable/TimeoutAttribute.cs"},
97127
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/AppendableReadOnlyCollections.cs"},
98128
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
99-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__CompositeTest.cs"},
129+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CompositeTest.cs"},
100130
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
101131
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
102132
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
103-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*.cs"},
104133
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
105134
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
106-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__SerializationTargetTest.cs"},
107135
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
108136
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
109137
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
@@ -117,33 +145,34 @@
117145
"name": "MsgPack.UnitTest.WinRT",
118146
"base": "MsgPack.UnitTest.Uwp",
119147
"globs": [
148+
{"type": "remove", "path": "../MsgPack.NUnitPortable/TimeoutAttribute.cs"},
149+
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Serialization/AotTest.cs"},
120150
{"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"},
121-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/AppendableReadOnlyCollections.cs"},
122151
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
123-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__CompositeTest.cs"},
124152
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
125-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
126-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
127153
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*.cs"},
128154
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
129155
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
130-
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__SerializationTargetTest.cs"},
131156
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
132157
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
133158
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*GenerationBased*.cs"},
134-
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
135-
{"type": "remove", "path": "../MsgPack.UnitTest/ExceptionTest.cs"},
136-
{"type": "remove", "path": "../MsgPack.UnitTest/MessagePackObjectTest.RuntimeSerialization.cs"},
137-
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"},
138-
{"type": "remove", "path": "../MsgPack.UnitTest/UnpackingTest.Combinations*.cs"}
159+
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"},
160+
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
161+
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
162+
{"type": "include", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
163+
{"type": "include", "path": "../MsgPack.UnitTest/TestSuite.cs"}
139164
]
140165
},
141166
{
142167
"name": "MsgPack.UnitTest.BclExtensions.WinRT",
143168
"base": "MsgPack.UnitTest.BclExtensions",
144169
"globs": [
145170
{"type": "include", "path": "../MsgPack.UnitTest.BclExtensions/**/*.cs"},
171+
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Properties/**/*.cs"},
146172
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"},
173+
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
174+
{"type": "include", "path": "**/*.cs"},
175+
{"type": "remove", "path": "obj/**/*.cs"},
147176
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/*CodeDomBased*.cs"},
148177
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/*FieldBased*.cs"},
149178
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/RoslynCodeGeneration.cs"},

Sync.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,21 @@
3434
{"type": "remove", "path": "../MsgPack/Serialization/TeeTextWriter.cs"},
3535
{"type": "remove", "path": "../MsgPack/Serialization/SingleTextWriterCodeGenerationSink.cs"},
3636
{"type": "remove", "path": "../MsgPack/Serialization/Tracer.cs"},
37+
{"type": "remove", "path": "../MsgPack/Contract.cs"},
38+
{"type": "remove", "path": "../MsgPack/Delegates.cs"},
3739
{"type": "remove", "path": "../MsgPack/MPContract.cs"},
40+
{"type": "remove", "path": "../MsgPack/NetFxCompatibilities.cs"},
41+
{"type": "remove", "path": "../MsgPack/Tuple`n.cs"},
3842
{"type": "remove", "path": "../MsgPack/UnsafeNativeMethods.cs"},
43+
{"type": "remove", "path": "../MsgPack/Volatile.cs"},
3944
{"type": "remove", "path": "../MsgPack/Validation.cs"}
4045
]
4146
},
4247
{
4348
"name": "MsgPack.Unity.Full",
4449
"base": "MsgPack.Uwp",
4550
"globs": [
51+
{"type": "include", "path": "../MsgPack/Serialization/Tracer.cs"},
4652
{"type": "include", "path": "../MsgPack/MPContract.cs"},
4753
{"type": "include", "path": "../MsgPack/Volatile.cs"},
4854
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/CollectionSerializerBase`2.cs"},
@@ -75,7 +81,10 @@
7581
"name": "MsgPack.Unity",
7682
"base": "MsgPack.Unity.Full",
7783
"globs": [
78-
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Queue_1MessagePackSerializer.cs"},
84+
{"type": "include", "path": "../MsgPack.Unity.Full/**/*.cs"},
85+
{"type": "remove", "path": "../MsgPack.Unity.Full/Properties/**/*.cs"},
86+
{"type": "remove", "path": "../MsgPack.Unity.Full/obj/**/*.cs"},
87+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Queue_1MessagePackSerializer`1.cs"},
7988
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Stack_1MessagePackSerializer`1.cs"},
8089
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs"},
8190
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_UriMessagePackSerializer.cs"}
@@ -124,7 +133,6 @@
124133
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs"},
125134
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Numerics_ComplexMessagePackSerializer.cs"},
126135
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs"},
127-
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/UnixEpocFileTimeMessagePackSerializer.cs"},
128136
{"type": "remove", "path": "../MsgPack/Serialization/Reflection/ReflectionHelpers.cs"},
129137
{"type": "remove", "path": "../MsgPack/BufferedStream.cs"},
130138
{"type": "remove", "path": "../MsgPack/NetStandardCompatibility.cs"},

0 commit comments

Comments
 (0)