FactoryCraft.vcxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  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>{896efe7e-d75c-4f28-ad54-331521da10dc}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>FactoryCraft</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>v142</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>Application</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>v142</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>Application</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>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\Include;..\..\..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  76. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Debug;..\..\..\..\..\Allgemein\Network\x64\Debug;$(LibraryPath)</LibraryPath>
  77. <CustomBuildBeforeTargets>
  78. </CustomBuildBeforeTargets>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <LinkIncremental>false</LinkIncremental>
  82. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\Include;..\..\..\KSGNetwork\Include;$(IncludePath)</IncludePath>
  83. <LibraryPath>..\..\..\..\..\Allgemein\Framework\Release;$(LibraryPath)</LibraryPath>
  84. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  87. <LinkIncremental>false</LinkIncremental>
  88. <IncludePath>..\..\..\..\Klient\KSGNetwork\Include;..\..\..\..\..\Allgemein\Framework;..\..\..\Include;..\..\..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
  89. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\Release;..\..\..\..\..\Allgemein\Network\x64\Release;$(LibraryPath)</LibraryPath>
  90. <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
  91. </PropertyGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  93. <ClCompile>
  94. <PrecompiledHeader>
  95. </PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FANGEN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. </ClCompile>
  100. <Link>
  101. <SubSystem>Windows</SubSystem>
  102. <GenerateDebugInformation>true</GenerateDebugInformation>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <ClCompile>
  107. <PrecompiledHeader>
  108. </PrecompiledHeader>
  109. <WarningLevel>Level3</WarningLevel>
  110. <Optimization>Disabled</Optimization>
  111. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FANGEN_EXPORTS;annotate#//;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. <LanguageStandard>stdcpp20</LanguageStandard>
  113. <PreprocessToFile>false</PreprocessToFile>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Windows</SubSystem>
  117. <GenerateDebugInformation>true</GenerateDebugInformation>
  118. <AdditionalDependencies>Framework.lib;network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  119. </Link>
  120. <CustomBuildStep>
  121. <Outputs>kopieren...;%(Outputs)</Outputs>
  122. <Command>copy "..\..\..\..\..\Allgemein\Framework\x64\Debug\Framework.dll" "framework.dll"
  123. copy "..\..\..\..\..\Allgemein\Network\x64\Debug\Network.dll" "network.dll"</Command>
  124. </CustomBuildStep>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  127. <ClCompile>
  128. <WarningLevel>Level3</WarningLevel>
  129. <PrecompiledHeader>
  130. </PrecompiledHeader>
  131. <Optimization>MaxSpeed</Optimization>
  132. <FunctionLevelLinking>true</FunctionLevelLinking>
  133. <IntrinsicFunctions>true</IntrinsicFunctions>
  134. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FANGEN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  136. </ClCompile>
  137. <Link>
  138. <SubSystem>Windows</SubSystem>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  141. <OptimizeReferences>true</OptimizeReferences>
  142. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  143. </Link>
  144. <CustomBuildStep>
  145. <Outputs>kopieren...;%(Outputs)</Outputs>
  146. <Command>copy "..\Release\FactoryCraft.dll" "..\..\..\Fertig\Minigames\x32\FactoryCraft\bin\game.dll"</Command>
  147. </CustomBuildStep>
  148. </ItemDefinitionGroup>
  149. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  150. <ClCompile>
  151. <WarningLevel>Level3</WarningLevel>
  152. <PrecompiledHeader>
  153. </PrecompiledHeader>
  154. <Optimization>MaxSpeed</Optimization>
  155. <FunctionLevelLinking>true</FunctionLevelLinking>
  156. <IntrinsicFunctions>true</IntrinsicFunctions>
  157. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FANGEN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  158. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  159. <LanguageStandard>stdcpp20</LanguageStandard>
  160. <PreprocessToFile>false</PreprocessToFile>
  161. </ClCompile>
  162. <Link>
  163. <SubSystem>Windows</SubSystem>
  164. <GenerateDebugInformation>true</GenerateDebugInformation>
  165. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  166. <OptimizeReferences>true</OptimizeReferences>
  167. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  168. </Link>
  169. <CustomBuildStep>
  170. <Outputs>kopieren...;%(Outputs)</Outputs>
  171. <Command>copy "..\..\..\..\..\Allgemein\Framework\x64\Release\Framework.dll" "framework.dll"
  172. copy "..\..\..\..\..\Allgemein\Network\x64\Release\Network.dll" "network.dll"</Command>
  173. </CustomBuildStep>
  174. </ItemDefinitionGroup>
  175. <ItemGroup>
  176. <ClCompile Include="AddEntityUpdate.cpp" />
  177. <ClCompile Include="Area.cpp" />
  178. <ClCompile Include="Block.cpp" />
  179. <ClCompile Include="BlockAnimation.cpp" />
  180. <ClCompile Include="BlockType.cpp" />
  181. <ClCompile Include="Chat.cpp" />
  182. <ClCompile Include="ChatHistory.cpp" />
  183. <ClCompile Include="ChatMessage.cpp" />
  184. <ClCompile Include="ChatOptions.cpp" />
  185. <ClCompile Include="Chunk.cpp" />
  186. <ClCompile Include="ChunkFluidModel.cpp" />
  187. <ClCompile Include="ChunkGroundModel.cpp" />
  188. <ClCompile Include="ChunkMap.cpp" />
  189. <ClCompile Include="ChunkModelBuilder.cpp" />
  190. <ClCompile Include="CraftingGrid.cpp" />
  191. <ClCompile Include="CraftingRecipies.cpp" />
  192. <ClCompile Include="CustomDX11API.cpp" />
  193. <ClCompile Include="Dialog.cpp" />
  194. <ClCompile Include="Dimension.cpp" />
  195. <ClCompile Include="AddServerMenu.cpp" />
  196. <ClCompile Include="DimensionMap.cpp" />
  197. <ClCompile Include="DragElement.cpp" />
  198. <ClCompile Include="Entity.cpp" />
  199. <ClCompile Include="EntityRemovedUpdate.cpp" />
  200. <ClCompile Include="EntityType.cpp" />
  201. <ClCompile Include="Equipment.cpp" />
  202. <ClCompile Include="FactoryClient.cpp" />
  203. <ClCompile Include="FactoryCraftModel.cpp" />
  204. <ClCompile Include="Game.cpp" />
  205. <ClCompile Include="Globals.cpp" />
  206. <ClCompile Include="Initialisierung.cpp" />
  207. <ClCompile Include="InventoryView.cpp" />
  208. <ClCompile Include="ItemBar.cpp" />
  209. <ClCompile Include="ItemList.cpp" />
  210. <ClCompile Include="ItemStack.cpp" />
  211. <ClCompile Include="ItemType.cpp" />
  212. <ClCompile Include="ListView.cpp" />
  213. <ClCompile Include="Load.cpp" />
  214. <ClCompile Include="MapOptions.cpp" />
  215. <ClCompile Include="MapWindow.cpp" />
  216. <ClCompile Include="OptionsWindow.cpp" />
  217. <ClCompile Include="QuestGraph.cpp" />
  218. <ClCompile Include="RecipieGroup.cpp" />
  219. <ClCompile Include="RecipieIngredient.cpp" />
  220. <ClCompile Include="RecipieOutput.cpp" />
  221. <ClCompile Include="ServerSelection.cpp" />
  222. <ClCompile Include="Main.cpp" />
  223. <ClCompile Include="Menu.cpp" />
  224. <ClCompile Include="ModelInfo.cpp" />
  225. <ClCompile Include="PlayerKam.cpp" />
  226. <ClCompile Include="ShapedRecipie.cpp" />
  227. <ClCompile Include="StaticInitializerOrder.cpp" />
  228. <ClCompile Include="StatusBars.cpp" />
  229. <ClCompile Include="TransparentChunkGroundModel.cpp" />
  230. <ClCompile Include="UIMLToolTip.cpp" />
  231. <ClCompile Include="UnshapedRecipie.cpp" />
  232. <ClCompile Include="World.cpp" />
  233. <ClCompile Include="WorldUpdate.cpp" />
  234. </ItemGroup>
  235. <ItemGroup>
  236. <ClInclude Include="AddEntityUpdate.h" />
  237. <ClInclude Include="Area.h" />
  238. <ClInclude Include="Block.h" />
  239. <ClInclude Include="BlockType.h" />
  240. <ClInclude Include="Chat.h" />
  241. <ClInclude Include="ChatHistory.h" />
  242. <ClInclude Include="ChatMessage.h" />
  243. <ClInclude Include="ChatOptions.h" />
  244. <ClInclude Include="Chunk.h" />
  245. <ClInclude Include="ChunkFluidModel.h" />
  246. <ClInclude Include="ChunkGroundModel.h" />
  247. <ClInclude Include="ChunkMap.h" />
  248. <ClInclude Include="ChunkModelBuilder.h" />
  249. <ClInclude Include="Constants.h" />
  250. <ClInclude Include="CraftingGrid.h" />
  251. <ClInclude Include="CraftingRecipies.h" />
  252. <ClInclude Include="CustomDX11API.h" />
  253. <ClInclude Include="Dialog.h" />
  254. <ClInclude Include="Dimension.h" />
  255. <ClInclude Include="AddServerMenu.h" />
  256. <ClInclude Include="DimensionMap.h" />
  257. <ClInclude Include="DragController.h" />
  258. <ClInclude Include="DragElement.h" />
  259. <ClInclude Include="Entity.h" />
  260. <ClInclude Include="EntityRemovedUpdate.h" />
  261. <ClInclude Include="EntityType.h" />
  262. <ClInclude Include="Equipment.h" />
  263. <ClInclude Include="FactoryClient.h" />
  264. <ClInclude Include="FactoryCraftModel.h" />
  265. <ClInclude Include="Game.h" />
  266. <ClInclude Include="Globals.h" />
  267. <ClInclude Include="Initialisierung.h" />
  268. <ClInclude Include="InventoryView.h" />
  269. <ClInclude Include="ItemBar.h" />
  270. <ClInclude Include="ItemList.h" />
  271. <ClInclude Include="ItemStack.h" />
  272. <ClInclude Include="ItemType.h" />
  273. <ClInclude Include="ListView.h" />
  274. <ClInclude Include="Load.h" />
  275. <ClInclude Include="MapOptions.h" />
  276. <ClInclude Include="MapWindow.h" />
  277. <ClInclude Include="BlockAnimation.h" />
  278. <ClInclude Include="OptionsWindow.h" />
  279. <ClInclude Include="QuestGraph.h" />
  280. <ClInclude Include="RecipieGroup.h" />
  281. <ClInclude Include="RecipieIngredient.h" />
  282. <ClInclude Include="RecipieOutput.h" />
  283. <ClInclude Include="ServerSelection.h" />
  284. <ClInclude Include="Menu.h" />
  285. <ClInclude Include="ModelInfo.h" />
  286. <ClInclude Include="PlayerKam.h" />
  287. <ClInclude Include="Registries.h" />
  288. <ClInclude Include="ShapedRecipie.h" />
  289. <ClInclude Include="StaticRegistry.h" />
  290. <ClInclude Include="StatusBars.h" />
  291. <ClInclude Include="TransparentChunkGroundModel.h" />
  292. <ClInclude Include="UIMLToolTip.h" />
  293. <ClInclude Include="UnshapedRecipie.h" />
  294. <ClInclude Include="WorldUpdate.h" />
  295. <ClInclude Include="World.h" />
  296. </ItemGroup>
  297. <ItemGroup>
  298. <FxCompile Include="DX11CustomPixelShader.hlsl">
  299. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Pixel</ShaderType>
  300. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Pixel</ShaderType>
  301. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Pixel</ShaderType>
  302. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Pixel</ShaderType>
  303. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TexturePixelShader</EntryPointName>
  304. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.0</ShaderModel>
  305. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CustomUIDX11PixelShader</VariableName>
  306. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CustomUIDX11PixelShader.h</HeaderFileOutput>
  307. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TexturePixelShader</EntryPointName>
  308. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CustomUIDX11PixelShader.h</HeaderFileOutput>
  309. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CustomUIDX11PixelShader</VariableName>
  310. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">5.0</ShaderModel>
  311. </FxCompile>
  312. <FxCompile Include="DX11CustomVertexShader.hlsl">
  313. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Vertex</ShaderType>
  314. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Vertex</ShaderType>
  315. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Vertex</ShaderType>
  316. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Vertex</ShaderType>
  317. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TextureVertexShader</EntryPointName>
  318. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.0</ShaderModel>
  319. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CustomUIDX11VertexShader</VariableName>
  320. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CustomUIDX11VertexShader.h</HeaderFileOutput>
  321. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TextureVertexShader</EntryPointName>
  322. <VariableName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CustomUIDX11VertexShader</VariableName>
  323. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CustomUIDX11VertexShader.h</HeaderFileOutput>
  324. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">5.0</ShaderModel>
  325. </FxCompile>
  326. </ItemGroup>
  327. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  328. <ImportGroup Label="ExtensionTargets">
  329. </ImportGroup>
  330. </Project>