blob: 04f3b077ace0d8d28c2361ad7bc148e6c4d7122c (
plain)
1
2
3
4
5
6
7
8
9
|
<Project>
<ItemGroup>
<Content Include="..\..\..\cmake\build\x64\$(NativeDependenciesConfiguration)\grpc_csharp_ext.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>grpc_csharp_ext.x64.dll</Link>
<Pack>false</Pack>
</Content>
</ItemGroup>
</Project>
|