StickmanWorldOnline.vcxproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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="DLLStart.cpp" />
  23. <ClCompile Include="Initialisierung.cpp" />
  24. <ClCompile Include="StatistikChat.cpp" />
  25. <ClCompile Include="StatistikTabelle.cpp" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <ClInclude Include="Aufzeichnung.h" />
  29. <ClInclude Include="Dialog.h" />
  30. <ClInclude Include="Editor.h" />
  31. <ClInclude Include="EditorKarte.h" />
  32. <ClInclude Include="EditorKlient.h" />
  33. <ClInclude Include="HistorieStatistik.h" />
  34. <ClInclude Include="Initialisierung.h" />
  35. <ClInclude Include="Interface.h" />
  36. <ClInclude Include="RightTools.h" />
  37. <ClInclude Include="SpielKlasse.h" />
  38. <ClInclude Include="SpielStatistik.h" />
  39. <ClInclude Include="SpielStatistikDaten.h" />
  40. <ClInclude Include="StatistikChat.h" />
  41. <ClInclude Include="StatistikTabelle.h" />
  42. </ItemGroup>
  43. <PropertyGroup Label="Globals">
  44. <VCProjectVersion>15.0</VCProjectVersion>
  45. <ProjectGuid>{1bd07113-b8c1-4634-bcab-4aa7196b3fe1}</ProjectGuid>
  46. <RootNamespace>StickmanWorldOnline</RootNamespace>
  47. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  48. </PropertyGroup>
  49. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>true</UseDebugLibraries>
  53. <PlatformToolset>v142</PlatformToolset>
  54. <CharacterSet>MultiByte</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  57. <ConfigurationType>DynamicLibrary</ConfigurationType>
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <PlatformToolset>v142</PlatformToolset>
  60. <WholeProgramOptimization>true</WholeProgramOptimization>
  61. <CharacterSet>MultiByte</CharacterSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  64. <ConfigurationType>DynamicLibrary</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <PlatformToolset>v142</PlatformToolset>
  67. <CharacterSet>MultiByte</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>false</UseDebugLibraries>
  72. <PlatformToolset>v142</PlatformToolset>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. <CharacterSet>MultiByte</CharacterSet>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. </ImportGroup>
  79. <ImportGroup Label="Shared">
  80. </ImportGroup>
  81. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. </ImportGroup>
  84. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. </ImportGroup>
  87. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  89. </ImportGroup>
  90. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. </ImportGroup>
  93. <PropertyGroup Label="UserMacros" />
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  95. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;..\..\..\..\Klient\KSGNetwork\Include;$(IncludePath)</IncludePath>
  96. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Debug;$(LibraryPath)</LibraryPath>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  99. <IncludePath>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  100. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Release;$(LibraryPath)</LibraryPath>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  103. <IncludePath>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\GSL\GSL\Include;$(IncludePath)</IncludePath>
  104. <LibraryPath>..\..\..\..\..\Allgemein\Framework\Release;$(LibraryPath)</LibraryPath>
  105. </PropertyGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  107. <ClCompile>
  108. <WarningLevel>Level3</WarningLevel>
  109. <Optimization>Disabled</Optimization>
  110. <SDLCheck>true</SDLCheck>
  111. <ConformanceMode>true</ConformanceMode>
  112. </ClCompile>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  115. <ClCompile>
  116. <WarningLevel>Level3</WarningLevel>
  117. <Optimization>Disabled</Optimization>
  118. <SDLCheck>true</SDLCheck>
  119. <ConformanceMode>true</ConformanceMode>
  120. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LINIE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. </ClCompile>
  122. <Link>
  123. <AdditionalDependencies>framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  124. </Link>
  125. <CustomBuildStep>
  126. <Outputs>kopieren;%(Outputs)</Outputs>
  127. </CustomBuildStep>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  130. <ClCompile>
  131. <WarningLevel>Level3</WarningLevel>
  132. <Optimization>MaxSpeed</Optimization>
  133. <FunctionLevelLinking>true</FunctionLevelLinking>
  134. <IntrinsicFunctions>true</IntrinsicFunctions>
  135. <SDLCheck>true</SDLCheck>
  136. <ConformanceMode>true</ConformanceMode>
  137. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LINIE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. </ClCompile>
  139. <Link>
  140. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  141. <OptimizeReferences>true</OptimizeReferences>
  142. <AdditionalDependencies>framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  143. </Link>
  144. <CustomBuildStep>
  145. <Outputs>kopieren;%(Outputs)</Outputs>
  146. </CustomBuildStep>
  147. </ItemDefinitionGroup>
  148. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  149. <ClCompile>
  150. <WarningLevel>Level3</WarningLevel>
  151. <Optimization>MaxSpeed</Optimization>
  152. <FunctionLevelLinking>true</FunctionLevelLinking>
  153. <IntrinsicFunctions>true</IntrinsicFunctions>
  154. <SDLCheck>true</SDLCheck>
  155. <ConformanceMode>true</ConformanceMode>
  156. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LINIE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. </ClCompile>
  158. <Link>
  159. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. <AdditionalDependencies>framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  162. </Link>
  163. <CustomBuildStep>
  164. <Outputs>kopieren;%(Outputs)</Outputs>
  165. </CustomBuildStep>
  166. </ItemDefinitionGroup>
  167. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  168. <ImportGroup Label="ExtensionTargets">
  169. </ImportGroup>
  170. </Project>