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

ILLink.Substitutions.Resources.template « eng - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9381443ba3915b222fa04f5a42df1aef17f043c2 (plain)
1
2
3
4
5
6
7
8
9
10
<linker>
  <!-- System.Resources.UseSystemResourceKeys removes resource strings and instead uses the resource key as the exception message -->
  <assembly fullname="{AssemblyName}" feature="System.Resources.UseSystemResourceKeys" featurevalue="true">
    <!-- System.Resources.UseSystemResourceKeys removes resource strings and instead uses the resource key as the exception message -->
    <resource name="{StringResourcesName}.resources" action="remove" />
    <type fullname="System.SR">
      <method signature="System.Boolean UsingResourceKeys()" body="stub" value="true" />
    </type>
  </assembly>
</linker>