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>{EDD5FA29-69AF-445F-842A-132E65D3C92B}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>obj_sds</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v140</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v140</PlatformToolset>
    <WholeProgramOptimization>false</WholeProgramOptimization>
    <CharacterSet>NotSet</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="Shared">
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\test_debug.props" />
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\test_release.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <IncludePath>$(SolutionDir)\common;$(SolutionDir)\test\unittest;$(SolutionDir)\windows\include;$(SolutionDir)\include;$(SolutionDir)\libpmemobj;$(IncludePath)</IncludePath>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <AdditionalIncludeDirectories>$(SolutionDir)\libpmemobj;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <ForcedIncludeFiles>mocks_windows.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
    </ClCompile>
    <Link />
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile />
    <Link />
    <ClCompile>
      <ForcedIncludeFiles>mocks_windows.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\..\common\badblock.c" />
    <ClCompile Include="..\..\common\badblock_windows.c" />
    <ClCompile Include="..\..\common\ctl.c" />
    <ClCompile Include="..\..\common\ctl_prefault.c" />
    <ClCompile Include="..\..\common\ctl_sds.c" />
    <ClCompile Include="..\..\common\file.c" />
    <ClCompile Include="..\..\common\file_windows.c" />
    <ClCompile Include="..\..\common\fs_windows.c" />
    <ClCompile Include="..\..\common\mmap.c" />
    <ClCompile Include="..\..\common\mmap_windows.c" />
    <ClCompile Include="..\..\common\os_auto_flush_windows.c" />
    <ClCompile Include="..\..\common\os_deep_windows.c" />
    <ClCompile Include="..\..\common\os_thread_windows.c" />
    <ClCompile Include="..\..\common\os_windows.c" />
    <ClCompile Include="..\..\common\out.c" />
    <ClCompile Include="..\..\common\pool_hdr.c" />
    <ClCompile Include="..\..\common\set.c" />
    <ClCompile Include="..\..\common\shutdown_state.c" />
    <ClCompile Include="..\..\common\util.c" />
    <ClCompile Include="..\..\common\util_windows.c" />
    <ClCompile Include="..\..\common\uuid.c" />
    <ClCompile Include="..\..\common\uuid_windows.c" />
    <ClCompile Include="..\..\libpmemobj\alloc_class.c" />
    <ClCompile Include="..\..\libpmemobj\bucket.c" />
    <ClCompile Include="..\..\libpmemobj\container_ravl.c" />
    <ClCompile Include="..\..\libpmemobj\container_seglists.c" />
    <ClCompile Include="..\..\libpmemobj\ctl_debug.c" />
    <ClCompile Include="..\..\libpmemobj\cuckoo.c" />
    <ClCompile Include="..\..\libpmemobj\heap.c" />
    <ClCompile Include="..\..\libpmemobj\lane.c" />
    <ClCompile Include="..\..\libpmemobj\libpmemobj.c" />
    <ClCompile Include="..\..\libpmemobj\list.c" />
    <ClCompile Include="..\..\libpmemobj\memblock.c" />
    <ClCompile Include="..\..\libpmemobj\memops.c" />
    <ClCompile Include="..\..\libpmemobj\obj.c" />
    <ClCompile Include="..\..\libpmemobj\palloc.c" />
    <ClCompile Include="..\..\libpmemobj\pmalloc.c" />
    <ClCompile Include="..\..\libpmemobj\ravl.c" />
    <ClCompile Include="..\..\libpmemobj\recycler.c" />
    <ClCompile Include="..\..\libpmemobj\ulog.c" />
    <ClCompile Include="..\..\libpmemobj\stats.c" />
    <ClCompile Include="..\..\libpmemobj\sync.c" />
    <ClCompile Include="..\..\libpmemobj\tx.c" />
    <ClCompile Include="obj_sds.c">
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WRAP_REAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WRAP_REAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\libpmem\libpmem.vcxproj">
      <Project>{9e9e3d25-2139-4a5d-9200-18148ddead45}</Project>
    </ProjectReference>
    <ProjectReference Include="..\unittest\libut.vcxproj">
      <Project>{ce3f2dfb-8470-4802-ad37-21caf6cb2681}</Project>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="mocks_windows.h" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>