2015-03-16 23:42:36 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
|
<Project>
|
2020-08-21 03:27:07 +00:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2015-01-20 21:43:26 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{677EA016-1182-440C-9345-DC88D1E98C0C}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2015-01-20 21:43:26 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2015-01-20 21:43:26 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-19 01:07:08 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
2015-01-20 21:43:26 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
2023-11-19 19:40:01 +00:00
|
|
|
|
<ClCompile Include="xxHash/xxhash.c" />
|
2015-01-20 21:43:26 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-11-19 19:40:01 +00:00
|
|
|
|
<ClInclude Include="xxHash/xxh3.h" />
|
|
|
|
|
<ClInclude Include="xxHash/xxhash.h" />
|
2015-01-20 21:43:26 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2015-03-16 23:42:36 +00:00
|
|
|
|
</Project>
|