-
Notifications
You must be signed in to change notification settings - Fork 1
/
rd.xml
51 lines (51 loc) · 5.09 KB
/
rd.xml
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
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Application>
<Assembly Name="mscorlib" />
<Assembly Name="MonoGame.Framework">
<Type Name="Microsoft.Xna.Framework.Content.ListReader`1[[System.Char,mscorlib]]" Dynamic="Required All" />
<Type Name="Microsoft.Xna.Framework.Content.ByteReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.SByteReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.DateTimeReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.DecimalReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.BoundingSphereReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.BoundingFrustumReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.RayReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ListReader`1[[System.Char,System.Private.CoreLib]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ListReader`1[[Microsoft.Xna.Framework.Rectangle,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ArrayReader`1[[Microsoft.Xna.Framework.Rectangle,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ListReader`1[[Microsoft.Xna.Framework.Vector3,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ListReader`1[[Microsoft.Xna.Framework.Content.StringReader,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ListReader`1[[System.Int32,System.Private.CoreLib]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.SpriteFontReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.Texture2DReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.CharReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.RectangleReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.StringReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.Vector2Reader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.Vector3Reader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.Vector4Reader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.CurveReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.IndexBufferReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.BoundingBoxReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.MatrixReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.BasicEffectReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.VertexBufferReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.AlphaTestEffectReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.EnumReader`1[[Microsoft.Xna.Framework.Graphics.SpriteEffects,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ArrayReader`1[[System.Single,System.Private.CoreLib]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ArrayReader`1[[Microsoft.Xna.Framework.Vector2,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ListReader`1[[Microsoft.Xna.Framework.Vector2,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ArrayReader`1[[Microsoft.Xna.Framework.Matrix,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.EnumReader`1[[Microsoft.Xna.Framework.Graphics.Blend,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.NullableReader`1[[Microsoft.Xna.Framework.Rectangle,MonoGame.Framework]]" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.EffectMaterialReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ExternalReferenceReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.SoundEffectReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.SongReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.ModelReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.Int32Reader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.EffectReader" Dynamic="Required All"/>
<Type Name="Microsoft.Xna.Framework.Content.SingleReader" Dynamic="Required All"/>
</Assembly>
</Application>
</Directives>