|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\common.init.vcxproj" /> |
| 4 | + <PropertyGroup Label="Globals"> |
| 5 | + <ProjectGuid>{542007E3-BE0D-4B0D-A6B0-AA8813E2558D}</ProjectGuid> |
| 6 | + </PropertyGroup> |
| 7 | + <PropertyGroup Label="Configuration"> |
| 8 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 9 | + </PropertyGroup> |
| 10 | + <ItemGroup> |
| 11 | + <ClCompile Include="..\..\src\minisketch\src\minisketch.cpp" /> |
| 12 | + <ClCompile Include="..\..\src\minisketch\src\fields\clmul_1byte.cpp" /> |
| 13 | + <ClCompile Include="..\..\src\minisketch\src\fields\clmul_2bytes.cpp" /> |
| 14 | + <ClCompile Include="..\..\src\minisketch\src\fields\clmul_3bytes.cpp" /> |
| 15 | + <ClCompile Include="..\..\src\minisketch\src\fields\clmul_4bytes.cpp" /> |
| 16 | + <ClCompile Include="..\..\src\minisketch\src\fields\clmul_5bytes.cpp" /> |
| 17 | + <ClCompile Include="..\..\src\minisketch\src\fields\clmul_6bytes.cpp" /> |
| 18 | + <ClCompile Include="..\..\src\minisketch\src\fields\clmul_7bytes.cpp" /> |
| 19 | + <ClCompile Include="..\..\src\minisketch\src\fields\clmul_8bytes.cpp" /> |
| 20 | + <ClCompile Include="..\..\src\minisketch\src\fields\generic_1byte.cpp" /> |
| 21 | + <ClCompile Include="..\..\src\minisketch\src\fields\generic_2bytes.cpp" /> |
| 22 | + <ClCompile Include="..\..\src\minisketch\src\fields\generic_3bytes.cpp" /> |
| 23 | + <ClCompile Include="..\..\src\minisketch\src\fields\generic_4bytes.cpp" /> |
| 24 | + <ClCompile Include="..\..\src\minisketch\src\fields\generic_5bytes.cpp" /> |
| 25 | + <ClCompile Include="..\..\src\minisketch\src\fields\generic_6bytes.cpp" /> |
| 26 | + <ClCompile Include="..\..\src\minisketch\src\fields\generic_7bytes.cpp" /> |
| 27 | + <ClCompile Include="..\..\src\minisketch\src\fields\generic_8bytes.cpp" /> |
| 28 | + </ItemGroup> |
| 29 | + <ItemDefinitionGroup> |
| 30 | + <ClCompile> |
| 31 | + <DisableSpecificWarnings>4060;4065;4146;4244;4267;4554</DisableSpecificWarnings> |
| 32 | + <PreprocessorDefinitions>HAVE_CLMUL;DISABLE_DEFAULT_FIELDS;ENABLE_FIELD_32;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 33 | + </ClCompile> |
| 34 | + </ItemDefinitionGroup> |
| 35 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 36 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 37 | + <Import Project="..\common.vcxproj" /> |
| 38 | +</Project> |
0 commit comments