You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

174 lines
8.5 KiB

  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</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="..\spp_test.cc" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <ClInclude Include="..\..\sparsepp\spp.h" />
  26. <ClInclude Include="..\..\sparsepp\spp_alloc.h" />
  27. <ClInclude Include="..\..\sparsepp\spp_bitset.h" />
  28. <ClInclude Include="..\..\sparsepp\spp_memory.h" />
  29. <ClInclude Include="..\..\sparsepp\spp_timer.h" />
  30. <ClInclude Include="..\..\sparsepp\spp_utils.h" />
  31. </ItemGroup>
  32. <PropertyGroup Label="Globals">
  33. <ProjectGuid>{9863A521-E9DB-4775-A276-CADEF726CF11}</ProjectGuid>
  34. <Keyword>Win32Proj</Keyword>
  35. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  36. </PropertyGroup>
  37. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  39. <ConfigurationType>Application</ConfigurationType>
  40. <PlatformToolset>v140</PlatformToolset>
  41. <CharacterSet>MultiByte</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  44. <ConfigurationType>Application</ConfigurationType>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. <PlatformToolset>v140</PlatformToolset>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <PlatformToolset>v140</PlatformToolset>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  54. <ConfigurationType>Application</ConfigurationType>
  55. <PlatformToolset>v140</PlatformToolset>
  56. <CharacterSet>MultiByte</CharacterSet>
  57. </PropertyGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  59. <ImportGroup Label="ExtensionSettings">
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup>
  75. <_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
  76. </PropertyGroup>
  77. <PropertyGroup>
  78. <IntDirSharingDetected>None</IntDirSharingDetected>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  82. <IntDir>$(Configuration)\</IntDir>
  83. <LinkIncremental>true</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  86. <LinkIncremental>true</LinkIncremental>
  87. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  91. <IntDir>$(Configuration)\</IntDir>
  92. <LinkIncremental>false</LinkIncremental>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  95. <LinkIncremental>false</LinkIncremental>
  96. </PropertyGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <ClCompile>
  99. <Optimization>Disabled</Optimization>
  100. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <MinimalRebuild>true</MinimalRebuild>
  102. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  103. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  104. <PrecompiledHeader />
  105. <WarningLevel>Level3</WarningLevel>
  106. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  107. <AdditionalIncludeDirectories>../..</AdditionalIncludeDirectories>
  108. </ClCompile>
  109. <Link>
  110. <OutputFile>$(OutDir)spp_test.exe</OutputFile>
  111. <GenerateDebugInformation>true</GenerateDebugInformation>
  112. <ProgramDatabaseFile>$(OutDir)spp_test.pdb</ProgramDatabaseFile>
  113. <SubSystem>Console</SubSystem>
  114. <TargetMachine>MachineX86</TargetMachine>
  115. </Link>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  118. <ClCompile>
  119. <Optimization>Disabled</Optimization>
  120. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  122. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  123. <PrecompiledHeader>
  124. </PrecompiledHeader>
  125. <WarningLevel>EnableAllWarnings</WarningLevel>
  126. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  127. <AdditionalIncludeDirectories>../..</AdditionalIncludeDirectories>
  128. </ClCompile>
  129. <Link>
  130. <OutputFile>$(OutDir)spp_test.exe</OutputFile>
  131. <GenerateDebugInformation>true</GenerateDebugInformation>
  132. <ProgramDatabaseFile>$(OutDir)spp_test.pdb</ProgramDatabaseFile>
  133. <SubSystem>Console</SubSystem>
  134. </Link>
  135. </ItemDefinitionGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  137. <ClCompile>
  138. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  139. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  140. <PrecompiledHeader />
  141. <WarningLevel>Level3</WarningLevel>
  142. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  143. <AdditionalIncludeDirectories>../..</AdditionalIncludeDirectories>
  144. </ClCompile>
  145. <Link>
  146. <OutputFile>$(OutDir)spp_test.exe</OutputFile>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. <SubSystem>Console</SubSystem>
  149. <OptimizeReferences>true</OptimizeReferences>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <TargetMachine>MachineX86</TargetMachine>
  152. </Link>
  153. </ItemDefinitionGroup>
  154. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  155. <ClCompile>
  156. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  158. <PrecompiledHeader>
  159. </PrecompiledHeader>
  160. <WarningLevel>Level3</WarningLevel>
  161. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  162. <AdditionalIncludeDirectories>../..</AdditionalIncludeDirectories>
  163. </ClCompile>
  164. <Link>
  165. <OutputFile>$(OutDir)spp_test.exe</OutputFile>
  166. <GenerateDebugInformation>true</GenerateDebugInformation>
  167. <SubSystem>Console</SubSystem>
  168. <OptimizeReferences>true</OptimizeReferences>
  169. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  170. </Link>
  171. </ItemDefinitionGroup>
  172. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  173. <ImportGroup Label="ExtensionTargets">
  174. </ImportGroup>
  175. </Project>