Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7f7c25cc5 |
@@ -22,5 +22,11 @@
|
|||||||
<HintPath>../../thirdparty/leanclr/src/libraries/dotnetframework4.x-linux/System.dll</HintPath>
|
<HintPath>../../thirdparty/leanclr/src/libraries/dotnetframework4.x-linux/System.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</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" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user