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

OnField.xml « FeatureExclude « LinkXml « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7a251bf8a0b669361f8b6bac430b27de284f109 (plain)
1
2
3
4
5
6
7
8
9
10
<linker>
    <assembly fullname="test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
        <type fullname="Mono.Linker.Tests.Cases.LinkXml.FeatureExclude.OnField">
            <field signature="System.Int32 _featureOne" feature="one"/>
        </type>
        <type fullname="Mono.Linker.Tests.Cases.LinkXml.FeatureExclude.OnField">
            <field signature="System.Int32 _featureTwo" feature="two"/>
        </type>
    </assembly>
</linker>