mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-22 09:05:44 +00:00
319 lines
15 KiB
XML
319 lines
15 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="bncore.c" />
|
|
<ClCompile Include="bn_error.c" />
|
|
<ClCompile Include="bn_fast_mp_invmod.c" />
|
|
<ClCompile Include="bn_fast_mp_montgomery_reduce.c" />
|
|
<ClCompile Include="bn_fast_s_mp_mul_digs.c" />
|
|
<ClCompile Include="bn_fast_s_mp_mul_high_digs.c" />
|
|
<ClCompile Include="bn_fast_s_mp_sqr.c" />
|
|
<ClCompile Include="bn_mp_2expt.c" />
|
|
<ClCompile Include="bn_mp_abs.c" />
|
|
<ClCompile Include="bn_mp_add.c" />
|
|
<ClCompile Include="bn_mp_addmod.c" />
|
|
<ClCompile Include="bn_mp_add_d.c" />
|
|
<ClCompile Include="bn_mp_and.c" />
|
|
<ClCompile Include="bn_mp_clamp.c" />
|
|
<ClCompile Include="bn_mp_clear.c" />
|
|
<ClCompile Include="bn_mp_clear_multi.c" />
|
|
<ClCompile Include="bn_mp_cmp.c" />
|
|
<ClCompile Include="bn_mp_cmp_d.c" />
|
|
<ClCompile Include="bn_mp_cmp_mag.c" />
|
|
<ClCompile Include="bn_mp_cnt_lsb.c" />
|
|
<ClCompile Include="bn_mp_complement.c" />
|
|
<ClCompile Include="bn_mp_copy.c" />
|
|
<ClCompile Include="bn_mp_count_bits.c" />
|
|
<ClCompile Include="bn_mp_div.c" />
|
|
<ClCompile Include="bn_mp_div_2.c" />
|
|
<ClCompile Include="bn_mp_div_2d.c" />
|
|
<ClCompile Include="bn_mp_div_3.c" />
|
|
<ClCompile Include="bn_mp_div_d.c" />
|
|
<ClCompile Include="bn_mp_dr_is_modulus.c" />
|
|
<ClCompile Include="bn_mp_dr_reduce.c" />
|
|
<ClCompile Include="bn_mp_dr_setup.c" />
|
|
<ClCompile Include="bn_mp_exch.c" />
|
|
<ClCompile Include="bn_mp_export.c" />
|
|
<ClCompile Include="bn_mp_exptmod.c" />
|
|
<ClCompile Include="bn_mp_exptmod_fast.c" />
|
|
<ClCompile Include="bn_mp_expt_d.c" />
|
|
<ClCompile Include="bn_mp_expt_d_ex.c" />
|
|
<ClCompile Include="bn_mp_exteuclid.c" />
|
|
<ClCompile Include="bn_mp_fread.c" />
|
|
<ClCompile Include="bn_mp_fwrite.c" />
|
|
<ClCompile Include="bn_mp_gcd.c" />
|
|
<ClCompile Include="bn_mp_get_bit.c" />
|
|
<ClCompile Include="bn_mp_get_double.c" />
|
|
<ClCompile Include="bn_mp_get_int.c" />
|
|
<ClCompile Include="bn_mp_get_long.c" />
|
|
<ClCompile Include="bn_mp_get_long_long.c" />
|
|
<ClCompile Include="bn_mp_grow.c" />
|
|
<ClCompile Include="bn_mp_import.c" />
|
|
<ClCompile Include="bn_mp_init.c" />
|
|
<ClCompile Include="bn_mp_init_copy.c" />
|
|
<ClCompile Include="bn_mp_init_multi.c" />
|
|
<ClCompile Include="bn_mp_init_set.c" />
|
|
<ClCompile Include="bn_mp_init_set_int.c" />
|
|
<ClCompile Include="bn_mp_init_size.c" />
|
|
<ClCompile Include="bn_mp_invmod.c" />
|
|
<ClCompile Include="bn_mp_invmod_slow.c" />
|
|
<ClCompile Include="bn_mp_is_square.c" />
|
|
<ClCompile Include="bn_mp_jacobi.c" />
|
|
<ClCompile Include="bn_mp_karatsuba_mul.c" />
|
|
<ClCompile Include="bn_mp_karatsuba_sqr.c" />
|
|
<ClCompile Include="bn_mp_kronecker.c" />
|
|
<ClCompile Include="bn_mp_lcm.c" />
|
|
<ClCompile Include="bn_mp_lshd.c" />
|
|
<ClCompile Include="bn_mp_mod.c" />
|
|
<ClCompile Include="bn_mp_mod_2d.c" />
|
|
<ClCompile Include="bn_mp_mod_d.c" />
|
|
<ClCompile Include="bn_mp_montgomery_calc_normalization.c" />
|
|
<ClCompile Include="bn_mp_montgomery_reduce.c" />
|
|
<ClCompile Include="bn_mp_montgomery_setup.c" />
|
|
<ClCompile Include="bn_mp_mul.c" />
|
|
<ClCompile Include="bn_mp_mulmod.c" />
|
|
<ClCompile Include="bn_mp_mul_2.c" />
|
|
<ClCompile Include="bn_mp_mul_2d.c" />
|
|
<ClCompile Include="bn_mp_mul_d.c" />
|
|
<ClCompile Include="bn_mp_neg.c" />
|
|
<ClCompile Include="bn_mp_n_root.c" />
|
|
<ClCompile Include="bn_mp_n_root_ex.c" />
|
|
<ClCompile Include="bn_mp_or.c" />
|
|
<ClCompile Include="bn_mp_prime_fermat.c" />
|
|
<ClCompile Include="bn_mp_prime_frobenius_underwood.c" />
|
|
<ClCompile Include="bn_mp_prime_is_divisible.c" />
|
|
<ClCompile Include="bn_mp_prime_is_prime.c" />
|
|
<ClCompile Include="bn_mp_prime_miller_rabin.c" />
|
|
<ClCompile Include="bn_mp_prime_next_prime.c" />
|
|
<ClCompile Include="bn_mp_prime_rabin_miller_trials.c" />
|
|
<ClCompile Include="bn_mp_prime_random_ex.c" />
|
|
<ClCompile Include="bn_mp_prime_strong_lucas_selfridge.c" />
|
|
<ClCompile Include="bn_mp_radix_size.c" />
|
|
<ClCompile Include="bn_mp_radix_smap.c" />
|
|
<ClCompile Include="bn_mp_rand.c" />
|
|
<ClCompile Include="bn_mp_read_radix.c" />
|
|
<ClCompile Include="bn_mp_read_signed_bin.c" />
|
|
<ClCompile Include="bn_mp_read_unsigned_bin.c" />
|
|
<ClCompile Include="bn_mp_reduce.c" />
|
|
<ClCompile Include="bn_mp_reduce_2k.c" />
|
|
<ClCompile Include="bn_mp_reduce_2k_l.c" />
|
|
<ClCompile Include="bn_mp_reduce_2k_setup.c" />
|
|
<ClCompile Include="bn_mp_reduce_2k_setup_l.c" />
|
|
<ClCompile Include="bn_mp_reduce_is_2k.c" />
|
|
<ClCompile Include="bn_mp_reduce_is_2k_l.c" />
|
|
<ClCompile Include="bn_mp_reduce_setup.c" />
|
|
<ClCompile Include="bn_mp_rshd.c" />
|
|
<ClCompile Include="bn_mp_set.c" />
|
|
<ClCompile Include="bn_mp_set_double.c" />
|
|
<ClCompile Include="bn_mp_set_int.c" />
|
|
<ClCompile Include="bn_mp_set_long.c" />
|
|
<ClCompile Include="bn_mp_set_long_long.c" />
|
|
<ClCompile Include="bn_mp_shrink.c" />
|
|
<ClCompile Include="bn_mp_signed_bin_size.c" />
|
|
<ClCompile Include="bn_mp_sqr.c" />
|
|
<ClCompile Include="bn_mp_sqrmod.c" />
|
|
<ClCompile Include="bn_mp_sqrt.c" />
|
|
<ClCompile Include="bn_mp_sqrtmod_prime.c" />
|
|
<ClCompile Include="bn_mp_sub.c" />
|
|
<ClCompile Include="bn_mp_submod.c" />
|
|
<ClCompile Include="bn_mp_sub_d.c" />
|
|
<ClCompile Include="bn_mp_tc_and.c" />
|
|
<ClCompile Include="bn_mp_tc_div_2d.c" />
|
|
<ClCompile Include="bn_mp_tc_or.c" />
|
|
<ClCompile Include="bn_mp_tc_xor.c" />
|
|
<ClCompile Include="bn_mp_toom_mul.c" />
|
|
<ClCompile Include="bn_mp_toom_sqr.c" />
|
|
<ClCompile Include="bn_mp_toradix.c" />
|
|
<ClCompile Include="bn_mp_toradix_n.c" />
|
|
<ClCompile Include="bn_mp_to_signed_bin.c" />
|
|
<ClCompile Include="bn_mp_to_signed_bin_n.c" />
|
|
<ClCompile Include="bn_mp_to_unsigned_bin.c" />
|
|
<ClCompile Include="bn_mp_to_unsigned_bin_n.c" />
|
|
<ClCompile Include="bn_mp_unsigned_bin_size.c" />
|
|
<ClCompile Include="bn_mp_xor.c" />
|
|
<ClCompile Include="bn_mp_zero.c" />
|
|
<ClCompile Include="bn_prime_tab.c" />
|
|
<ClCompile Include="bn_reverse.c" />
|
|
<ClCompile Include="bn_s_mp_add.c" />
|
|
<ClCompile Include="bn_s_mp_exptmod.c" />
|
|
<ClCompile Include="bn_s_mp_mul_digs.c" />
|
|
<ClCompile Include="bn_s_mp_mul_high_digs.c" />
|
|
<ClCompile Include="bn_s_mp_sqr.c" />
|
|
<ClCompile Include="bn_s_mp_sub.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="tommath.h" />
|
|
<ClInclude Include="tommath_class.h" />
|
|
<ClInclude Include="tommath_private.h" />
|
|
<ClInclude Include="tommath_superclass.h" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
<ProjectGuid>{6A26AA97-96CF-4E2E-8883-47F0960F0E01}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>libtommath</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IntDir>$(SolutionDir)obj\$(ProjectName)\$(Configuration)_$(Platform)\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\$(Configuration)_$(Platform)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IntDir>$(SolutionDir)obj\$(ProjectName)\$(Configuration)_$(Platform)\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\$(Configuration)_$(Platform)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IntDir>$(SolutionDir)obj\$(ProjectName)\$(Configuration)_$(Platform)\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\$(Configuration)_$(Platform)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IntDir>$(SolutionDir)obj\$(ProjectName)\$(Configuration)_$(Platform)\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\$(Configuration)_$(Platform)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalOptions>/ignore:4221</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |