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.

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