GameGUIMP.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Template|Win32">
  13. <Configuration>Template</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. </ItemGroup>
  17. <PropertyGroup Label="Globals">
  18. <SccProjectName>
  19. </SccProjectName>
  20. <SccLocalPath>
  21. </SccLocalPath>
  22. <Keyword>MFCProj</Keyword>
  23. <ProjectGuid>{3EC2357F-FA36-9DF7-FFC4-AF9C03777DBE}</ProjectGuid>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
  27. <ConfigurationType>Application</ConfigurationType>
  28. <PlatformToolset>v120</PlatformToolset>
  29. <CharacterSet>Unicode</CharacterSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  32. <ConfigurationType>DynamicLibrary</ConfigurationType>
  33. <UseOfMfc>Dynamic</UseOfMfc>
  34. <CharacterSet>Unicode</CharacterSet>
  35. <PlatformToolset>v120</PlatformToolset>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <UseOfMfc>Dynamic</UseOfMfc>
  40. <CharacterSet>Unicode</CharacterSet>
  41. <PlatformToolset>v120</PlatformToolset>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  44. <ImportGroup Label="ExtensionSettings">
  45. </ImportGroup>
  46. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
  47. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  48. </ImportGroup>
  49. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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.UpgradeFromVC60.props" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='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.UpgradeFromVC60.props" />
  56. </ImportGroup>
  57. <PropertyGroup Label="UserMacros" />
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <OutDir>Debug\</OutDir>
  60. <IntDir>Debug\</IntDir>
  61. <LinkIncremental>false</LinkIncremental>
  62. <TargetName>$(ProjectName)D</TargetName>
  63. <IncludePath>$(SolutionDir);$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Include;$(IncludePath)</IncludePath>
  64. <LibraryPath>$(SolutionDir)..\Bin\Debug;$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Lib;$(LibraryPath)</LibraryPath>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  67. <OutDir>Release\</OutDir>
  68. <IntDir>Release\</IntDir>
  69. <LinkIncremental>false</LinkIncremental>
  70. <IncludePath>$(SolutionDir);$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Include;$(IncludePath)</IncludePath>
  71. <LibraryPath>$(SolutionDir)..\Bin;$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Lib;$(LibraryPath)</LibraryPath>
  72. </PropertyGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <ClCompile>
  75. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  76. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  77. <FunctionLevelLinking>false</FunctionLevelLinking>
  78. <Optimization>Disabled</Optimization>
  79. <SuppressStartupBanner>true</SuppressStartupBanner>
  80. <WarningLevel>Level3</WarningLevel>
  81. <MinimalRebuild>true</MinimalRebuild>
  82. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GAMEGUI_EXPORTS;_WINDLL;DIRECT3D_VERSION=0x0800;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  83. <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
  84. <PrecompiledHeaderOutputFile>.\Debug\GameGUIMP.pch</PrecompiledHeaderOutputFile>
  85. <PrecompiledHeader>Use</PrecompiledHeader>
  86. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  87. <ObjectFileName>.\Debug\</ObjectFileName>
  88. <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
  89. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  90. <DisableSpecificWarnings>4996;4333</DisableSpecificWarnings>
  91. </ClCompile>
  92. <Midl>
  93. <SuppressStartupBanner>true</SuppressStartupBanner>
  94. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <TypeLibraryName>.\Debug\GameGUIMP.tlb</TypeLibraryName>
  96. <MkTypLibCompatible>true</MkTypLibCompatible>
  97. <TargetEnvironment>Win32</TargetEnvironment>
  98. </Midl>
  99. <ResourceCompile>
  100. <Culture>0x0409</Culture>
  101. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. </ResourceCompile>
  103. <Bscmake>
  104. <SuppressStartupBanner>true</SuppressStartupBanner>
  105. <OutputFile>.\Debug\GameGUIMP.bsc</OutputFile>
  106. </Bscmake>
  107. <Link>
  108. <SuppressStartupBanner>true</SuppressStartupBanner>
  109. <LinkDLL>true</LinkDLL>
  110. <GenerateDebugInformation>true</GenerateDebugInformation>
  111. <SubSystem>Console</SubSystem>
  112. <OutputFile>Debug/GameGUIMPD.dll</OutputFile>
  113. <ImportLibrary>.\Debug\GameGUIMPD.lib</ImportLibrary>
  114. <GenerateMapFile>true</GenerateMapFile>
  115. </Link>
  116. <CustomBuildStep>
  117. <Command>copy Debug\$(TargetName).dll $(SolutionDir)..\Bin\Debug\ &gt;nul
  118. copy Debug\$(TargetName).map $(SolutionDir)..\Bin\Debug\ &gt;nul
  119. copy Debug\$(TargetName).lib $(SolutionDir)..\Bin\Debug\ &gt;nul</Command>
  120. <Message>Copying %(Filename) binaries to $(ENGINE_DIR)\Bin\Debug</Message>
  121. <Outputs>$(ENGINE_DIR)\Bin\Debug\$(InputName).dll;%(Outputs)</Outputs>
  122. </CustomBuildStep>
  123. </ItemDefinitionGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  125. <ClCompile>
  126. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  127. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  128. <FunctionLevelLinking>false</FunctionLevelLinking>
  129. <Optimization>MaxSpeed</Optimization>
  130. <SuppressStartupBanner>true</SuppressStartupBanner>
  131. <WarningLevel>Level3</WarningLevel>
  132. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  133. <IntrinsicFunctions>true</IntrinsicFunctions>
  134. <OmitFramePointers>false</OmitFramePointers>
  135. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GAMEGUI_EXPORTS;_WINDLL;DIRECT3D_VERSION=0x0800;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
  137. <PrecompiledHeaderOutputFile>.\Release\GameGUIMP.pch</PrecompiledHeaderOutputFile>
  138. <PrecompiledHeader>Use</PrecompiledHeader>
  139. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  140. <ObjectFileName>.\Release\</ObjectFileName>
  141. <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
  142. <DisableSpecificWarnings>4996;4333</DisableSpecificWarnings>
  143. </ClCompile>
  144. <Midl>
  145. <SuppressStartupBanner>true</SuppressStartupBanner>
  146. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <TypeLibraryName>.\Release\GameGUIMP.tlb</TypeLibraryName>
  148. <MkTypLibCompatible>true</MkTypLibCompatible>
  149. <TargetEnvironment>Win32</TargetEnvironment>
  150. </Midl>
  151. <ResourceCompile>
  152. <Culture>0x0409</Culture>
  153. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. </ResourceCompile>
  155. <Bscmake>
  156. <SuppressStartupBanner>true</SuppressStartupBanner>
  157. <OutputFile>.\Release\GameGUIMP.bsc</OutputFile>
  158. </Bscmake>
  159. <Link>
  160. <SuppressStartupBanner>true</SuppressStartupBanner>
  161. <LinkDLL>true</LinkDLL>
  162. <GenerateDebugInformation>true</GenerateDebugInformation>
  163. <SubSystem>Console</SubSystem>
  164. <OutputFile>.\Release\GameGUIMP.dll</OutputFile>
  165. <ImportLibrary>.\Release\GameGUIMP.lib</ImportLibrary>
  166. <GenerateMapFile>true</GenerateMapFile>
  167. </Link>
  168. <CustomBuildStep>
  169. <Command>copy Release\$(TargetName).dll $(SolutionDir)..\Bin\ &gt;nul
  170. copy Release\$(TargetName).map $(SolutionDir)..\Bin\ &gt;nul
  171. copy Release\$(TargetName).lib $(SolutionDir)..\Bin\ &gt;nul</Command>
  172. <Message>Copying %(Filename) binaries to $(ENGINE_DIR)\Bin</Message>
  173. <Outputs>$(ENGINE_DIR)\Bin\$(InputName).dll;%(Outputs)</Outputs>
  174. </CustomBuildStep>
  175. </ItemDefinitionGroup>
  176. <ItemGroup>
  177. <ClCompile Include="ActionsListControl.cpp">
  178. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  179. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  180. </ClCompile>
  181. <ClCompile Include="AxisListCtrl.cpp">
  182. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  183. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  184. </ClCompile>
  185. <ClCompile Include="ConsoleSymbolsCombo.cpp" />
  186. <ClCompile Include="DlgAudioQuality.cpp" />
  187. <ClCompile Include="DlgConsole.cpp" />
  188. <ClCompile Include="DlgEditButtonAction.cpp">
  189. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  190. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  191. </ClCompile>
  192. <ClCompile Include="DlgPlayerAppearance.cpp" />
  193. <ClCompile Include="DlgPlayerControls.cpp">
  194. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  195. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  196. </ClCompile>
  197. <ClCompile Include="DlgPlayerSettings.cpp">
  198. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  199. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  200. </ClCompile>
  201. <ClCompile Include="DlgRenameControls.cpp">
  202. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  203. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  204. </ClCompile>
  205. <ClCompile Include="DlgSelectPlayer.cpp">
  206. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  207. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  208. </ClCompile>
  209. <ClCompile Include="DlgVideoQuality.cpp" />
  210. <ClCompile Include="EditConsole.cpp" />
  211. <ClCompile Include="GameGUI.cpp" />
  212. <ClCompile Include="LocalPlayersList.cpp" />
  213. <ClCompile Include="PressKeyEditControl.cpp" />
  214. <ClCompile Include="StdAfx.cpp">
  215. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  216. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdafx.h</PrecompiledHeaderFile>
  217. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  218. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.h</PrecompiledHeaderFile>
  219. </ClCompile>
  220. </ItemGroup>
  221. <ItemGroup>
  222. <ClInclude Include="ActionsListControl.h" />
  223. <ClInclude Include="AxisListCtrl.h" />
  224. <ClInclude Include="ConsoleSymbolsCombo.h" />
  225. <ClInclude Include="DlgAudioQuality.h" />
  226. <ClInclude Include="DlgConsole.h" />
  227. <ClInclude Include="DlgEditButtonAction.h" />
  228. <ClInclude Include="DlgPlayerAppearance.h" />
  229. <ClInclude Include="DlgPlayerControls.h" />
  230. <ClInclude Include="DlgPlayerSettings.h" />
  231. <ClInclude Include="DlgRenameControls.h" />
  232. <ClInclude Include="DlgSelectPlayer.h" />
  233. <ClInclude Include="DlgVideoQuality.h" />
  234. <ClInclude Include="EditConsole.h" />
  235. <ClInclude Include="GameGUI.h" />
  236. <ClInclude Include="LocalPlayersList.h" />
  237. <ClInclude Include="PressKeyEditControl.h" />
  238. <ClInclude Include="resource.h" />
  239. <ClInclude Include="StdAfx.h" />
  240. </ItemGroup>
  241. <ItemGroup>
  242. <CustomBuild Include="bmp00001.bmp" />
  243. <CustomBuild Include="cursor_u.bmp" />
  244. <CustomBuild Include="GameGUIMP.clw">
  245. <FileType>Document</FileType>
  246. </CustomBuild>
  247. <CustomBuild Include="ReadMe.txt" />
  248. </ItemGroup>
  249. <ItemGroup>
  250. <ResourceCompile Include="GameGUI.rc" />
  251. </ItemGroup>
  252. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  253. <ImportGroup Label="ExtensionTargets">
  254. </ImportGroup>
  255. </Project>