copy bcl dlls
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user