Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{49A7CC5A-D5E7-4A07-917F-C6918B982BE8}</ProjectGuid>
    <TargetName>$(ProjectName)</TargetName>
    <RootNamespace>pmemobj</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <Manifest>
      <AdditionalManifestFiles>..\..\..\LongPath.manifest</AdditionalManifestFiles>
    </Manifest>
  </ItemDefinitionGroup>
  <ItemGroup Condition="'$(SolutionName)'=='PMDK'">
    <ProjectReference Include="..\..\..\libpmemobj\libpmemobj.vcxproj">
      <Project>{1baa1617-93ae-4196-8a1a-bd492fb18aef}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\..\libpmem\libpmem.vcxproj">
      <Project>{9e9e3d25-2139-4a5d-9200-18148ddead45}</Project>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\hashmap\hashmap_atomic.vcxproj">
      <Project>{f5e2f6c4-19ba-497a-b754-232e469be647}</Project>
    </ProjectReference>
    <ProjectReference Include="..\hashmap\hashmap_rp.vcxproj">
      <Project>{F5E2F6C4-19BA-497A-B754-232E4666E647}</Project>
    </ProjectReference>
    <ProjectReference Include="..\hashmap\hashmap_tx.vcxproj">
      <Project>{d93a2683-6d99-4f18-b378-91195d23e007}</Project>
    </ProjectReference>
    <ProjectReference Include="..\list_map\list_map.vcxproj">
      <Project>{3799ba67-3c4f-4ae0-85dc-5baaea01a180}</Project>
    </ProjectReference>
    <ProjectReference Include="..\tree_map\btree_map.vcxproj">
      <Project>{79d37ffe-ff76-44b3-bb27-3dcaeff2ebe9}</Project>
    </ProjectReference>
    <ProjectReference Include="..\tree_map\ctree_map.vcxproj">
      <Project>{be18f227-a9f0-4b38-b689-4e2f9f09ca5f}</Project>
    </ProjectReference>
    <ProjectReference Include="..\tree_map\rbtree_map.vcxproj">
      <Project>{17a4b817-68b1-4719-a9ef-bd8fab747de6}</Project>
    </ProjectReference>
    <ProjectReference Include="..\tree_map\rtree_map.vcxproj">
      <Project>{3ed56e55-84a6-422c-a8d4-a8439fb8f245}</Project>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v140</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v140</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="PropertySheets">
    <Import Project="..\..\Examples_$(Configuration).props" />
  </ImportGroup>
  <PropertyGroup>
    <IncludePath>$(solutionDir)include;$(solutionDir)..\include;$(ProjectDir)..\..\;$(ProjectDir)..\list_map;$(ProjectDir)..\hashmap;$(ProjectDir)..\tree_map;$(IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)..\$(Platform)\$(Configuration);$(ProjectDir)</IncludePath>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <CompileAs>CompileAsCpp</CompileAs>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClInclude Include="map.h" />
    <ClInclude Include="map_btree.h" />
    <ClInclude Include="map_ctree.h" />
    <ClInclude Include="map_hashmap_atomic.h" />
    <ClInclude Include="map_hashmap_rp.h" />
    <ClInclude Include="map_hashmap_tx.h" />
    <ClInclude Include="map_rbtree.h" />
    <ClInclude Include="map_skiplist.h" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="map.c" />
    <ClCompile Include="map_btree.c" />
    <ClCompile Include="map_ctree.c" />
    <ClCompile Include="map_hashmap_atomic.c" />
    <ClCompile Include="map_hashmap_rp.c" />
    <ClCompile Include="map_hashmap_tx.c" />
    <ClCompile Include="map_rbtree.c" />
    <ClCompile Include="map_rtree.c" />
    <ClCompile Include="map_skiplist.c" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\hashmap\hashmap_atomic.vcxproj">
      <Project>{f5e2f6c4-19ba-497a-b754-232e469be647}</Project>
    </ProjectReference>
    <ProjectReference Include="..\hashmap\hashmap_rp.vcxproj">
      <Project>{F5E2F6C4-19BA-497A-B754-232E4666E647}</Project>
    </ProjectReference>
    <ProjectReference Include="..\hashmap\hashmap_tx.vcxproj">
      <Project>{d93a2683-6d99-4f18-b378-91195d23e007}</Project>
    </ProjectReference>
    <ProjectReference Include="..\list_map\list_map.vcxproj">
      <Project>{3799ba67-3c4f-4ae0-85dc-5baaea01a180}</Project>
    </ProjectReference>
    <ProjectReference Include="..\tree_map\btree_map.vcxproj">
      <Project>{79d37ffe-ff76-44b3-bb27-3dcaeff2ebe9}</Project>
    </ProjectReference>
    <ProjectReference Include="..\tree_map\ctree_map.vcxproj">
      <Project>{be18f227-a9f0-4b38-b689-4e2f9f09ca5f}</Project>
    </ProjectReference>
    <ProjectReference Include="..\tree_map\rbtree_map.vcxproj">
      <Project>{17a4b817-68b1-4719-a9ef-bd8fab747de6}</Project>
    </ProjectReference>
    <ProjectReference Include="..\tree_map\rtree_map.vcxproj">
      <Project>{3ed56e55-84a6-422c-a8d4-a8439fb8f245}</Project>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>