2018-10-02 12:40:52 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-06-19 03:20:20 -04:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="..\common.init.vcxproj" />
|
2018-10-02 12:40:52 -03:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{BB493552-3B8C-4A8C-BF69-A6E7A51D2EA6}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
2019-06-19 03:20:20 -04:00
|
|
|
<PropertyGroup Label="Configuration">
|
2018-10-02 12:40:52 -03:00
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
</PropertyGroup>
|
2019-06-19 03:20:20 -04:00
|
|
|
<ItemGroup>
|
2022-02-01 18:11:33 -03:00
|
|
|
<ClCompile Include="..\..\src\secp256k1\src\precomputed_ecmult.c" />
|
|
|
|
<ClCompile Include="..\..\src\secp256k1\src\precomputed_ecmult_gen.c" />
|
2019-06-19 03:20:20 -04:00
|
|
|
<ClCompile Include="..\..\src\secp256k1\src\secp256k1.c" />
|
|
|
|
</ItemGroup>
|
2021-04-02 16:18:08 -03:00
|
|
|
<ItemDefinitionGroup>
|
2018-10-02 12:40:52 -03:00
|
|
|
<ClCompile>
|
2021-11-02 18:44:06 -03:00
|
|
|
<PreprocessorDefinitions>ENABLE_MODULE_RECOVERY;ENABLE_MODULE_EXTRAKEYS;ENABLE_MODULE_SCHNORRSIG;ENABLE_MODULE_ELLSWIFT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-05-05 05:58:15 -04:00
|
|
|
<UndefinePreprocessorDefinitions>USE_ASM_X86_64;%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
|
2021-04-02 16:18:08 -03:00
|
|
|
<AdditionalIncludeDirectories>..\..\src\secp256k1;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2023-11-05 11:50:59 -03:00
|
|
|
<DisableSpecificWarnings>4146;4244;4267</DisableSpecificWarnings>
|
2021-04-02 16:18:08 -03:00
|
|
|
</ClCompile>
|
2018-10-02 12:40:52 -03:00
|
|
|
</ItemDefinitionGroup>
|
2019-06-19 03:20:20 -04:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2019-06-29 01:36:04 -04:00
|
|
|
<Import Project="..\common.vcxproj" />
|
2021-04-02 16:18:08 -03:00
|
|
|
</Project>
|