StickmanWorldOnline.vcxproj 13 KB

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