diff options
Diffstat (limited to 'src/pmdk/src/libpmemblk/libpmemblk.vcxproj')
-rw-r--r-- | src/pmdk/src/libpmemblk/libpmemblk.vcxproj | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/src/pmdk/src/libpmemblk/libpmemblk.vcxproj b/src/pmdk/src/libpmemblk/libpmemblk.vcxproj new file mode 100644 index 000000000..680052a3f --- /dev/null +++ b/src/pmdk/src/libpmemblk/libpmemblk.vcxproj @@ -0,0 +1,133 @@ +<?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="..\..\src\libpmemblk\blk.c" /> + <ClCompile Include="..\..\src\libpmemblk\btt.c" /> + <ClCompile Include="..\..\src\libpmemblk\libpmemblk.c" /> + <ClCompile Include="..\core\alloc.c" /> + <ClCompile Include="..\common\set_badblocks.c" /> + <ClCompile Include="..\common\ctl.c" /> + <ClCompile Include="..\common\ctl_cow.c" /> + <ClCompile Include="..\common\ctl_prefault.c" /> + <ClCompile Include="..\common\ctl_sds.c" /> + <ClCompile Include="..\common\ctl_fallocate.c" /> + <ClCompile Include="..\common\file.c" /> + <ClCompile Include="..\common\file_windows.c" /> + <ClCompile Include="..\common\mmap.c" /> + <ClCompile Include="..\common\mmap_windows.c" /> + <ClCompile Include="..\core\fs_windows.c" /> + <ClCompile Include="..\common\bad_blocks.c" /> + <ClCompile Include="..\common\os_deep_windows.c" /> + <ClCompile Include="..\core\os_thread_windows.c" /> + <ClCompile Include="..\core\os_windows.c" /> + <ClCompile Include="..\core\out.c" /> + <ClCompile Include="..\common\pool_hdr.c" /> + <ClCompile Include="..\common\set.c" /> + <ClCompile Include="..\common\shutdown_state.c" /> + <ClCompile Include="..\core\util.c" /> + <ClCompile Include="..\core\util_windows.c" /> + <ClCompile Include="..\common\uuid.c" /> + <ClCompile Include="..\common\uuid_windows.c" /> + <ClCompile Include="..\libpmem2\auto_flush_windows.c" /> + <ClCompile Include="..\libpmem2\usc_windows.c" /> + <ClCompile Include="libpmemblk_main.c" /> + <ClCompile Include="..\libpmem2\config.c" /> + <ClCompile Include="..\libpmem2\badblocks.c" /> + <ClCompile Include="..\libpmem2\badblocks_none.c" /> + <ClCompile Include="..\libpmem2\source.c" /> + <ClCompile Include="..\libpmem2\source_windows.c" /> + <ClCompile Include="..\libpmem2\pmem2_utils.c" /> + <ClCompile Include="..\libpmem2\pmem2_utils_other.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\src\core\out.h" /> + <ClInclude Include="..\..\src\core\util.h" /> + <ClInclude Include="..\..\src\common\valgrind_internal.h" /> + <ClInclude Include="..\..\src\include\libpmemblk.h" /> + <ClInclude Include="..\..\src\libpmemblk\blk.h" /> + <ClInclude Include="..\..\src\libpmemblk\btt.h" /> + <ClInclude Include="..\..\src\libpmemblk\btt_layout.h" /> + <ClInclude Include="..\core\alloc.h" /> + <ClInclude Include="..\common\ctl.h" /> + <ClInclude Include="..\common\ctl_global.h" /> + <ClInclude Include="..\common\dlsym.h" /> + <ClInclude Include="..\core\fault_injection.h" /> + <ClInclude Include="..\common\file.h" /> + <ClInclude Include="..\core\fs.h" /> + <ClInclude Include="..\common\mmap.h" /> + <ClInclude Include="..\core\os.h" /> + <ClInclude Include="..\common\os_deep.h" /> + <ClInclude Include="..\core\os_thread.h" /> + <ClInclude Include="..\common\pmemcommon.h" /> + <ClInclude Include="..\common\pool_hdr.h" /> + <ClInclude Include="..\common\set.h" /> + <ClInclude Include="..\common\sys_util.h" /> + <ClInclude Include="..\common\uuid.h" /> + <ClInclude Include="..\libpmem2\auto_flush.h" /> + <ClInclude Include="..\libpmem2\auto_flush_windows.h" /> + <ClInclude Include="..\libpmem2\config.h" /> + <ClInclude Include="..\libpmem2\pmem2_utils.h" /> + </ItemGroup> + <ItemGroup> + <None Include="libpmemblk.def" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\libpmem\libpmem.vcxproj"> + <Project>{9e9e3d25-2139-4a5d-9200-18148ddead45}</Project> + </ProjectReference> + <ProjectReference Include="..\windows\srcversion\srcversion.vcxproj"> + <Project>{901f04db-e1a5-4a41-8b81-9d31c19acd59}</Project> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="libpmemblk.rc" /> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{f7c6c6b6-4142-4c82-8699-4a9d8183181b}</ProjectGuid> + <Keyword>DynamicLibrary</Keyword> + <ProjectName>libpmemblk</ProjectName> + <RootNamespace>libpmemblk</RootNamespace> + <DefaultLanguage>en-US</DefaultLanguage> + <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <WholeProgramOptimization>false</WholeProgramOptimization> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <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="..\windows\libs_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="..\windows\libs_release.props" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file |