1 Commits

Author SHA1 Message Date
lingdar77 f7f7c25cc5 copy bcl dlls 2026-06-08 01:26:30 +08:00
@@ -22,5 +22,11 @@
<HintPath>../../thirdparty/leanclr/src/libraries/dotnetframework4.x-linux/System.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="CopyLeanClrBcl" AfterTargets="Build">
<ItemGroup>
<BclFiles Include="..\..\thirdparty\leanclr\src\libraries\dotnetframework4.x-linux\*.dll" />
</ItemGroup>
<Copy SourceFiles="@(BclFiles)" DestinationFolder="..\..\project\leanclr\" SkipUnchangedFiles="true" />
</Target>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>