You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
2.2 KiB
39 lines
2.2 KiB
4 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<Import Project="..\common.init.vcxproj" />
|
||
|
<PropertyGroup Label="Globals">
|
||
|
<ProjectGuid>{542007E3-BE0D-4B0D-A6B0-AA8813E2558D}</ProjectGuid>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="..\..\src\minisketch\src\minisketch.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\clmul_1byte.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\clmul_2bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\clmul_3bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\clmul_4bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\clmul_5bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\clmul_6bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\clmul_7bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\clmul_8bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\generic_1byte.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\generic_2bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\generic_3bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\generic_4bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\generic_5bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\generic_6bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\generic_7bytes.cpp" />
|
||
|
<ClCompile Include="..\..\src\minisketch\src\fields\generic_8bytes.cpp" />
|
||
|
</ItemGroup>
|
||
|
<ItemDefinitionGroup>
|
||
|
<ClCompile>
|
||
|
<DisableSpecificWarnings>4060;4065;4146;4244;4267;4554</DisableSpecificWarnings>
|
||
|
<PreprocessorDefinitions>HAVE_CLMUL;DISABLE_DEFAULT_FIELDS;ENABLE_FIELD_32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ClCompile>
|
||
|
</ItemDefinitionGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
<Import Project="..\common.vcxproj" />
|
||
|
</Project>
|