Blöcke.vcxproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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>{1CED0788-41C6-463C-8D29-C7AF41EE6357}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>Blöcke</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v143</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v143</PlatformToolset>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v143</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v143</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <LinkIncremental>true</LinkIncremental>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\Include;..\..\..\KSGNetwork\Include;$(IncludePath)</IncludePath>
  76. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Debug;$(LibraryPath)</LibraryPath>
  77. <CustomBuildBeforeTargets>
  78. </CustomBuildBeforeTargets>
  79. <TargetName>Bloecke</TargetName>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82. <LinkIncremental>false</LinkIncremental>
  83. <IncludePath>..\..\..\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\Include;$(IncludePath)</IncludePath>
  84. <LibraryPath>..\..\..\..\..\Allgemein\Framework\Release;$(LibraryPath)</LibraryPath>
  85. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  86. <TargetName>Bloecke</TargetName>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. <IncludePath>..\..\..\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\Include;$(IncludePath)</IncludePath>
  91. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Release;$(LibraryPath)</LibraryPath>
  92. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  93. <TargetName>Bloecke</TargetName>
  94. </PropertyGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  96. <ClCompile>
  97. <PrecompiledHeader>
  98. </PrecompiledHeader>
  99. <WarningLevel>Level3</WarningLevel>
  100. <Optimization>Disabled</Optimization>
  101. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BLCKE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. </ClCompile>
  103. <Link>
  104. <SubSystem>Windows</SubSystem>
  105. <GenerateDebugInformation>true</GenerateDebugInformation>
  106. </Link>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <ClCompile>
  110. <PrecompiledHeader>
  111. </PrecompiledHeader>
  112. <WarningLevel>Level3</WarningLevel>
  113. <Optimization>Disabled</Optimization>
  114. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BLCKE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  115. </ClCompile>
  116. <Link>
  117. <SubSystem>Windows</SubSystem>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  120. </Link>
  121. <CustomBuild>
  122. <Command>
  123. </Command>
  124. </CustomBuild>
  125. <CustomBuild>
  126. <Outputs>
  127. </Outputs>
  128. </CustomBuild>
  129. <CustomBuildStep>
  130. <Outputs>kopieren...;%(Outputs)</Outputs>
  131. <Command>copy "..\x64\Debug\Bloecke.dll" "..\..\..\Fertig\Debug\Minigames\x64\Blöcke\bin\game.dll"</Command>
  132. </CustomBuildStep>
  133. </ItemDefinitionGroup>
  134. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  135. <ClCompile>
  136. <WarningLevel>Level3</WarningLevel>
  137. <PrecompiledHeader>
  138. </PrecompiledHeader>
  139. <Optimization>MaxSpeed</Optimization>
  140. <FunctionLevelLinking>true</FunctionLevelLinking>
  141. <IntrinsicFunctions>true</IntrinsicFunctions>
  142. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BLCKE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  144. </ClCompile>
  145. <Link>
  146. <SubSystem>Windows</SubSystem>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  149. <OptimizeReferences>true</OptimizeReferences>
  150. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  151. </Link>
  152. <CustomBuildStep>
  153. <Outputs>kopieren...;%(Outputs)</Outputs>
  154. <Command>copy "..\Release\bloecke.dll" "..\..\..\Fertig\Minigames\x32\Blöcke\bin\game.dll"</Command>
  155. </CustomBuildStep>
  156. </ItemDefinitionGroup>
  157. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  158. <ClCompile>
  159. <WarningLevel>Level3</WarningLevel>
  160. <PrecompiledHeader>
  161. </PrecompiledHeader>
  162. <Optimization>MaxSpeed</Optimization>
  163. <FunctionLevelLinking>true</FunctionLevelLinking>
  164. <IntrinsicFunctions>true</IntrinsicFunctions>
  165. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BLCKE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  167. </ClCompile>
  168. <Link>
  169. <SubSystem>Windows</SubSystem>
  170. <GenerateDebugInformation>true</GenerateDebugInformation>
  171. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  172. <OptimizeReferences>true</OptimizeReferences>
  173. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  174. </Link>
  175. <CustomBuild>
  176. <Command>
  177. </Command>
  178. </CustomBuild>
  179. <CustomBuild>
  180. <Outputs>
  181. </Outputs>
  182. </CustomBuild>
  183. <CustomBuildStep>
  184. <Outputs>kopieren...;%(Outputs)</Outputs>
  185. <Command>copy "..\x64\Release\bloecke.dll" "..\..\..\Fertig\Minigames\x64\Blöcke\bin\game.dll"</Command>
  186. </CustomBuildStep>
  187. </ItemDefinitionGroup>
  188. <ItemGroup>
  189. <ClInclude Include="Game.h" />
  190. <ClInclude Include="Initialisierung.h" />
  191. <ClInclude Include="Map.h" />
  192. <ClInclude Include="Menü.h" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <ClCompile Include="Einstieg.cpp" />
  196. <ClCompile Include="Game.cpp" />
  197. <ClCompile Include="Initialisierung.cpp" />
  198. <ClCompile Include="Map.cpp" />
  199. <ClCompile Include="Menü.cpp" />
  200. </ItemGroup>
  201. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  202. <ImportGroup Label="ExtensionTargets">
  203. </ImportGroup>
  204. </Project>