StickmanWorldOnline.vcxproj 11 KB

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