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>
  <ItemGroup>
    <ClCompile Include="..\..\libpmemblk\btt.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\cuckoo.c" />
    <ClCompile Include="..\..\libpmemobj\heap.c" />
    <ClCompile Include="..\..\libpmemobj\lane.c" />
    <ClCompile Include="..\..\libpmemobj\list.c" />
    <ClCompile Include="..\..\libpmemobj\memblock.c" />
    <ClCompile Include="..\..\libpmemobj\memops.c" />
    <ClCompile Include="..\..\libpmemobj\palloc.c" />
    <ClCompile Include="..\..\libpmemobj\pmalloc.c" />
    <ClCompile Include="..\..\libpmemobj\ravl.c" />
    <ClCompile Include="..\..\libpmemobj\recycler.c" />
    <ClCompile Include="..\..\libpmemobj\sync.c" />
    <ClCompile Include="..\..\libpmemobj\ulog.c" />
    <ClCompile Include="check.c" />
    <ClCompile Include="common.c" />
    <ClCompile Include="convert.c" />
    <ClCompile Include="create.c" />
    <ClCompile Include="dump.c" />
    <ClCompile Include="feature.c" />
    <ClCompile Include="info.c" />
    <ClCompile Include="info_blk.c" />
    <ClCompile Include="info_log.c" />
    <ClCompile Include="info_obj.c" />
    <ClCompile Include="output.c" />
    <ClCompile Include="pmempool.c" />
    <ClCompile Include="rm.c" />
    <ClCompile Include="synchronize.c" />
    <ClCompile Include="transform.c" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="check.h" />
    <ClInclude Include="common.h" />
    <ClInclude Include="convert.h" />
    <ClInclude Include="create.h" />
    <ClInclude Include="dump.h" />
    <ClInclude Include="feature.h" />
    <ClInclude Include="info.h" />
    <ClInclude Include="output.h" />
    <ClInclude Include="rm.h" />
    <ClInclude Include="synchronize.h" />
    <ClInclude Include="transform.h" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\common\libpmemcommon.vcxproj">
      <Project>{492baa3d-0d5d-478e-9765-500463ae69aa}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\libpmemblk\libpmemblk.vcxproj">
      <Project>{f7c6c6b6-4142-4c82-8699-4a9d8183181b}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\libpmemlog\libpmemlog.vcxproj">
      <Project>{0b1818eb-bdc8-4865-964f-db8bf05cfd86}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\libpmemobj\libpmemobj.vcxproj">
      <Project>{1baa1617-93ae-4196-8a1a-bd492fb18aef}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\libpmempool\libpmempool.vcxproj">
      <Project>{cf9a0883-6334-44c7-ac29-349468c78e27}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\libpmem\libpmem.vcxproj">
      <Project>{9e9e3d25-2139-4a5d-9200-18148ddead45}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\windows\getopt\getopt.vcxproj">
      <Project>{9186eac4-2f34-4f17-b940-6585d7869bcd}</Project>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="pmempool.rc" />
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{7DC3B3DD-73ED-4602-9AF3-8D7053620DEA}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>pmempool</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>
    <CharacterSet>NotSet</CharacterSet>
  </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="..\..\LongPathSupport.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="..\..\LongPathSupport.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <IncludePath>$(SolutionDir)\common;$(SolutionDir)\test\unittest;$(SolutionDir)\windows\include;$(SolutionDir)\include;$(SolutionDir)\windows\getopt;$(SolutionDir)\libpmemlog;$(SolutionDir)\libpmemblk;$(SolutionDir)\libpmemobj;$(IncludePath)</IncludePath>
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\libs\</OutDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <IncludePath>$(SolutionDir)\common;$(SolutionDir)\test\unittest;$(SolutionDir)\windows\include;$(SolutionDir)\include;$(SolutionDir)\windows\getopt;$(SolutionDir)\libpmemlog;$(SolutionDir)\libpmemblk;$(SolutionDir)\libpmemobj;$(IncludePath)</IncludePath>
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\libs\</OutDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <PreprocessorDefinitions>PMDK_UTF8_API;SDS_ENABLED; NTDDI_VERSION=NTDDI_WIN10_RS1;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ForcedIncludeFiles>platform.h</ForcedIncludeFiles>
      <CompileAs>CompileAsC</CompileAs>
      <PreprocessToFile>false</PreprocessToFile>
      <TreatWarningAsError>true</TreatWarningAsError>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
      <GenerateDebugInformation>Debug</GenerateDebugInformation>
    </Link>
    <PreBuildEvent>
      <Command>
      </Command>
    </PreBuildEvent>
    <ResourceCompile>
      <PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <PreprocessorDefinitions>PMDK_UTF8_API;SDS_ENABLED; NTDDI_VERSION=NTDDI_WIN10_RS1;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <CompileAs>CompileAsC</CompileAs>
      <ForcedIncludeFiles>platform.h</ForcedIncludeFiles>
      <PreprocessToFile>false</PreprocessToFile>
      <TreatWarningAsError>true</TreatWarningAsError>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
      <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
    </Link>
    <PreBuildEvent>
      <Command>
      </Command>
    </PreBuildEvent>
  </ItemDefinitionGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>