Blue.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Optimized Debug|Win32">
  9. <Configuration>Optimized Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release(DebugLog)|Win32">
  13. <Configuration>Release(DebugLog)</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{E5294C63-426A-4B28-8423-4799B6A9B510}</ProjectGuid>
  23. <RootNamespace>Blue</RootNamespace>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <ConfigurationType>StaticLibrary</ConfigurationType>
  28. <PlatformToolset>v120_xp</PlatformToolset>
  29. <UseOfMfc>false</UseOfMfc>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Optimized Debug|Win32'" Label="Configuration">
  32. <ConfigurationType>StaticLibrary</ConfigurationType>
  33. <PlatformToolset>v120</PlatformToolset>
  34. <UseOfMfc>false</UseOfMfc>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>StaticLibrary</ConfigurationType>
  38. <PlatformToolset>v120</PlatformToolset>
  39. <UseOfMfc>false</UseOfMfc>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release(DebugLog)|Win32'" Label="Configuration">
  42. <ConfigurationType>StaticLibrary</ConfigurationType>
  43. <PlatformToolset>v120</PlatformToolset>
  44. <UseOfMfc>false</UseOfMfc>
  45. </PropertyGroup>
  46. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  47. <ImportGroup Label="ExtensionSettings">
  48. </ImportGroup>
  49. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  50. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  51. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Optimized Debug|Win32'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  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. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release(DebugLog)|Win32'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  64. </ImportGroup>
  65. <PropertyGroup Label="UserMacros" />
  66. <PropertyGroup>
  67. <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  70. <OutDir>.\Build\Blue\Release\</OutDir>
  71. <IntDir>.\Build\Blue\Release\</IntDir>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release(DebugLog)|Win32'">
  74. <OutDir>.\Build\Blue\Release\</OutDir>
  75. <IntDir>.\Build\Blue\Release\</IntDir>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Optimized Debug|Win32'">
  78. <OutDir>.\Build\Blue\Optimized Debug\</OutDir>
  79. <IntDir>.\Build\Blue\Optimized Debug\</IntDir>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  82. <OutDir>.\Build\Blue\Debug\</OutDir>
  83. <IntDir>.\Build\Blue\Debug\</IntDir>
  84. </PropertyGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <ClCompile>
  87. <Optimization>MaxSpeed</Optimization>
  88. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  89. <AdditionalIncludeDirectories>.\SDL2\include;.\RSPiX\c\Win32\DirectX\Inc;.\RSPiX\c\Win32\WinG\Inc;.\RSPiX\c\Win32\SmartHeap\Include;.\RSPiX\Src;.\RSPiX\Src\Blue;.\RSPiX\Inc;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  90. <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;WITH_STEAMWORKS=0;ALLOW_TWINSTICK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. <StringPooling>true</StringPooling>
  92. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  93. <FunctionLevelLinking>true</FunctionLevelLinking>
  94. <PrecompiledHeader />
  95. <PrecompiledHeaderOutputFile>.\Build\Blue\Release/Blue.pch</PrecompiledHeaderOutputFile>
  96. <AssemblerListingLocation>.\Build\Blue\Release/</AssemblerListingLocation>
  97. <ObjectFileName>.\Build\Blue\Release/</ObjectFileName>
  98. <ProgramDataBaseFileName>.\Build\Blue\Release/</ProgramDataBaseFileName>
  99. <WarningLevel>Level3</WarningLevel>
  100. <SuppressStartupBanner>true</SuppressStartupBanner>
  101. <CompileAs>Default</CompileAs>
  102. </ClCompile>
  103. <ResourceCompile>
  104. <Culture>0x0409</Culture>
  105. </ResourceCompile>
  106. <Lib>
  107. <OutputFile>.\Build\Blue\Release\Blue.lib</OutputFile>
  108. <SuppressStartupBanner>true</SuppressStartupBanner>
  109. </Lib>
  110. </ItemDefinitionGroup>
  111. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release(DebugLog)|Win32'">
  112. <ClCompile>
  113. <Optimization>MaxSpeed</Optimization>
  114. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  115. <AdditionalIncludeDirectories>.\SDL2\include;.\RSPiX\c\Win32\DirectX\Inc;.\RSPiX\c\Win32\WinG\Inc;.\RSPiX\c\Win32\SmartHeap\Include;.\RSPiX\Src;.\RSPiX\Src\Blue;.\RSPiX\Inc;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  116. <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;WITH_STEAMWORKS=0;ALLOW_TWINSTICK;TRACENASSERT;RSP_DEBUG_OUT_FILE;RSP_TRACE_LOG_NAME="Postal Plus.log";%(PreprocessorDefinitions)</PreprocessorDefinitions>
  117. <StringPooling>true</StringPooling>
  118. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  119. <FunctionLevelLinking>true</FunctionLevelLinking>
  120. <PrecompiledHeader>
  121. </PrecompiledHeader>
  122. <PrecompiledHeaderOutputFile>.\Build\Blue\Release/Blue.pch</PrecompiledHeaderOutputFile>
  123. <AssemblerListingLocation>.\Build\Blue\Release/</AssemblerListingLocation>
  124. <ObjectFileName>.\Build\Blue\Release/</ObjectFileName>
  125. <ProgramDataBaseFileName>.\Build\Blue\Release/</ProgramDataBaseFileName>
  126. <WarningLevel>Level3</WarningLevel>
  127. <SuppressStartupBanner>true</SuppressStartupBanner>
  128. <CompileAs>Default</CompileAs>
  129. </ClCompile>
  130. <ResourceCompile>
  131. <Culture>0x0409</Culture>
  132. </ResourceCompile>
  133. <Lib>
  134. <OutputFile>.\Build\Blue\Release\Blue.lib</OutputFile>
  135. <SuppressStartupBanner>true</SuppressStartupBanner>
  136. </Lib>
  137. </ItemDefinitionGroup>
  138. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Optimized Debug|Win32'">
  139. <ClCompile>
  140. <Optimization>MaxSpeed</Optimization>
  141. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  142. <AdditionalIncludeDirectories>.\SDL2\include;.\RSPiX\c\Win32\DirectX\Inc;.\RSPiX\c\Win32\WinG\Inc;.\RSPiX\Src;.\RSPiX\Src\Blue;.\RSPiX\Inc;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  143. <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;TRACENASSERT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. <StringPooling>true</StringPooling>
  145. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  146. <FunctionLevelLinking>true</FunctionLevelLinking>
  147. <PrecompiledHeader />
  148. <PrecompiledHeaderOutputFile>.\Build\Blue\Optimized Debug/Blue.pch</PrecompiledHeaderOutputFile>
  149. <AssemblerListingLocation>.\Build\Blue\Optimized Debug/</AssemblerListingLocation>
  150. <ObjectFileName>.\Build\Blue\Optimized Debug/</ObjectFileName>
  151. <ProgramDataBaseFileName>.\Build\Blue\Optimized Debug/</ProgramDataBaseFileName>
  152. <WarningLevel>Level3</WarningLevel>
  153. <SuppressStartupBanner>true</SuppressStartupBanner>
  154. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  155. <CompileAs>Default</CompileAs>
  156. </ClCompile>
  157. <ResourceCompile>
  158. <Culture>0x0409</Culture>
  159. </ResourceCompile>
  160. <Lib>
  161. <OutputFile>.\Build\Blue\Optimized Debug\Blue.lib</OutputFile>
  162. <SuppressStartupBanner>true</SuppressStartupBanner>
  163. </Lib>
  164. </ItemDefinitionGroup>
  165. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  166. <ClCompile>
  167. <Optimization>Disabled</Optimization>
  168. <AdditionalIncludeDirectories>.\SDL2\include;.\RSPiX\c\Win32\WinG\Inc;.\RSPiX\c\Win32\DirectX\Inc;.\RSPiX\Src;.\RSPiX\Src\Blue;.\RSPiX\Inc;.\RSPiX\c\Win32\HeapAgent\Include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  169. <PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;NOSHMALLOC;WITH_STEAMWORKS=0;ALLOW_TWINSTICK;RSP_DEBUG_OUT_FILE;RSP_TRACE_LOG_NAME="Postal Plus.log";%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  171. <PrecompiledHeader />
  172. <PrecompiledHeaderOutputFile>.\Build\Blue\Debug/Blue.pch</PrecompiledHeaderOutputFile>
  173. <AssemblerListingLocation>.\Build\Blue\Debug/</AssemblerListingLocation>
  174. <ObjectFileName>.\Build\Blue\Debug/</ObjectFileName>
  175. <ProgramDataBaseFileName>.\Build\Blue\Debug/</ProgramDataBaseFileName>
  176. <WarningLevel>Level3</WarningLevel>
  177. <SuppressStartupBanner>true</SuppressStartupBanner>
  178. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  179. <CompileAs>Default</CompileAs>
  180. </ClCompile>
  181. <ResourceCompile>
  182. <Culture>0x0409</Culture>
  183. </ResourceCompile>
  184. <Lib>
  185. <OutputFile>.\Build\Blue\Debug\BlueD.lib</OutputFile>
  186. <SuppressStartupBanner>true</SuppressStartupBanner>
  187. </Lib>
  188. </ItemDefinitionGroup>
  189. <ItemGroup>
  190. <ClCompile Include="RSPiX\Src\Blue\unix\Bdebug.cpp" />
  191. <ClCompile Include="RSPiX\Src\Blue\unix\Bdisp.cpp" />
  192. <ClCompile Include="RSPiX\Src\Blue\unix\Bjoy.cpp" />
  193. <ClCompile Include="RSPiX\Src\Blue\unix\Bkey.cpp" />
  194. <ClCompile Include="RSPiX\Src\Blue\unix\Bmain.cpp" />
  195. <ClCompile Include="RSPiX\Src\Blue\unix\Bmouse.cpp" />
  196. <ClCompile Include="RSPiX\Src\Blue\unix\Bsound.cpp" />
  197. <ClCompile Include="RSPiX\Src\Blue\unix\Btime.cpp" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <ProjectReference Include="Cyan.vcxproj">
  201. <Project>{faea86f3-327d-47b5-838b-307b885b3113}</Project>
  202. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  203. </ProjectReference>
  204. </ItemGroup>
  205. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  206. <ImportGroup Label="ExtensionTargets">
  207. </ImportGroup>
  208. </Project>