FactoryCraft.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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>v142</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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. <LanguageStandard>stdcpp17</LanguageStandard>
  113. </ClCompile>
  114. <Link>
  115. <SubSystem>Windows</SubSystem>
  116. <GenerateDebugInformation>true</GenerateDebugInformation>
  117. <AdditionalDependencies>Framework.lib;network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  118. </Link>
  119. <CustomBuildStep>
  120. <Outputs>kopieren...;%(Outputs)</Outputs>
  121. <Command>copy "..\..\..\..\..\Allgemein\Framework\x64\Debug\Framework.dll" "framework.dll"
  122. copy "..\..\..\..\..\Allgemein\Network\x64\Debug\Network.dll" "network.dll"</Command>
  123. </CustomBuildStep>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  126. <ClCompile>
  127. <WarningLevel>Level3</WarningLevel>
  128. <PrecompiledHeader>
  129. </PrecompiledHeader>
  130. <Optimization>MaxSpeed</Optimization>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <IntrinsicFunctions>true</IntrinsicFunctions>
  133. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FANGEN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  135. </ClCompile>
  136. <Link>
  137. <SubSystem>Windows</SubSystem>
  138. <GenerateDebugInformation>true</GenerateDebugInformation>
  139. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  142. </Link>
  143. <CustomBuildStep>
  144. <Outputs>kopieren...;%(Outputs)</Outputs>
  145. <Command>copy "..\Release\FactoryCraft.dll" "..\..\..\Fertig\Minigames\x32\FactoryCraft\bin\game.dll"</Command>
  146. </CustomBuildStep>
  147. </ItemDefinitionGroup>
  148. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  149. <ClCompile>
  150. <WarningLevel>Level3</WarningLevel>
  151. <PrecompiledHeader>
  152. </PrecompiledHeader>
  153. <Optimization>MaxSpeed</Optimization>
  154. <FunctionLevelLinking>true</FunctionLevelLinking>
  155. <IntrinsicFunctions>true</IntrinsicFunctions>
  156. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FANGEN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  158. </ClCompile>
  159. <Link>
  160. <SubSystem>Windows</SubSystem>
  161. <GenerateDebugInformation>true</GenerateDebugInformation>
  162. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  163. <OptimizeReferences>true</OptimizeReferences>
  164. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  165. </Link>
  166. <CustomBuildStep>
  167. <Outputs>kopieren...;%(Outputs)</Outputs>
  168. <Command>copy "..\..\..\..\..\Allgemein\Framework\x64\Release\Framework.dll" "framework.dll"
  169. copy "..\..\..\..\..\Allgemein\Network\x64\Release\Network.dll" "network.dll"</Command>
  170. </CustomBuildStep>
  171. </ItemDefinitionGroup>
  172. <ItemGroup>
  173. <ClCompile Include="AddEntityUpdate.cpp" />
  174. <ClCompile Include="Area.cpp" />
  175. <ClCompile Include="Block.cpp" />
  176. <ClCompile Include="BlockType.cpp" />
  177. <ClCompile Include="Chunk.cpp" />
  178. <ClCompile Include="CraftingGrid.cpp" />
  179. <ClCompile Include="CustomDX11API.cpp" />
  180. <ClCompile Include="Dialog.cpp" />
  181. <ClCompile Include="Dimension.cpp" />
  182. <ClCompile Include="AddServerMenu.cpp" />
  183. <ClCompile Include="DragElement.cpp" />
  184. <ClCompile Include="Entity.cpp" />
  185. <ClCompile Include="EntityRemovedUpdate.cpp" />
  186. <ClCompile Include="EntityType.cpp" />
  187. <ClCompile Include="Equipment.cpp" />
  188. <ClCompile Include="FactoryClient.cpp" />
  189. <ClCompile Include="Game.cpp" />
  190. <ClCompile Include="Globals.cpp" />
  191. <ClCompile Include="Initialisierung.cpp" />
  192. <ClCompile Include="InventoryView.cpp" />
  193. <ClCompile Include="ItemBar.cpp" />
  194. <ClCompile Include="ItemType.cpp" />
  195. <ClCompile Include="Load.cpp" />
  196. <ClCompile Include="ServerSelection.cpp" />
  197. <ClCompile Include="Main.cpp" />
  198. <ClCompile Include="Menu.cpp" />
  199. <ClCompile Include="ModelInfo.cpp" />
  200. <ClCompile Include="PlayerKam.cpp" />
  201. <ClCompile Include="StaticInitializerOrder.cpp" />
  202. <ClCompile Include="UIMLToolTip.cpp" />
  203. <ClCompile Include="World.cpp" />
  204. <ClCompile Include="WorldUpdate.cpp" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <ClInclude Include="AddEntityUpdate.h" />
  208. <ClInclude Include="Area.h" />
  209. <ClInclude Include="Block.h" />
  210. <ClInclude Include="BlockType.h" />
  211. <ClInclude Include="Chunk.h" />
  212. <ClInclude Include="Constants.h" />
  213. <ClInclude Include="CraftingGrid.h" />
  214. <ClInclude Include="CustomDX11API.h" />
  215. <ClInclude Include="Dialog.h" />
  216. <ClInclude Include="Dimension.h" />
  217. <ClInclude Include="AddServerMenu.h" />
  218. <ClInclude Include="DragController.h" />
  219. <ClInclude Include="DragElement.h" />
  220. <ClInclude Include="Entity.h" />
  221. <ClInclude Include="EntityRemovedUpdate.h" />
  222. <ClInclude Include="EntityType.h" />
  223. <ClInclude Include="Equipment.h" />
  224. <ClInclude Include="FactoryClient.h" />
  225. <ClInclude Include="Game.h" />
  226. <ClInclude Include="Globals.h" />
  227. <ClInclude Include="Initialisierung.h" />
  228. <ClInclude Include="InventoryView.h" />
  229. <ClInclude Include="ItemBar.h" />
  230. <ClInclude Include="ItemType.h" />
  231. <ClInclude Include="Load.h" />
  232. <ClInclude Include="ServerSelection.h" />
  233. <ClInclude Include="Menu.h" />
  234. <ClInclude Include="ModelInfo.h" />
  235. <ClInclude Include="PlayerKam.h" />
  236. <ClInclude Include="Registries.h" />
  237. <ClInclude Include="StaticRegistry.h" />
  238. <ClInclude Include="UIMLToolTip.h" />
  239. <ClInclude Include="WorldUpdate.h" />
  240. <ClInclude Include="World.h" />
  241. </ItemGroup>
  242. <ItemGroup>
  243. <FxCompile Include="DX11CustomPixelShader.hlsl">
  244. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Pixel</ShaderType>
  245. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Pixel</ShaderType>
  246. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Pixel</ShaderType>
  247. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Pixel</ShaderType>
  248. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TexturePixelShader</EntryPointName>
  249. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.0</ShaderModel>
  250. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CustomUIDX11PixelShader</VariableName>
  251. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CustomUIDX11PixelShader.h</HeaderFileOutput>
  252. </FxCompile>
  253. <FxCompile Include="DX11CustomVertexShader.hlsl">
  254. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Vertex</ShaderType>
  255. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Vertex</ShaderType>
  256. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Vertex</ShaderType>
  257. <ShaderType Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Vertex</ShaderType>
  258. <EntryPointName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TextureVertexShader</EntryPointName>
  259. <ShaderModel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">5.0</ShaderModel>
  260. <VariableName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CustomUIDX11VertexShader</VariableName>
  261. <HeaderFileOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CustomUIDX11VertexShader.h</HeaderFileOutput>
  262. </FxCompile>
  263. </ItemGroup>
  264. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  265. <ImportGroup Label="ExtensionTargets">
  266. </ImportGroup>
  267. </Project>