|
32 | 32 | <Exclude File="ReadMe.txt" /> |
33 | 33 | <Exclude Path="Serialization\PreGeneratedSerializerGenerator.cs" /> |
34 | 34 | <Exclude Path="Serialization\SerializerGeneratorTest.cs" /> |
35 | | - <!-- iOS Runtime Limit --> |
36 | 35 | <Exclude Path="TestSuite.cs" /> |
37 | 36 | <Exclude Path="Serialization\CompositeTest.cs" /> |
38 | 37 | <!-- Generator related --> |
|
45 | 44 | </Project> |
46 | 45 |
|
47 | 46 | <Project Name="MsgPack.UnitTest.Xamarin.Android" Base="MsgPack.UnitTest"> |
| 47 | + <Preserve Path="Properties\AndroidManifest.xml" /> |
48 | 48 | <Preserve Path="Properties\AssemblyInfo.cs" /> |
| 49 | + <Preserve Path="Resources\*" /> |
| 50 | + <Preserve Path="MainActivity.cs" /> |
49 | 51 | <Preserve File="*.config" /> |
50 | 52 | <Preserve File="*.json" /> |
51 | 53 | <Preserve File="*.mpac" /> |
52 | 54 | <Preserve File="*.snk" /> |
53 | 55 | <Exclude File="*.ps1" /> |
54 | 56 | <Exclude File="*.tt" /> |
55 | 57 | <Exclude File="*.ttinclude" /> |
| 58 | + <Exclude File="_SetUpFixture.cs" /> |
56 | 59 | <Exclude File="ReadMe.txt" /> |
57 | 60 | <Exclude Path="Serialization\PreGeneratedSerializerGenerator.cs" /> |
58 | 61 | <Exclude Path="Serialization\SerializerGeneratorTest.cs" /> |
| 62 | + <Exclude Path="TestSuite.cs" /> |
| 63 | + <Exclude Path="Serialization\CompositeTest.cs" /> |
59 | 64 | <!-- Generator related --> |
60 | 65 | <Exclude File="*ContextBased*.cs" /> |
61 | 66 | <Exclude File="*ExpressionBased*.cs" /> |
|
0 commit comments