lib_nvm.vcxproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="..\..\nvm\fdmanifest.c" />
  23. <ClCompile Include="..\..\nvm\manifest.c" />
  24. <ClCompile Include="..\..\nvm\nvm.c" />
  25. <ClCompile Include="..\..\nvm\nvmfile.c" />
  26. <ClCompile Include="..\..\nvm\nvmfile1.c" />
  27. <ClCompile Include="..\..\nvm\nvmfile2.c" />
  28. <ClCompile Include="..\..\nvm\nvmlock2.c" />
  29. <ClCompile Include="..\..\nvm\nvmpeek.c" />
  30. <ClCompile Include="..\..\nvm\nvmpeek1.c" />
  31. <ClCompile Include="..\..\nvm\nvmpeek2.c" />
  32. <ClCompile Include="..\..\nvm\nvmseek1.c" />
  33. <ClCompile Include="..\..\nvm\nvmseek2.c" />
  34. </ItemGroup>
  35. <PropertyGroup Label="Globals">
  36. <ProjectGuid>{CDBE586E-5E50-46E3-97AD-5ACFDEA2C25B}</ProjectGuid>
  37. <Keyword>Win32Proj</Keyword>
  38. <RootNamespace>lib_nvm</RootNamespace>
  39. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  40. </PropertyGroup>
  41. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v140</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  49. <ConfigurationType>StaticLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v140</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. <UseDebugLibraries>true</UseDebugLibraries>
  58. <PlatformToolset>v140</PlatformToolset>
  59. <CharacterSet>Unicode</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  62. <ConfigurationType>StaticLibrary</ConfigurationType>
  63. <UseDebugLibraries>false</UseDebugLibraries>
  64. <PlatformToolset>v140</PlatformToolset>
  65. <WholeProgramOptimization>true</WholeProgramOptimization>
  66. <CharacterSet>Unicode</CharacterSet>
  67. </PropertyGroup>
  68. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  69. <ImportGroup Label="ExtensionSettings">
  70. </ImportGroup>
  71. <ImportGroup Label="Shared">
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  75. </ImportGroup>
  76. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <PropertyGroup Label="UserMacros" />
  86. <PropertyGroup />
  87. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  88. <ClCompile>
  89. <PrecompiledHeader>
  90. </PrecompiledHeader>
  91. <WarningLevel>Level3</WarningLevel>
  92. <Optimization>Disabled</Optimization>
  93. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. </ClCompile>
  95. <Link>
  96. <SubSystem>Windows</SubSystem>
  97. </Link>
  98. </ItemDefinitionGroup>
  99. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  100. <ClCompile>
  101. <PrecompiledHeader>
  102. </PrecompiledHeader>
  103. <WarningLevel>Level3</WarningLevel>
  104. <Optimization>Disabled</Optimization>
  105. <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  106. </ClCompile>
  107. <Link>
  108. <SubSystem>Windows</SubSystem>
  109. </Link>
  110. </ItemDefinitionGroup>
  111. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  112. <ClCompile>
  113. <WarningLevel>Level3</WarningLevel>
  114. <PrecompiledHeader>
  115. </PrecompiledHeader>
  116. <Optimization>MaxSpeed</Optimization>
  117. <FunctionLevelLinking>true</FunctionLevelLinking>
  118. <IntrinsicFunctions>true</IntrinsicFunctions>
  119. <PreprocessorDefinitions>WIN32;_CONSOLE;MAKEFILE;WINPCAP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  121. <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  122. <CompileAs>CompileAsC</CompileAs>
  123. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  124. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  125. </ClCompile>
  126. <Link>
  127. <SubSystem>Windows</SubSystem>
  128. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  129. <OptimizeReferences>true</OptimizeReferences>
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  133. <ClCompile>
  134. <WarningLevel>Level3</WarningLevel>
  135. <PrecompiledHeader>
  136. </PrecompiledHeader>
  137. <Optimization>MaxSpeed</Optimization>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. </ClCompile>
  142. <Link>
  143. <SubSystem>Windows</SubSystem>
  144. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. </Link>
  147. </ItemDefinitionGroup>
  148. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  149. <ImportGroup Label="ExtensionTargets">
  150. </ImportGroup>
  151. </Project>