Files
ortools-clone/ortools/dotnet/Google.OrTools.runtime.csproj.in
2025-12-03 14:43:03 +01:00

148 lines
8.9 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
@DOTNET_TFM@
<RuntimeIdentifier>@DOTNET_RID@</RuntimeIdentifier>
<AssemblyName>google-ortools-native</AssemblyName>
<Version>@PROJECT_VERSION@@DOTNET_RELEASE@</Version>
<!-- Nuget Properties -->
<Description>.NET native wrapper for the Operations Research Tools project</Description>
<IncludeBuildOutput>false</IncludeBuildOutput>
<!-- Pack Option -->
<Title>Google.OrTools @DOTNET_RID@ v@PROJECT_VERSION@@DOTNET_RELEASE@</Title>
<PackageId>@DOTNET_NATIVE_PROJECT@</PackageId>
<!-- Signing -->
<AssemblyOriginatorKeyFile>../or-tools.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign>false</PublicSign>
<DelaySign>false</DelaySign>
</PropertyGroup>
<ItemGroup>
<!-- Native library must be in native directory... -->
<!-- If ortools is built as a STATIC_LIBRARY (e.g. Windows) then we don't have to include it -->
<Content Include="
$<TARGET_FILE:google-ortools-native>
$<@need_unix_zlib_lib@:;$<TARGET_SONAME_FILE:ZLIB::ZLIB>>
$<@need_windows_zlib_lib@:;$<TARGET_FILE:ZLIB::ZLIB>>
$<@need_unix_bzip2_lib@:;$<TARGET_SONAME_FILE:BZip2::BZip2>>
$<@need_windows_bzip2_lib@:;$<TARGET_FILE:BZip2::BZip2>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::base>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::city>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::civil_time>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::cord>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::cord_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::cordz_functions>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::cordz_handle>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::cordz_info>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::crc32c>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::crc_cord_state>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::crc_cpu_detect>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::crc_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::debugging_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::decode_rust_punycode>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::demangle_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::demangle_rust>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::die_if_null>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::examine_stack>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::exponential_biased>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_commandlineflag>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_commandlineflag_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_config>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_marshalling>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_parse>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_private_handle_accessor>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_program_name>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_reflection>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_usage>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::flags_usage_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::graphcycles_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::hash>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::hashtablez_sampler>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::int128>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::kernel_timeout_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::leak_check>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_entry>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_flags>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_globals>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_initialize>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_check_op>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_conditions>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_fnmatch>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_format>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_globals>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_log_sink_set>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_structured_proto>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_message>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_nullguard>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_internal_proto>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_severity>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::log_sink>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::malloc_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_distributions>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_internal_entropy_pool>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_internal_platform>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_internal_randen>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_internal_randen_hwaes>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_internal_randen_hwaes_impl>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_internal_randen_slow>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_internal_seed_material>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_seed_gen_exception>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::random_seed_sequences>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::raw_hash_set>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::raw_logging_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::spinlock_wait>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::stacktrace>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::status>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::statusor>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::str_format_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::strerror>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::string_view>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::strings>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::strings_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::symbolize>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::synchronization>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::throw_delegate>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::time>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::time_zone>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::tracing_internal>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::utf8_for_code_point>>
$<@need_unix_absl_lib@:;$<TARGET_SONAME_FILE:absl::vlog_config_internal>>
$<@need_windows_absl_lib@:;$<TARGET_FILE:absl::abseil_dll>>
$<@need_unix_re2_lib@:;$<TARGET_SONAME_FILE:re2::re2>>
$<@need_windows_re2_lib@:;$<TARGET_FILE:re2::re2>>
$<@need_unix_protobuf_lib@:;$<TARGET_SONAME_FILE:protobuf::libprotobuf>>
$<@need_unix_protobuf_lib@:;$<TARGET_SONAME_FILE:utf8_validity>>
$<@need_windows_protobuf_lib@:;$<TARGET_FILE:protobuf::libprotobuf>>
$<@need_windows_protobuf_lib@:;$<TARGET_FILE:utf8_validity>>
$<@need_coinutils_lib@:;$<TARGET_SONAME_FILE:Coin::CoinUtils>>
$<@need_osi_lib@:;$<TARGET_SONAME_FILE:Coin::Osi>>
$<@need_clp_lib@:;$<TARGET_SONAME_FILE:Coin::Clp>;$<TARGET_SONAME_FILE:Coin::OsiClp>;$<TARGET_SONAME_FILE:Coin::ClpSolver>>
$<@need_cgl_lib@:;$<TARGET_SONAME_FILE:Coin::Cgl>>
$<@need_cbc_lib@:;$<TARGET_SONAME_FILE:Coin::Cbc>;$<TARGET_SONAME_FILE:Coin::OsiCbc>;$<TARGET_SONAME_FILE:Coin::CbcSolver>>
$<@need_unix_highs_lib@:;$<TARGET_SONAME_FILE:highs::highs>>
$<@need_windows_highs_lib@:;$<TARGET_FILE:highs::highs>>
$<@need_unix_scip_lib@:;$<TARGET_SONAME_FILE:SCIP::libscip>>
$<@need_windows_scip_lib@:;$<TARGET_FILE:SCIP::libscip>>
$<@need_unix_ortools_lib@:;$<TARGET_SONAME_FILE:ortools>>
$<@need_windows_ortools_lib@:;$<TARGET_FILE:ortools>>
">
<PackagePath>runtimes/@DOTNET_RID@/native/%(Filename)%(Extension)</PackagePath>
<Pack>true</Pack>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>