Asteroids.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{E2BFB1FB-F888-490A-8159-D0F01D9C734A}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>Asteroids</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v141</PlatformToolset>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <UseDebugLibraries>true</UseDebugLibraries>
  36. <PlatformToolset>v141</PlatformToolset>
  37. <CharacterSet>MultiByte</CharacterSet>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  40. <ConfigurationType>DynamicLibrary</ConfigurationType>
  41. <UseDebugLibraries>false</UseDebugLibraries>
  42. <PlatformToolset>v141</PlatformToolset>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v141</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  70. <LinkIncremental>true</LinkIncremental>
  71. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  76. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Debug;..\..\..\..\..\Allgemein\Network\x64\Debug;$(LibraryPath)</LibraryPath>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <LinkIncremental>false</LinkIncremental>
  80. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  81. <LibraryPath>..\..\..\..\..\Allgemein\Framework\Release;..\..\..\..\..\Allgemein\Network\Release;$(LibraryPath)</LibraryPath>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  86. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Release;..\..\..\..\..\Allgemein\Network\x64\Release;$(LibraryPath)</LibraryPath>
  87. </PropertyGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <ClCompile>
  90. <PrecompiledHeader>
  91. </PrecompiledHeader>
  92. <WarningLevel>Level3</WarningLevel>
  93. <Optimization>Disabled</Optimization>
  94. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. </ClCompile>
  96. <Link>
  97. <SubSystem>Windows</SubSystem>
  98. <GenerateDebugInformation>true</GenerateDebugInformation>
  99. </Link>
  100. </ItemDefinitionGroup>
  101. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  102. <ClCompile>
  103. <PrecompiledHeader>
  104. </PrecompiledHeader>
  105. <WarningLevel>Level3</WarningLevel>
  106. <Optimization>Disabled</Optimization>
  107. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. </ClCompile>
  109. <Link>
  110. <SubSystem>Windows</SubSystem>
  111. <GenerateDebugInformation>true</GenerateDebugInformation>
  112. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  113. </Link>
  114. <CustomBuildStep>
  115. <Command>copy "..\x64\Debug\Asteroids.dll" "..\..\..\..\Klient\Fertig\Debug\Spiele\x64\Asteroids\bin\Asteroids.dll";%(Outputs)</Command>
  116. </CustomBuildStep>
  117. <CustomBuildStep>
  118. <Outputs>kopierem;%(Outputs)</Outputs>
  119. </CustomBuildStep>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  122. <ClCompile>
  123. <WarningLevel>Level3</WarningLevel>
  124. <PrecompiledHeader>
  125. </PrecompiledHeader>
  126. <Optimization>MaxSpeed</Optimization>
  127. <FunctionLevelLinking>true</FunctionLevelLinking>
  128. <IntrinsicFunctions>true</IntrinsicFunctions>
  129. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  131. </ClCompile>
  132. <Link>
  133. <SubSystem>Windows</SubSystem>
  134. <GenerateDebugInformation>true</GenerateDebugInformation>
  135. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  136. <OptimizeReferences>true</OptimizeReferences>
  137. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  138. </Link>
  139. <CustomBuildStep>
  140. <Command>copy "..\Release\Asteroids.dll" "..\..\..\..\Klient\Fertig\Spiele\x32\Asteroids\bin\Asteroids.dll"</Command>
  141. </CustomBuildStep>
  142. <CustomBuildStep>
  143. <Outputs>kopieren...;%(Outputs)</Outputs>
  144. </CustomBuildStep>
  145. </ItemDefinitionGroup>
  146. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  147. <ClCompile>
  148. <WarningLevel>Level3</WarningLevel>
  149. <PrecompiledHeader>
  150. </PrecompiledHeader>
  151. <Optimization>MaxSpeed</Optimization>
  152. <FunctionLevelLinking>true</FunctionLevelLinking>
  153. <IntrinsicFunctions>true</IntrinsicFunctions>
  154. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Windows</SubSystem>
  159. <GenerateDebugInformation>true</GenerateDebugInformation>
  160. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  161. <OptimizeReferences>true</OptimizeReferences>
  162. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  163. </Link>
  164. <CustomBuildStep>
  165. <Command>copy "..\x64\Release\Asteroids.dll" "..\..\..\..\Klient\Fertig\Spiele\x64\Asteroids\bin\Asteroids.dll"</Command>
  166. </CustomBuildStep>
  167. <CustomBuildStep>
  168. <Outputs>kopieren...;%(Outputs)</Outputs>
  169. </CustomBuildStep>
  170. </ItemDefinitionGroup>
  171. <ItemGroup>
  172. <ClInclude Include="Aufzeichnung\Aufzeichnung.h" />
  173. <ClInclude Include="Editor\Editor.h" />
  174. <ClInclude Include="Editor\Interface\Dialogs\Dialog.h" />
  175. <ClInclude Include="Editor\Interface\Dialogs\Nachricht.h" />
  176. <ClInclude Include="Editor\Interface\Dialogs\Frage.h" />
  177. <ClInclude Include="Editor\Interface\Interface.h" />
  178. <ClInclude Include="Editor\Netzwerk\EditorKlient.h" />
  179. <ClInclude Include="Editor\Prozess.h" />
  180. <ClInclude Include="HistorieStatistik\HistorieStatistik.h" />
  181. <ClInclude Include="Initialisierung\Initialisierung.h" />
  182. <ClInclude Include="SpielStatistik\Chat\StatistikChat.h" />
  183. <ClInclude Include="SpielStatistik\SpielStatistik.h" />
  184. <ClInclude Include="SpielStatistik\SpielStatistikDaten.h" />
  185. <ClInclude Include="SpielStatistik\Tabelle\StatistikTabelle.h" />
  186. <ClInclude Include="Netzwerk\STKNachricht.h" />
  187. <ClInclude Include="Spiel\Bestenliste\Bestenliste.h" />
  188. <ClInclude Include="Spiel\Chat\Chat.h" />
  189. <ClInclude Include="Spiel\Define.h" />
  190. <ClInclude Include="Spiel\Ende\Ende.h" />
  191. <ClInclude Include="Spiel\Kamera\Kamera.h" />
  192. <ClInclude Include="Spiel\Karte\Karte.h" />
  193. <ClInclude Include="Spiel\Karte\Strukturen.h" />
  194. <ClInclude Include="Spiel\Objekt\SpielObjekt.h" />
  195. <ClInclude Include="Spiel\Schuss\Laser.h" />
  196. <ClInclude Include="Spiel\Ship\Ship.h" />
  197. <ClInclude Include="Spiel\Spieler\Spieler.h" />
  198. <ClInclude Include="Spiel\SpielKlasse.h" />
  199. <ClInclude Include="Spiel\Team\Team.h" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <ClCompile Include="Aufzeichnung\Aufzeichnung.cpp" />
  203. <ClCompile Include="Editor\Editor.cpp" />
  204. <ClCompile Include="Editor\Interface\Dialogs\Dialog.cpp" />
  205. <ClCompile Include="Editor\Interface\Dialogs\Frage.cpp" />
  206. <ClCompile Include="Editor\Interface\Dialogs\Nachricht.cpp" />
  207. <ClCompile Include="Editor\Interface\Interface.cpp" />
  208. <ClCompile Include="Editor\Netzwerk\EditorKlient.cpp" />
  209. <ClCompile Include="Editor\Prozess.cpp" />
  210. <ClCompile Include="HistorieStatistik\HistorieStatistik.cpp" />
  211. <ClCompile Include="Initialisierung\Initialisierung.cpp" />
  212. <ClCompile Include="SpielStatistik\Chat\StatistikChat.cpp" />
  213. <ClCompile Include="SpielStatistik\SpielStatistik.cpp" />
  214. <ClCompile Include="SpielStatistik\Tabelle\StatistikTabelle.cpp" />
  215. <ClCompile Include="Spiel\Bestenliste\Bestenliste.cpp" />
  216. <ClCompile Include="Spiel\Chat\Chat.cpp" />
  217. <ClCompile Include="Spiel\Ende\Ende.cpp" />
  218. <ClCompile Include="Spiel\Kamera\Kamera.cpp" />
  219. <ClCompile Include="Spiel\Karte\Karte.cpp" />
  220. <ClCompile Include="Spiel\Karte\Strukturen.cpp" />
  221. <ClCompile Include="Spiel\Objekt\SpielObjekt.cpp" />
  222. <ClCompile Include="Spiel\Schuss\Laser.cpp" />
  223. <ClCompile Include="Spiel\Ship\Ship.cpp" />
  224. <ClCompile Include="Spiel\Spieler\Spieler.cpp" />
  225. <ClCompile Include="Spiel\SpielKlasse.cpp" />
  226. <ClCompile Include="Spiel\Team\Team.cpp" />
  227. <ClCompile Include="Start\DLLStart.cpp" />
  228. <ClCompile Include="Netzwerk\STKNachricht.cpp" />
  229. </ItemGroup>
  230. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  231. <ImportGroup Label="ExtensionTargets">
  232. </ImportGroup>
  233. </Project>