StickmanWorldOnline.vcxproj 11 KB

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