Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rd.xml « MonoGame « samples - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 051a95f9a895022ec72b24f0752af623cade5eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Directives>
    <Application>
        <Assembly Name="MonoGame.Framework">
            <Type Name="Microsoft.Xna.Framework.Content.EffectReader" 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.RectangleReader" Dynamic="Required All" />
            <Type Name="Microsoft.Xna.Framework.Content.ListReader`1[[System.Char,mscorlib]]" Dynamic="Required All" />
        </Assembly>
        <Assembly Name="mscorlib" />
    </Application>
</Directives>