StickmanWorldOnline.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="Aktionen.cpp" />
  23. <ClCompile Include="Bariere.cpp" />
  24. <ClCompile Include="Base.cpp" />
  25. <ClCompile Include="BosheitRune.cpp" />
  26. <ClCompile Include="Brand.cpp" />
  27. <ClCompile Include="DLLStart.cpp" />
  28. <ClCompile Include="DrachenAuge.cpp" />
  29. <ClCompile Include="Drop.cpp" />
  30. <ClCompile Include="Effect.cpp" />
  31. <ClCompile Include="Ende.cpp" />
  32. <ClCompile Include="Enterhaken.cpp" />
  33. <ClCompile Include="Ereignis.cpp" />
  34. <ClCompile Include="GameObjekt.cpp" />
  35. <ClCompile Include="Gegenstand.cpp" />
  36. <ClCompile Include="Geist.cpp" />
  37. <ClCompile Include="Geschoss.cpp" />
  38. <ClCompile Include="Initialisierung.cpp" />
  39. <ClCompile Include="Leben.cpp" />
  40. <ClCompile Include="LebenRune.cpp" />
  41. <ClCompile Include="Reader.cpp" />
  42. <ClCompile Include="Resource.cpp" />
  43. <ClCompile Include="Rolle.cpp" />
  44. <ClCompile Include="Schalter.cpp" />
  45. <ClCompile Include="Schiene.cpp" />
  46. <ClCompile Include="Schild.cpp" />
  47. <ClCompile Include="Schuh.cpp" />
  48. <ClCompile Include="Spiel.cpp" />
  49. <ClCompile Include="SpielChat.cpp" />
  50. <ClCompile Include="Spieler.cpp" />
  51. <ClCompile Include="SpielerGUI.cpp" />
  52. <ClCompile Include="SpielStatistik.cpp" />
  53. <ClCompile Include="StatistikChat.cpp" />
  54. <ClCompile Include="StatistikTabelle.cpp" />
  55. <ClCompile Include="STKNachricht.cpp" />
  56. <ClCompile Include="StrengthRune.cpp" />
  57. <ClCompile Include="Sturm.cpp" />
  58. <ClCompile Include="Team.cpp" />
  59. <ClCompile Include="TempoRune.cpp" />
  60. <ClCompile Include="Timer.cpp" />
  61. <ClCompile Include="Trigger.cpp" />
  62. <ClCompile Include="Tunnel.cpp" />
  63. <ClCompile Include="Umlenkung.cpp" />
  64. <ClCompile Include="Variablen.cpp" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ClInclude Include="Aktionen.h" />
  68. <ClInclude Include="Aufzeichnung.h" />
  69. <ClInclude Include="Bariere.h" />
  70. <ClInclude Include="Base.h" />
  71. <ClInclude Include="BosheitRune.h" />
  72. <ClInclude Include="Brand.h" />
  73. <ClInclude Include="Dialog.h" />
  74. <ClInclude Include="DrachenAuge.h" />
  75. <ClInclude Include="Drop.h" />
  76. <ClInclude Include="Editor.h" />
  77. <ClInclude Include="EditorKarte.h" />
  78. <ClInclude Include="EditorKlient.h" />
  79. <ClInclude Include="Effect.h" />
  80. <ClInclude Include="Ende.h" />
  81. <ClInclude Include="Enterhaken.h" />
  82. <ClInclude Include="Ereignis.h" />
  83. <ClInclude Include="GameObject.h" />
  84. <ClInclude Include="Gegenstand.h" />
  85. <ClInclude Include="Geist.h" />
  86. <ClInclude Include="Geschoss.h" />
  87. <ClInclude Include="HistorieStatistik.h" />
  88. <ClInclude Include="Initialisierung.h" />
  89. <ClInclude Include="Interface.h" />
  90. <ClInclude Include="Leben.h" />
  91. <ClInclude Include="LebenRune.h" />
  92. <ClInclude Include="Reader.h" />
  93. <ClInclude Include="Resource.h" />
  94. <ClInclude Include="RightTools.h" />
  95. <ClInclude Include="Rolle.h" />
  96. <ClInclude Include="Schalter.h" />
  97. <ClInclude Include="Schiene.h" />
  98. <ClInclude Include="Schild.h" />
  99. <ClInclude Include="Schuh.h" />
  100. <ClInclude Include="SpielChat.h" />
  101. <ClInclude Include="Spiel.h" />
  102. <ClInclude Include="Spieler.h" />
  103. <ClInclude Include="SpielerGUI.h" />
  104. <ClInclude Include="SpielStatistik.h" />
  105. <ClInclude Include="SpielStatistikDaten.h" />
  106. <ClInclude Include="StatistikChat.h" />
  107. <ClInclude Include="StatistikTabelle.h" />
  108. <ClInclude Include="STKNachricht.h" />
  109. <ClInclude Include="StrengthRune.h" />
  110. <ClInclude Include="Sturm.h" />
  111. <ClInclude Include="Team.h" />
  112. <ClInclude Include="TempoRune.h" />
  113. <ClInclude Include="Timer.h" />
  114. <ClInclude Include="Trigger.h" />
  115. <ClInclude Include="Tunnel.h" />
  116. <ClInclude Include="Umlenkung.h" />
  117. <ClInclude Include="Variablen.h" />
  118. </ItemGroup>
  119. <PropertyGroup Label="Globals">
  120. <VCProjectVersion>15.0</VCProjectVersion>
  121. <ProjectGuid>{1bd07113-b8c1-4634-bcab-4aa7196b3fe1}</ProjectGuid>
  122. <RootNamespace>StickmanWorldOnline</RootNamespace>
  123. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  124. </PropertyGroup>
  125. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  127. <ConfigurationType>Application</ConfigurationType>
  128. <UseDebugLibraries>true</UseDebugLibraries>
  129. <PlatformToolset>v142</PlatformToolset>
  130. <CharacterSet>MultiByte</CharacterSet>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  133. <ConfigurationType>DynamicLibrary</ConfigurationType>
  134. <UseDebugLibraries>false</UseDebugLibraries>
  135. <PlatformToolset>v142</PlatformToolset>
  136. <WholeProgramOptimization>true</WholeProgramOptimization>
  137. <CharacterSet>MultiByte</CharacterSet>
  138. </PropertyGroup>
  139. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  140. <ConfigurationType>DynamicLibrary</ConfigurationType>
  141. <UseDebugLibraries>true</UseDebugLibraries>
  142. <PlatformToolset>v142</PlatformToolset>
  143. <CharacterSet>MultiByte</CharacterSet>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  146. <ConfigurationType>DynamicLibrary</ConfigurationType>
  147. <UseDebugLibraries>false</UseDebugLibraries>
  148. <PlatformToolset>v142</PlatformToolset>
  149. <WholeProgramOptimization>true</WholeProgramOptimization>
  150. <CharacterSet>MultiByte</CharacterSet>
  151. </PropertyGroup>
  152. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  153. <ImportGroup Label="ExtensionSettings">
  154. </ImportGroup>
  155. <ImportGroup Label="Shared">
  156. </ImportGroup>
  157. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  158. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  159. </ImportGroup>
  160. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  161. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  162. </ImportGroup>
  163. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  164. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  165. </ImportGroup>
  166. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  167. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  168. </ImportGroup>
  169. <PropertyGroup Label="UserMacros" />
  170. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  171. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;..\..\..\..\Klient\KSGNetwork\Include;$(IncludePath)</IncludePath>
  172. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Debug;$(LibraryPath)</LibraryPath>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  175. <IncludePath>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  176. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Release;$(LibraryPath)</LibraryPath>
  177. </PropertyGroup>
  178. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  179. <IncludePath>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  180. <LibraryPath>..\..\..\..\..\Allgemein\Framework\Release;$(LibraryPath)</LibraryPath>
  181. </PropertyGroup>
  182. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  183. <ClCompile>
  184. <WarningLevel>Level3</WarningLevel>
  185. <Optimization>Disabled</Optimization>
  186. <SDLCheck>true</SDLCheck>
  187. <ConformanceMode>true</ConformanceMode>
  188. </ClCompile>
  189. </ItemDefinitionGroup>
  190. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  191. <ClCompile>
  192. <WarningLevel>Level3</WarningLevel>
  193. <Optimization>Disabled</Optimization>
  194. <SDLCheck>true</SDLCheck>
  195. <ConformanceMode>true</ConformanceMode>
  196. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LINIE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. </ClCompile>
  198. <Link>
  199. <AdditionalDependencies>framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  200. </Link>
  201. <CustomBuildStep>
  202. <Outputs>kopieren;%(Outputs)</Outputs>
  203. <Command>copy "..\x64\Debug\StickmanWorldOnline.dll" "..\..\..\..\Klient\Fertig\Debug\Spiele\x64\Stickman World Online\bin\stickman world online.dll"</Command>
  204. </CustomBuildStep>
  205. </ItemDefinitionGroup>
  206. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  207. <ClCompile>
  208. <WarningLevel>Level3</WarningLevel>
  209. <Optimization>MaxSpeed</Optimization>
  210. <FunctionLevelLinking>true</FunctionLevelLinking>
  211. <IntrinsicFunctions>true</IntrinsicFunctions>
  212. <SDLCheck>true</SDLCheck>
  213. <ConformanceMode>true</ConformanceMode>
  214. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LINIE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  215. </ClCompile>
  216. <Link>
  217. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  218. <OptimizeReferences>true</OptimizeReferences>
  219. <AdditionalDependencies>framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  220. </Link>
  221. <CustomBuildStep>
  222. <Outputs>kopieren;%(Outputs)</Outputs>
  223. <Command>copy "..\Release\StickmanWorldOnline.dll" "..\..\..\..\Klient\Fertig\Spiele\x32\Stickman World Online\bin\stickman world online.dll"</Command>
  224. </CustomBuildStep>
  225. </ItemDefinitionGroup>
  226. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  227. <ClCompile>
  228. <WarningLevel>Level3</WarningLevel>
  229. <Optimization>MaxSpeed</Optimization>
  230. <FunctionLevelLinking>true</FunctionLevelLinking>
  231. <IntrinsicFunctions>true</IntrinsicFunctions>
  232. <SDLCheck>true</SDLCheck>
  233. <ConformanceMode>true</ConformanceMode>
  234. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LINIE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  235. </ClCompile>
  236. <Link>
  237. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  238. <OptimizeReferences>true</OptimizeReferences>
  239. <AdditionalDependencies>framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  240. </Link>
  241. <CustomBuildStep>
  242. <Outputs>kopieren;%(Outputs)</Outputs>
  243. <Command>copy "..\x64\Release\StickmanWorldOnline.dll" "..\..\..\..\Klient\Fertig\Spiele\x64\Stickman World Online\bin\stickman world online.dll"</Command>
  244. </CustomBuildStep>
  245. </ItemDefinitionGroup>
  246. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  247. <ImportGroup Label="ExtensionTargets">
  248. </ImportGroup>
  249. </Project>