MongoDB.Libmongocrypt.targets 448 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Condition="$([MSBuild]::IsOsPlatform('Windows'))">
  4. <Content Include="$(MSBuildThisFileDirectory)../x64/native/windows/mongocrypt.dll">
  5. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  6. <Link>mongocrypt.dll</Link>
  7. </Content>
  8. </ItemGroup>
  9. </Project>