GameMP.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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>{4410EEB1-AFAD-A936-2168-716C245D36D5}</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)'=='Debug|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)'=='Release|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)'=='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.UpgradeFromVC60.props" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Release|Win32'">
  59. <OutDir>.\Release\</OutDir>
  60. <IntDir>.\Release\</IntDir>
  61. <LinkIncremental>false</LinkIncremental>
  62. <IncludePath>$(SolutionDir);$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Include;$(IncludePath)</IncludePath>
  63. <LibraryPath>$(SolutionDir)..\Bin;$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Lib;$(LibraryPath)</LibraryPath>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  66. <OutDir>Debug\</OutDir>
  67. <IntDir>Debug\</IntDir>
  68. <LinkIncremental>false</LinkIncremental>
  69. <IncludePath>$(SolutionDir);$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Include;$(IncludePath)</IncludePath>
  70. <LibraryPath>$(SolutionDir)..\Bin\Debug;$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Lib;$(LibraryPath)</LibraryPath>
  71. <TargetName>$(ProjectName)D</TargetName>
  72. </PropertyGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <ClCompile>
  75. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  76. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  77. <FunctionLevelLinking>false</FunctionLevelLinking>
  78. <Optimization>MaxSpeed</Optimization>
  79. <SuppressStartupBanner>true</SuppressStartupBanner>
  80. <WarningLevel>Level3</WarningLevel>
  81. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  82. <IntrinsicFunctions>true</IntrinsicFunctions>
  83. <OmitFramePointers>false</OmitFramePointers>
  84. <StringPooling>true</StringPooling>
  85. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_WINDLL;_USRDLL;GAME_EXPORTS;DIRECT3D_VERSION=0x0800;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  86. <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
  87. <PrecompiledHeaderOutputFile>.\Release\GameMP.pch</PrecompiledHeaderOutputFile>
  88. <PrecompiledHeader>Use</PrecompiledHeader>
  89. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  90. <ObjectFileName>Release\</ObjectFileName>
  91. <ProgramDataBaseFileName>Release\</ProgramDataBaseFileName>
  92. <DisableSpecificWarnings>4996;4333</DisableSpecificWarnings>
  93. </ClCompile>
  94. <Midl>
  95. <SuppressStartupBanner>true</SuppressStartupBanner>
  96. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. <TypeLibraryName>.\Release\GameMP.tlb</TypeLibraryName>
  98. <MkTypLibCompatible>true</MkTypLibCompatible>
  99. <TargetEnvironment>Win32</TargetEnvironment>
  100. </Midl>
  101. <ResourceCompile>
  102. <Culture>0x0409</Culture>
  103. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. </ResourceCompile>
  105. <Bscmake>
  106. <SuppressStartupBanner>true</SuppressStartupBanner>
  107. <OutputFile>.\Release\GameMP.bsc</OutputFile>
  108. </Bscmake>
  109. <Link>
  110. <SuppressStartupBanner>true</SuppressStartupBanner>
  111. <LinkDLL>true</LinkDLL>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. <SubSystem>Windows</SubSystem>
  114. <OutputFile>.\Release\GameMP.dll</OutputFile>
  115. <ImportLibrary>.\Release\GameMP.lib</ImportLibrary>
  116. <AdditionalDependencies>user32.lib;Engine.lib;EntitiesMP.lib;%(AdditionalDependencies)</AdditionalDependencies>
  117. </Link>
  118. <CustomBuildStep>
  119. <Command>copy Release\$(TargetName).dll $(SolutionDir)..\Bin\ &gt;nul
  120. copy Release\$(TargetName).map $(SolutionDir)..\Bin\ &gt;nul
  121. copy Release\$(TargetName).lib $(SolutionDir)..\Bin\ &gt;nul</Command>
  122. <Message>Copying %(Filename) binaries to $(ENGINE_DIR)\Bin</Message>
  123. <Outputs>$(ENGINE_DIR)\Bin\$(InputName).dll;%(Outputs)</Outputs>
  124. </CustomBuildStep>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  127. <ClCompile>
  128. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  129. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  130. <FunctionLevelLinking>false</FunctionLevelLinking>
  131. <Optimization>Disabled</Optimization>
  132. <SuppressStartupBanner>true</SuppressStartupBanner>
  133. <WarningLevel>Level3</WarningLevel>
  134. <MinimalRebuild>true</MinimalRebuild>
  135. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_WINDLL;_USRDLL;GAME_EXPORTS;DIRECT3D_VERSION=0x0800;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. <AssemblerListingLocation>Debug\</AssemblerListingLocation>
  137. <PrecompiledHeaderOutputFile>.\Debug\GameMP.pch</PrecompiledHeaderOutputFile>
  138. <PrecompiledHeader>Use</PrecompiledHeader>
  139. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  140. <ObjectFileName>Debug\</ObjectFileName>
  141. <ProgramDataBaseFileName>Debug\</ProgramDataBaseFileName>
  142. <DisableSpecificWarnings>4996;4333</DisableSpecificWarnings>
  143. </ClCompile>
  144. <Midl>
  145. <SuppressStartupBanner>true</SuppressStartupBanner>
  146. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <TypeLibraryName>.\Debug\GameMP.tlb</TypeLibraryName>
  148. <MkTypLibCompatible>true</MkTypLibCompatible>
  149. <TargetEnvironment>Win32</TargetEnvironment>
  150. </Midl>
  151. <ResourceCompile>
  152. <Culture>0x0409</Culture>
  153. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. </ResourceCompile>
  155. <Bscmake>
  156. <SuppressStartupBanner>true</SuppressStartupBanner>
  157. <OutputFile>.\Debug\GameMP.bsc</OutputFile>
  158. </Bscmake>
  159. <Link>
  160. <SuppressStartupBanner>true</SuppressStartupBanner>
  161. <LinkDLL>true</LinkDLL>
  162. <GenerateDebugInformation>true</GenerateDebugInformation>
  163. <SubSystem>Windows</SubSystem>
  164. <OutputFile>Debug/GameMPD.dll</OutputFile>
  165. <ImportLibrary>.\Debug\GameMPD.lib</ImportLibrary>
  166. <AdditionalDependencies>user32.lib;EngineD.lib;EntitiesMPD.lib;%(AdditionalDependencies)</AdditionalDependencies>
  167. <GenerateMapFile>true</GenerateMapFile>
  168. </Link>
  169. <CustomBuildStep>
  170. <Command>copy Debug\$(TargetName).dll $(SolutionDir)..\Bin\Debug\ &gt;nul
  171. copy Debug\$(TargetName).map $(SolutionDir)..\Bin\Debug\ &gt;nul
  172. copy Debug\$(TargetName).lib $(SolutionDir)..\Bin\Debug\ &gt;nul</Command>
  173. <Message>Copying %(Filename) binaries to $(ENGINE_DIR)\Bin\Debug</Message>
  174. <Outputs>$(ENGINE_DIR)\Bin\Debug\$(InputName).dll;%(Outputs)</Outputs>
  175. </CustomBuildStep>
  176. </ItemDefinitionGroup>
  177. <ItemGroup>
  178. <ClCompile Include="Camera.cpp" />
  179. <ClCompile Include="CompMessage.cpp" />
  180. <ClCompile Include="CompModels.cpp" />
  181. <ClCompile Include="Computer.cpp" />
  182. <ClCompile Include="Console.cpp" />
  183. <ClCompile Include="Controls.cpp" />
  184. <ClCompile Include="Game.cpp" />
  185. <ClCompile Include="LCDDrawing.cpp" />
  186. <ClCompile Include="LoadingHook.cpp" />
  187. <ClCompile Include="Map.cpp" />
  188. <ClCompile Include="SessionProperties.cpp" />
  189. <ClCompile Include="StdAfx.cpp">
  190. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  191. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.h</PrecompiledHeaderFile>
  192. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  193. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdafx.h</PrecompiledHeaderFile>
  194. </ClCompile>
  195. <ClCompile Include="WEDInterface.cpp" />
  196. </ItemGroup>
  197. <ItemGroup>
  198. <ClInclude Include="Camera.h" />
  199. <ClInclude Include="CompMessage.h" />
  200. <ClInclude Include="Computer.h" />
  201. <ClInclude Include="Game.h" />
  202. <ClInclude Include="LCDDrawing.h" />
  203. <ClInclude Include="PlayerSettings.h" />
  204. <ClInclude Include="SEColors.h" />
  205. <ClInclude Include="SessionProperties.h" />
  206. <ClInclude Include="StdAfx.h" />
  207. </ItemGroup>
  208. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  209. <ImportGroup Label="ExtensionTargets">
  210. </ImportGroup>
  211. </Project>