Skip to content

Commit b30e93a

Browse files
committed
Fix syncproj.xml
1 parent e028de6 commit b30e93a

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

Sync.Test.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Project>
1919

2020
<Project Name="MsgPack.UnitTest.Xamarin.iOS" Base="MsgPack.UnitTest">
21-
<Preserve Path="Properties\AssemblyInfo.cs" />
21+
<Preserve Path="Properties\*" />
2222
<Preserve File="*.config" />
2323
<Preserve File="*.json" />
2424
<Preserve File="*.mpac" />
@@ -45,8 +45,7 @@
4545
</Project>
4646

4747
<Project Name="MsgPack.UnitTest.Xamarin.Android" Base="MsgPack.UnitTest.Xamarin.iOS">
48-
<Preserve Path="Properties\AndroidManifest.xml" />
49-
<Preserve Path="Properties\AssemblyInfo.cs" />
48+
<Preserve Path="Properties\*" />
5049
<Preserve Path="Resources\*" />
5150
<Preserve Path="MainActivity.cs" />
5251
<Preserve File="*.config" />
@@ -59,6 +58,7 @@
5958
</Project>
6059

6160
<Project Name="MsgPack.UnitTest.Uwp" Base="MsgPack.UnitTest.Xamarin.iOS">
61+
<Preserve Path="Properties\*" />
6262
<Preserve File="*.config" />
6363
<Preserve File="*.json" />
6464
<Preserve File="*.mpac" />
@@ -73,6 +73,7 @@
7373
</Project>
7474

7575
<Project Name="MsgPack.UnitTest.Uwp.Aot" Base="MsgPack.UnitTest.Uwp">
76+
<Preserve Path="Properties\*" />
7677
<Preserve File="*.config" />
7778
<Preserve File="*.json" />
7879
<Preserve File="*.mpac" />

Sync.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@
4242
</Project>
4343

4444
<!-- TOOD: should be project.json -->
45-
<Project Name="MsgPack.Uwp" Base="MsgPack.Xamarin.iOS">
45+
<Project Name="MsgPack.Uwp" Base="MsgPack">
4646
<Preserve Path="Properties\AssemblyInfo.cs" />
4747
<Preserve Path="BufferedStream.cs" />
48+
<Preserve Path="project.json" />
4849
<Exclude Path="Serialization\ExpressionSerializers\*" />
4950
<Exclude Path="Serialization\AbstractSerializers\*" />
5051
<Exclude Path="Serialization\CodeDomSerializers\*" />
@@ -56,6 +57,7 @@
5657
<Exclude Path="Serialization\DefaultSerializerNameResolver.cs" />
5758
<Exclude Path="Serialization\FromExpression.cs" />
5859
<Exclude Path="Serialization\FromExpression.*.cs" />
60+
<Exclude Path="Serialization\ISerializerGeneratorConfiguration.cs" />
5961
<Exclude Path="Serialization\SerializerAssemblyGenerationConfiguration.cs" />
6062
<Exclude Path="Serialization\SerializerCodeGenerationConfiguration.cs" />
6163
<Exclude Path="Serialization\SerializerCodeGenerationContext.cs" />
@@ -69,14 +71,13 @@
6971
<!-- TOOD: should be project.json -->
7072
<Project Name="MsgPack.Xamarin.iOS" Base="MsgPack.Uwp">
7173
<Preserve Path="Properties\AssemblyInfo.cs" />
72-
<!--
7374
<Exclude Path="Serialization\DefaultSerializers\FileTimeMessagePackSerializerProvider.cs" />
7475
<Exclude Path="Serialization\DefaultSerializers\NativeFileTimeMessagePackSerializer.cs" />
7576
<Exclude Path="Serialization\DefaultSerializers\UnixEpocFileTimeMessagePackSerializer.cs" />
7677
<Exclude Path="Serialization\DefaultSerializers\SimdTypeSerializers.cs" />
7778
<Exclude Path="Serialization\DefaultSerializers\System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs" />
78-
-->
7979
<Exclude File="*.snk" />
80+
<Exclude Path="project.json" />
8081
</Project>
8182

8283
<!-- TOOD: should be project.json -->
@@ -86,6 +87,13 @@
8687

8788
<Project Name="MsgPack.Unity.Il2cpp.Full" Base="MsgPack.Xamarin.iOS">
8889
<Preserve Path="Properties\AssemblyInfo.cs" />
90+
<Exclude Path="Serialization\CollectionSerializers\ReadOnlyCollectionMessagePackSerializer`2.cs" />
91+
<Exclude Path="Serialization\CollectionSerializers\ReadOnlyDictionaryMessagePackSerializer`3.cs" />
92+
<Exclude Path="Serialization\DefaultSerializers\AbstractReadOnlyCollectionMessagePackSerializer`2.cs" />
93+
<Exclude Path="Serialization\DefaultSerializers\AbstractReadOnlyDictionaryMessagePackSerializer`3.cs" />
94+
<Exclude Path="Serialization\DefaultSerializers\SimdTypeSerializers.cs" />
95+
<Exclude Path="Serialization\DefaultSerializers\System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs" />
96+
<Exclude Path="Serialization\ReflectionSerializers\ReflectionTupleMessagePackSerializer`1.cs" />
8997
</Project>
9098

9199
<Project Name="MsgPack.Unity.Il2cpp" Base="MsgPack.Unity.Il2cpp.Full">
@@ -215,6 +223,7 @@
215223

216224
<Project Name="MsgPack.Silverlight.WindowsPhone" Base="MsgPack.Uwp">
217225
<Preserve Path="Properties\AssemblyInfo.cs" />
226+
<Exclude Path="project.json" />
218227
<!--
219228
<Preserve Path="Serialization\DefaultSerializers\System_DBNullMessagePackSerializer.cs" />
220229
-->

0 commit comments

Comments
 (0)