Skip to content
Snippets Groups Projects
NativeDeps.Windows.targets 437 B
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Content Include="..\..\..\vsprojects\$(NativeDependenciesConfiguration)\grpc_csharp_ext.dll">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <Link>nativelibs\windows_x86\grpc_csharp_ext.dll</Link>
    </Content>
  </ItemGroup>
</Project>