Asteroids.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v143</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v143</PlatformToolset>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v143</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v143</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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)'=='Debug|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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  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)'=='Release|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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <LinkIncremental>true</LinkIncremental>
  72. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <LinkIncremental>true</LinkIncremental>
  76. <IncludePath>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  77. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Debug;..\..\..\..\..\Allgemein\Network\x64\Debug;$(LibraryPath)</LibraryPath>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;..\..\..\..\Klient\KSGNetwork\Include;$(IncludePath)</IncludePath>
  82. <LibraryPath>..\..\..\..\..\Allgemein\Framework\Release;..\..\..\..\..\Allgemein\Network\Release;$(LibraryPath)</LibraryPath>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  85. <LinkIncremental>false</LinkIncremental>
  86. <IncludePath>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  87. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Release;..\..\..\..\..\Allgemein\Network\x64\Release;$(LibraryPath)</LibraryPath>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <PrecompiledHeader>
  92. </PrecompiledHeader>
  93. <WarningLevel>Level3</WarningLevel>
  94. <Optimization>Disabled</Optimization>
  95. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. </ClCompile>
  97. <Link>
  98. <SubSystem>Windows</SubSystem>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <ClCompile>
  104. <PrecompiledHeader>
  105. </PrecompiledHeader>
  106. <WarningLevel>Level3</WarningLevel>
  107. <Optimization>Disabled</Optimization>
  108. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. </ClCompile>
  110. <Link>
  111. <SubSystem>Windows</SubSystem>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  114. </Link>
  115. <CustomBuildStep>
  116. <Command>copy "..\x64\Debug\Asteroids.dll" "..\..\..\..\Klient\Fertig\Debug\Spiele\x64\Asteroids\bin\Asteroids.dll";%(Outputs)</Command>
  117. </CustomBuildStep>
  118. <CustomBuildStep>
  119. <Outputs>kopierem;%(Outputs)</Outputs>
  120. </CustomBuildStep>
  121. </ItemDefinitionGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  123. <ClCompile>
  124. <WarningLevel>Level3</WarningLevel>
  125. <PrecompiledHeader>
  126. </PrecompiledHeader>
  127. <Optimization>MaxSpeed</Optimization>
  128. <FunctionLevelLinking>true</FunctionLevelLinking>
  129. <IntrinsicFunctions>true</IntrinsicFunctions>
  130. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  131. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>Windows</SubSystem>
  135. <GenerateDebugInformation>true</GenerateDebugInformation>
  136. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  137. <OptimizeReferences>true</OptimizeReferences>
  138. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  139. </Link>
  140. <CustomBuildStep>
  141. <Command>copy "..\Release\Asteroids.dll" "..\..\..\..\Klient\Fertig\Spiele\x32\Asteroids\bin\Asteroids.dll"</Command>
  142. </CustomBuildStep>
  143. <CustomBuildStep>
  144. <Outputs>kopieren...;%(Outputs)</Outputs>
  145. </CustomBuildStep>
  146. </ItemDefinitionGroup>
  147. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  148. <ClCompile>
  149. <WarningLevel>Level3</WarningLevel>
  150. <PrecompiledHeader>
  151. </PrecompiledHeader>
  152. <Optimization>MaxSpeed</Optimization>
  153. <FunctionLevelLinking>true</FunctionLevelLinking>
  154. <IntrinsicFunctions>true</IntrinsicFunctions>
  155. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  157. </ClCompile>
  158. <Link>
  159. <SubSystem>Windows</SubSystem>
  160. <GenerateDebugInformation>true</GenerateDebugInformation>
  161. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  162. <OptimizeReferences>true</OptimizeReferences>
  163. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  164. </Link>
  165. <CustomBuildStep>
  166. <Command>copy "..\x64\Release\Asteroids.dll" "..\..\..\..\Klient\Fertig\Spiele\x64\Asteroids\bin\Asteroids.dll"</Command>
  167. </CustomBuildStep>
  168. <CustomBuildStep>
  169. <Outputs>kopieren...;%(Outputs)</Outputs>
  170. </CustomBuildStep>
  171. </ItemDefinitionGroup>
  172. <ItemGroup>
  173. <ClInclude Include="Aufzeichnung\Aufzeichnung.h" />
  174. <ClInclude Include="Editor\Abstract\Model.h" />
  175. <ClInclude Include="Editor\Abstract\View.h" />
  176. <ClInclude Include="Editor\Editor.h" />
  177. <ClInclude Include="Editor\Interface\Dialogs\Dialog.h" />
  178. <ClInclude Include="Editor\Interface\Dialogs\Nachricht.h" />
  179. <ClInclude Include="Editor\Interface\Dialogs\Frage.h" />
  180. <ClInclude Include="Editor\Interface\Dialogs\ResourceDialog.h" />
  181. <ClInclude Include="Editor\Interface\Interface.h" />
  182. <ClInclude Include="Editor\Interface\RightTools\ObjektOptionen\ObjektOptionen.h" />
  183. <ClInclude Include="Editor\Interface\RightTools\RightTools.h" />
  184. <ClInclude Include="Editor\Interface\RightTools\SpielerOptionen\SpielerOptionen.h" />
  185. <ClInclude Include="Editor\Interface\RightTools\TeamOptionen\TeamOptionen.h" />
  186. <ClInclude Include="Editor\Karte\EditorKarte.h" />
  187. <ClInclude Include="Editor\Netzwerk\EditorKlient.h" />
  188. <ClInclude Include="HistorieStatistik\HistorieStatistik.h" />
  189. <ClInclude Include="Initialisierung\Initialisierung.h" />
  190. <ClInclude Include="SpielStatistik\Chat\StatistikChat.h" />
  191. <ClInclude Include="SpielStatistik\SpielStatistik.h" />
  192. <ClInclude Include="SpielStatistik\SpielStatistikDaten.h" />
  193. <ClInclude Include="SpielStatistik\Tabelle\StatistikTabelle.h" />
  194. <ClInclude Include="Netzwerk\STKNachricht.h" />
  195. <ClInclude Include="Spiel\Asteroid\Asteroid.h" />
  196. <ClInclude Include="Spiel\Asteroid\Pixel.h" />
  197. <ClInclude Include="Spiel\Bestenliste\Bestenliste.h" />
  198. <ClInclude Include="Spiel\Chat\Chat.h" />
  199. <ClInclude Include="Spiel\Define.h" />
  200. <ClInclude Include="Spiel\Ende\Ende.h" />
  201. <ClInclude Include="Spiel\Karte\Karte.h" />
  202. <ClInclude Include="Spiel\Karte\Strukturen.h" />
  203. <ClInclude Include="Spiel\Objekt\SpielObjekt.h" />
  204. <ClInclude Include="Spiel\Schuss\Laser.h" />
  205. <ClInclude Include="Spiel\Skill\Skill.h" />
  206. <ClInclude Include="Spiel\SpielerGUI\SpielerGUI.h" />
  207. <ClInclude Include="Spiel\Spieler\DeadPlayer.h" />
  208. <ClInclude Include="Spiel\Spieler\Spieler.h" />
  209. <ClInclude Include="Spiel\SpielKlasse.h" />
  210. <ClInclude Include="Spiel\Team\Team.h" />
  211. </ItemGroup>
  212. <ItemGroup>
  213. <ClCompile Include="Aufzeichnung\Aufzeichnung.cpp" />
  214. <ClCompile Include="Editor\Abstract\Model.cpp" />
  215. <ClCompile Include="Editor\Abstract\View.cpp" />
  216. <ClCompile Include="Editor\Editor.cpp" />
  217. <ClCompile Include="Editor\Interface\Dialogs\Dialog.cpp" />
  218. <ClCompile Include="Editor\Interface\Dialogs\Frage.cpp" />
  219. <ClCompile Include="Editor\Interface\Dialogs\Nachricht.cpp" />
  220. <ClCompile Include="Editor\Interface\Dialogs\ResourceDialog.cpp" />
  221. <ClCompile Include="Editor\Interface\Interface.cpp" />
  222. <ClCompile Include="Editor\Interface\RightTools\ObjektOptionen\ObjektOptionen.cpp" />
  223. <ClCompile Include="Editor\Interface\RightTools\RightTools.cpp" />
  224. <ClCompile Include="Editor\Interface\RightTools\SpielerOptionen\SpielerOptionen.cpp" />
  225. <ClCompile Include="Editor\Interface\RightTools\TeamOptionen\TeamOptionen.cpp" />
  226. <ClCompile Include="Editor\Karte\EditorKarte.cpp" />
  227. <ClCompile Include="Editor\Netzwerk\EditorKlient.cpp" />
  228. <ClCompile Include="HistorieStatistik\HistorieStatistik.cpp" />
  229. <ClCompile Include="Initialisierung\Initialisierung.cpp" />
  230. <ClCompile Include="SpielStatistik\Chat\StatistikChat.cpp" />
  231. <ClCompile Include="SpielStatistik\SpielStatistik.cpp" />
  232. <ClCompile Include="SpielStatistik\Tabelle\StatistikTabelle.cpp" />
  233. <ClCompile Include="Spiel\Asteroid\Asteroid.cpp" />
  234. <ClCompile Include="Spiel\Asteroid\Pixel.cpp" />
  235. <ClCompile Include="Spiel\Bestenliste\Bestenliste.cpp" />
  236. <ClCompile Include="Spiel\Chat\Chat.cpp" />
  237. <ClCompile Include="Spiel\Ende\Ende.cpp" />
  238. <ClCompile Include="Spiel\Karte\Karte.cpp" />
  239. <ClCompile Include="Spiel\Karte\Strukturen.cpp" />
  240. <ClCompile Include="Spiel\Objekt\SpielObjekt.cpp" />
  241. <ClCompile Include="Spiel\Schuss\Laser.cpp" />
  242. <ClCompile Include="Spiel\Skill\Skill.cpp" />
  243. <ClCompile Include="Spiel\SpielerGUI\SpielerGUI.cpp" />
  244. <ClCompile Include="Spiel\Spieler\DeadPlayer.cpp" />
  245. <ClCompile Include="Spiel\Spieler\Spieler.cpp" />
  246. <ClCompile Include="Spiel\SpielKlasse.cpp" />
  247. <ClCompile Include="Spiel\Team\Team.cpp" />
  248. <ClCompile Include="Start\DLLStart.cpp" />
  249. <ClCompile Include="Netzwerk\STKNachricht.cpp" />
  250. </ItemGroup>
  251. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  252. <ImportGroup Label="ExtensionTargets">
  253. </ImportGroup>
  254. </Project>