6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
13 lines
655 B
XML
13 lines
655 B
XML
<Project ToolsVersion="14.0" DefaultTargets="LinkNative" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
<CopyNuGetImplementations>false</CopyNuGetImplementations>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<NuGetTargetMoniker>.NETStandard,Version=v1.6</NuGetTargetMoniker>
|
|
</PropertyGroup>
|
|
|
|
<!-- Use the source primary copy for development convenience -->
|
|
<Import Project="$(MSBuildThisFileDirectory)\..\src\BuildIntegration\Microsoft.NETCore.Native.targets" />
|
|
<!-- <Import Project="$(IlcPath)\Microsoft.NETCore.Native.targets" /> -->
|
|
</Project> |