lib_ram.vcxproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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="..\..\ram\nvram.c" />
  23. <ClCompile Include="..\..\ram\nvrampeek.c" />
  24. <ClCompile Include="..\..\ram\sdramfile.c" />
  25. <ClCompile Include="..\..\ram\sdramfileA.c" />
  26. <ClCompile Include="..\..\ram\sdrampeek.c" />
  27. <ClCompile Include="..\..\ram\sdramtext.c" />
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{D0FDA20C-A8EF-4BF2-AA05-ED875145F60E}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>lib_ram</RootNamespace>
  33. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>StaticLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v140</PlatformToolset>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v140</PlatformToolset>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  50. <ConfigurationType>StaticLibrary</ConfigurationType>
  51. <UseDebugLibraries>true</UseDebugLibraries>
  52. <PlatformToolset>v140</PlatformToolset>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <PlatformToolset>v140</PlatformToolset>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  63. <ImportGroup Label="ExtensionSettings">
  64. </ImportGroup>
  65. <ImportGroup Label="Shared">
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  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|x64'">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. </ImportGroup>
  79. <PropertyGroup Label="UserMacros" />
  80. <PropertyGroup />
  81. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  82. <ClCompile>
  83. <PrecompiledHeader>
  84. </PrecompiledHeader>
  85. <WarningLevel>Level3</WarningLevel>
  86. <Optimization>Disabled</Optimization>
  87. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88. </ClCompile>
  89. <Link>
  90. <SubSystem>Windows</SubSystem>
  91. </Link>
  92. </ItemDefinitionGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  94. <ClCompile>
  95. <PrecompiledHeader>
  96. </PrecompiledHeader>
  97. <WarningLevel>Level3</WarningLevel>
  98. <Optimization>Disabled</Optimization>
  99. <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. </ClCompile>
  101. <Link>
  102. <SubSystem>Windows</SubSystem>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  106. <ClCompile>
  107. <WarningLevel>Level3</WarningLevel>
  108. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  109. <Optimization>MaxSpeed</Optimization>
  110. <FunctionLevelLinking>true</FunctionLevelLinking>
  111. <IntrinsicFunctions>true</IntrinsicFunctions>
  112. <PreprocessorDefinitions>WIN32;_CONSOLE;MAKEFILE;WINPCAP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  114. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  115. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  116. <CompileAs>CompileAsC</CompileAs>
  117. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  118. </ClCompile>
  119. <Link>
  120. <SubSystem>Windows</SubSystem>
  121. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  122. <OptimizeReferences>true</OptimizeReferences>
  123. </Link>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  126. <ClCompile>
  127. <WarningLevel>Level3</WarningLevel>
  128. <PrecompiledHeader>
  129. </PrecompiledHeader>
  130. <Optimization>MaxSpeed</Optimization>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <IntrinsicFunctions>true</IntrinsicFunctions>
  133. <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Windows</SubSystem>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  142. <ImportGroup Label="ExtensionTargets">
  143. </ImportGroup>
  144. </Project>