We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cef03 commit 0bf122cCopy full SHA for 0bf122c
src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj
@@ -292,6 +292,12 @@
292
<Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\Pipeline.cs">
293
<Link>Linker\Mono.Linker\Pipeline.cs</Link>
294
</Compile>
295
+ <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\MethodReferenceExtensions.cs">
296
+ <Link>Linker\Mono.Linker\MethodReferenceExtensions.cs</Link>
297
+ </Compile>
298
+ <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\TypeReferenceExtensions.cs">
299
+ <Link>Linker\Mono.Linker\TypeReferenceExtensions.cs</Link>
300
301
<Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\TypePreserve.cs">
302
<Link>Linker\Mono.Linker\TypePreserve.cs</Link>
303
0 commit comments