Sha256: 63fe3dc9a72390bde8b66ca009749b2b138e82ef8a15072818b7dfad7105fdfd

Contents?: true

Size: 1.64 KB

Versions: 5

Compression:

Stored size: 1.64 KB

Contents

<Project>

  <PropertyGroup>
    <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
    <CMakeCurrentSourceDir>@CMAKE_CURRENT_LIST_DIR@/MongoDB.Libmongocrypt</CMakeCurrentSourceDir>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="$(CMakeCurrentSourceDir)/*.cs" />
  </ItemGroup>

  <ItemGroup>
    <Content Include="@mongocrypt_BINARY_DIR@/libmongocrypt.so" Condition="Exists('@mongocrypt_BINARY_DIR@/libmongocrypt.so')">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <PackagePath>x64/native/linux/libmongocrypt.so</PackagePath>
      <Pack>true</Pack>
    </Content>

    <Content Include="@mongocrypt_BINARY_DIR@/libmongocrypt.dylib" Condition="Exists('@mongocrypt_BINARY_DIR@/libmongocrypt.dylib')">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <PackagePath>x64/native/osx/libmongocrypt.dylib</PackagePath>
      <Pack>true</Pack>
    </Content>

    <Content Include="@mongocrypt_BINARY_DIR@/$(Configuration)/mongocrypt.dll" Condition="'$(Configuration)'!='Release' And Exists('@mongocrypt_BINARY_DIR@/$(Configuration)/mongocrypt.dll')">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <PackagePath>x64/native/windows/mongocrypt.dll</PackagePath>
      <Pack>true</Pack>
    </Content>

    <Content Include="@mongocrypt_BINARY_DIR@/RelWithDebInfo/mongocrypt.dll" Condition="'$(Configuration)'=='Release' And Exists('@mongocrypt_BINARY_DIR@/RelWithDebInfo/mongocrypt.dll')">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <PackagePath>x64/native/windows/mongocrypt.dll</PackagePath>
      <Pack>true</Pack>
    </Content>
  </ItemGroup>

</Project>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
libmongocrypt-helper-1.11.0.0.1001 ext/libmongocrypt/libmongocrypt/bindings/cs/MongoDB.Libmongocrypt/Package.include.template.csproj
libmongocrypt-helper-1.8.0.0.1001 ext/libmongocrypt/libmongocrypt/bindings/cs/MongoDB.Libmongocrypt/Package.include.template.csproj
libmongocrypt-helper-1.7.4.0.1002 ext/libmongocrypt/libmongocrypt/bindings/cs/MongoDB.Libmongocrypt/Package.include.template.csproj
libmongocrypt-helper-1.7.4.0.1001 ext/libmongocrypt/libmongocrypt/bindings/cs/MongoDB.Libmongocrypt/Package.include.template.csproj
libmongocrypt-helper-1.7.4.0.1000 ext/libmongocrypt/libmongocrypt/bindings/cs/MongoDB.Libmongocrypt/Package.include.template.csproj