Asteroids.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{BF881B0D-A590-4548-B4D7-5B8C22028D07}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>Asteroids</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v141</PlatformToolset>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <UseDebugLibraries>true</UseDebugLibraries>
  36. <PlatformToolset>v141</PlatformToolset>
  37. <CharacterSet>MultiByte</CharacterSet>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  40. <ConfigurationType>DynamicLibrary</ConfigurationType>
  41. <UseDebugLibraries>false</UseDebugLibraries>
  42. <PlatformToolset>v141</PlatformToolset>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>Unicode</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v141</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  70. <LinkIncremental>true</LinkIncremental>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  73. <LinkIncremental>true</LinkIncremental>
  74. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  75. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Debug;..\..\..\..\..\Allgemein\Network\x64\Debug;$(LibraryPath)</LibraryPath>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <LinkIncremental>false</LinkIncremental>
  79. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  80. <LibraryPath>..\..\..\..\..\Allgemein\Framework\Release;..\..\..\..\..\Allgemein\Network\Release;$(LibraryPath)</LibraryPath>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <LinkIncremental>false</LinkIncremental>
  84. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\Klient\Include;..\..\..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  85. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Release;..\..\..\..\..\Allgemein\Network\x64\Release;$(LibraryPath)</LibraryPath>
  86. </PropertyGroup>
  87. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  88. <ClCompile>
  89. <PrecompiledHeader>
  90. </PrecompiledHeader>
  91. <WarningLevel>Level3</WarningLevel>
  92. <Optimization>Disabled</Optimization>
  93. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. </ClCompile>
  95. <Link>
  96. <SubSystem>Windows</SubSystem>
  97. <GenerateDebugInformation>true</GenerateDebugInformation>
  98. </Link>
  99. <CustomBuildStep>
  100. <Outputs>kopieren...;%(Outputs)</Outputs>
  101. </CustomBuildStep>
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  104. <ClCompile>
  105. <PrecompiledHeader>
  106. </PrecompiledHeader>
  107. <WarningLevel>Level3</WarningLevel>
  108. <Optimization>Disabled</Optimization>
  109. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. </ClCompile>
  111. <Link>
  112. <SubSystem>Windows</SubSystem>
  113. <GenerateDebugInformation>true</GenerateDebugInformation>
  114. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  115. </Link>
  116. <CustomBuildStep>
  117. <Outputs>kopieren...;%(Outputs)</Outputs>
  118. <Command>copy "..\x64\Debug\Asteroids.dll" "..\..\..\..\Server\Spiel Server\spiele\Asteroids\bin\Asteroids.dll"</Command>
  119. </CustomBuildStep>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  122. <ClCompile>
  123. <WarningLevel>Level3</WarningLevel>
  124. <PrecompiledHeader>
  125. </PrecompiledHeader>
  126. <Optimization>MaxSpeed</Optimization>
  127. <FunctionLevelLinking>true</FunctionLevelLinking>
  128. <IntrinsicFunctions>true</IntrinsicFunctions>
  129. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  131. </ClCompile>
  132. <Link>
  133. <SubSystem>Windows</SubSystem>
  134. <GenerateDebugInformation>true</GenerateDebugInformation>
  135. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  136. <OptimizeReferences>true</OptimizeReferences>
  137. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  138. </Link>
  139. <CustomBuildStep>
  140. <Outputs>kopieren...;%(Outputs)</Outputs>
  141. <Command>copy "..\Release\Asteroids.dll" "..\..\..\..\Server\Fertig\x32\spiele\Asteroids\bin\Asteroids.dll"</Command>
  142. </CustomBuildStep>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  145. <ClCompile>
  146. <WarningLevel>Level3</WarningLevel>
  147. <PrecompiledHeader>
  148. </PrecompiledHeader>
  149. <Optimization>MaxSpeed</Optimization>
  150. <FunctionLevelLinking>true</FunctionLevelLinking>
  151. <IntrinsicFunctions>true</IntrinsicFunctions>
  152. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ASTEROIDS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Windows</SubSystem>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  159. <OptimizeReferences>true</OptimizeReferences>
  160. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  161. </Link>
  162. <CustomBuildStep>
  163. <Outputs>kopieren...;%(Outputs)</Outputs>
  164. <Command>copy "..\x64\Release\Asteroids.dll" "..\..\..\..\Server\Fertig\x64\spiele\Asteroids\bin\Asteroids.dll"</Command>
  165. </CustomBuildStep>
  166. </ItemDefinitionGroup>
  167. <ItemGroup>
  168. <ClCompile Include="Editor.cpp" />
  169. <ClCompile Include="KartenLeser.cpp" />
  170. <ClCompile Include="Klient.cpp" />
  171. <ClCompile Include="Karte.cpp" />
  172. <ClCompile Include="Strukturen.cpp" />
  173. <ClCompile Include="SpielObjekt.cpp" />
  174. <ClCompile Include="Laser.cpp" />
  175. <ClCompile Include="Spiel.cpp" />
  176. <ClCompile Include="Spieler.cpp" />
  177. <ClCompile Include="STS.cpp" />
  178. <ClCompile Include="Team.cpp" />
  179. <ClCompile Include="DllStart.cpp" />
  180. <ClCompile Include="SpielerStatistik.cpp" />
  181. <ClCompile Include="Statistik.cpp" />
  182. <ClCompile Include="TeamStatistik.cpp" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ClInclude Include="SSDatenbankV.h" />
  186. <ClInclude Include="Editor.h" />
  187. <ClInclude Include="ESEditorV.h" />
  188. <ClInclude Include="KartenLeser.h" />
  189. <ClInclude Include="SSKlient.h" />
  190. <ClInclude Include="SSKlientV.h" />
  191. <ClInclude Include="Define.h" />
  192. <ClInclude Include="Karte.h" />
  193. <ClInclude Include="Strukturen.h" />
  194. <ClInclude Include="SpielObjekt.h" />
  195. <ClInclude Include="Laser.h" />
  196. <ClInclude Include="Spiel.h" />
  197. <ClInclude Include="Spieler.h" />
  198. <ClInclude Include="SpielKlasse.h" />
  199. <ClInclude Include="STS.h" />
  200. <ClInclude Include="Team.h" />
  201. <ClInclude Include="SpielerStatistik.h" />
  202. <ClInclude Include="Statistik.h" />
  203. <ClInclude Include="StatistikKlasse.h" />
  204. <ClInclude Include="TeamStatistik.h" />
  205. </ItemGroup>
  206. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  207. <ImportGroup Label="ExtensionTargets">
  208. </ImportGroup>
  209. </Project>