Blöcke.vcxproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. </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>MultiByte</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;..\..\..\Include;$(IncludePath)</IncludePath>
  75. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Debug;$(LibraryPath)</LibraryPath>
  76. <CustomBuildBeforeTargets>
  77. </CustomBuildBeforeTargets>
  78. <TargetName>Bloecke</TargetName>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <LinkIncremental>false</LinkIncremental>
  82. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\Include;$(IncludePath)</IncludePath>
  83. <LibraryPath>..\..\..\..\..\Allgemein\Framework\Release;$(LibraryPath)</LibraryPath>
  84. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  85. <TargetName>Bloecke</TargetName>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\Include;$(IncludePath)</IncludePath>
  90. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Release;$(LibraryPath)</LibraryPath>
  91. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  92. <TargetName>Bloecke</TargetName>
  93. </PropertyGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <PrecompiledHeader>
  97. </PrecompiledHeader>
  98. <WarningLevel>Level3</WarningLevel>
  99. <Optimization>Disabled</Optimization>
  100. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BLCKE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Windows</SubSystem>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. </Link>
  106. </ItemDefinitionGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  108. <ClCompile>
  109. <PrecompiledHeader>
  110. </PrecompiledHeader>
  111. <WarningLevel>Level3</WarningLevel>
  112. <Optimization>Disabled</Optimization>
  113. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BLCKE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Windows</SubSystem>
  117. <GenerateDebugInformation>true</GenerateDebugInformation>
  118. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  119. </Link>
  120. <CustomBuild>
  121. <Command>
  122. </Command>
  123. </CustomBuild>
  124. <CustomBuild>
  125. <Outputs>
  126. </Outputs>
  127. </CustomBuild>
  128. <CustomBuildStep>
  129. <Outputs>kopieren...;%(Outputs)</Outputs>
  130. <Command>copy "..\x64\Debug\Bloecke.dll" "..\..\..\Fertig\Debug\Minigames\x64\Blöcke\bin\game.dll"</Command>
  131. </CustomBuildStep>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  134. <ClCompile>
  135. <WarningLevel>Level3</WarningLevel>
  136. <PrecompiledHeader>
  137. </PrecompiledHeader>
  138. <Optimization>MaxSpeed</Optimization>
  139. <FunctionLevelLinking>true</FunctionLevelLinking>
  140. <IntrinsicFunctions>true</IntrinsicFunctions>
  141. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BLCKE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  143. </ClCompile>
  144. <Link>
  145. <SubSystem>Windows</SubSystem>
  146. <GenerateDebugInformation>true</GenerateDebugInformation>
  147. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  148. <OptimizeReferences>true</OptimizeReferences>
  149. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  150. </Link>
  151. <CustomBuildStep>
  152. <Outputs>kopieren...;%(Outputs)</Outputs>
  153. <Command>copy "..\Release\bloecke.dll" "..\..\..\Fertig\Minigames\x32\Blöcke\bin\game.dll"</Command>
  154. </CustomBuildStep>
  155. </ItemDefinitionGroup>
  156. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  157. <ClCompile>
  158. <WarningLevel>Level3</WarningLevel>
  159. <PrecompiledHeader>
  160. </PrecompiledHeader>
  161. <Optimization>MaxSpeed</Optimization>
  162. <FunctionLevelLinking>true</FunctionLevelLinking>
  163. <IntrinsicFunctions>true</IntrinsicFunctions>
  164. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BLCKE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  165. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  166. </ClCompile>
  167. <Link>
  168. <SubSystem>Windows</SubSystem>
  169. <GenerateDebugInformation>true</GenerateDebugInformation>
  170. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  171. <OptimizeReferences>true</OptimizeReferences>
  172. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  173. </Link>
  174. <CustomBuild>
  175. <Command>
  176. </Command>
  177. </CustomBuild>
  178. <CustomBuild>
  179. <Outputs>
  180. </Outputs>
  181. </CustomBuild>
  182. <CustomBuildStep>
  183. <Outputs>kopieren...;%(Outputs)</Outputs>
  184. <Command>copy "..\x64\Release\bloecke.dll" "..\..\..\Fertig\Minigames\x64\Blöcke\bin\game.dll"</Command>
  185. </CustomBuildStep>
  186. </ItemDefinitionGroup>
  187. <ItemGroup>
  188. <ClInclude Include="Game.h" />
  189. <ClInclude Include="Initialisierung.h" />
  190. <ClInclude Include="Map.h" />
  191. <ClInclude Include="Menü.h" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <ClCompile Include="Einstieg.cpp" />
  195. <ClCompile Include="Game.cpp" />
  196. <ClCompile Include="Initialisierung.cpp" />
  197. <ClCompile Include="Map.cpp" />
  198. <ClCompile Include="Menü.cpp" />
  199. </ItemGroup>
  200. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  201. <ImportGroup Label="ExtensionTargets">
  202. </ImportGroup>
  203. </Project>