123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|ARM">
- <Configuration>Debug</Configuration>
- <Platform>ARM</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|ARM">
- <Configuration>Release</Configuration>
- <Platform>ARM</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|ARM64">
- <Configuration>Debug</Configuration>
- <Platform>ARM64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|ARM64">
- <Configuration>Release</Configuration>
- <Platform>ARM64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x86">
- <Configuration>Debug</Configuration>
- <Platform>x86</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x86">
- <Configuration>Release</Configuration>
- <Platform>x86</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{a1b59831-7e37-4f83-a545-0e27609e8295}</ProjectGuid>
- <Keyword>Linux</Keyword>
- <RootNamespace>FactoryCraft</RootNamespace>
- <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
- <ApplicationType>Linux</ApplicationType>
- <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
- <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
- <LinuxProjectType>{2238F9CD-F817-4ECC-BD14-2524D2669B35}</LinuxProjectType>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings" />
- <ImportGroup Label="Shared" />
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</OutDir>
- <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</IntDir>
- <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</RemoteProjectDir>
- <IncludePath>..\..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\..\Allgemein\Network\Network;../../../Network/debug/Network;../../../KsgScript/debug/KsgScript;..\..\..\..\..\Allgemein\KSGScript\KSGScript\Include;$(IncludePath)</IncludePath>
- <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
- <RemoteLinkLocalCopyOutput>true</RemoteLinkLocalCopyOutput>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</OutDir>
- <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</IntDir>
- <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
- <IncludePath>..\..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\..\Allgemein\Network\Network;../../../Network/release/Network;../../../KsgScript/release/KsgScript;..\..\..\..\..\Allgemein\KSGScript\KSGScript\Include;$(IncludePath)</IncludePath>
- <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
- </PropertyGroup>
- <ItemGroup>
- <ClInclude Include="AddChunkUpdate.h" />
- <ClInclude Include="AddEntityUpdate.h" />
- <ClInclude Include="Area.h" />
- <ClInclude Include="BasicBlocks.h" />
- <ClInclude Include="BiomGenerator.h" />
- <ClInclude Include="Block.h" />
- <ClInclude Include="BlockRemovedUpdate.h" />
- <ClInclude Include="BlockType.h" />
- <ClInclude Include="Chunk.h" />
- <ClInclude Include="Constants.h" />
- <ClInclude Include="CraftingStorage.h" />
- <ClInclude Include="DimensionGenerator.h" />
- <ClInclude Include="Effect.h" />
- <ClInclude Include="EffectFactory.h" />
- <ClInclude Include="Entity.h" />
- <ClInclude Include="EntityRemovedUpdate.h" />
- <ClInclude Include="EntityType.h" />
- <ClInclude Include="FastNoiseLite.h" />
- <ClInclude Include="FastNoiseWrapper.h" />
- <ClInclude Include="Game.h" />
- <ClInclude Include="GeneratedStructure.h" />
- <ClInclude Include="GenerationTemplate.h" />
- <ClInclude Include="GrasslandBiom.h" />
- <ClInclude Include="Inventory.h" />
- <ClInclude Include="Item.h" />
- <ClInclude Include="ItemEntity.h" />
- <ClInclude Include="ItemFilter.h" />
- <ClInclude Include="ItemSkill.h" />
- <ClInclude Include="ItemSlot.h" />
- <ClInclude Include="ItemStack.h" />
- <ClInclude Include="ItemType.h" />
- <ClInclude Include="ModelInfo.h" />
- <ClInclude Include="NetworkResponse.h" />
- <ClInclude Include="Noise.h" />
- <ClInclude Include="NoBlock.h" />
- <ClInclude Include="OverworldDimension.h" />
- <ClInclude Include="NoiseInterpolator.h" />
- <ClInclude Include="PlaceBlockUpdate.h" />
- <ClInclude Include="Player.h" />
- <ClInclude Include="PlayerHand.h" />
- <ClInclude Include="RandNoise.h" />
- <ClInclude Include="Recipie.h" />
- <ClInclude Include="RecipieList.h" />
- <ClInclude Include="RecipieLoader.h" />
- <ClInclude Include="Server.h" />
- <ClInclude Include="Dimension.h" />
- <ClInclude Include="StaticRegistry.h" />
- <ClInclude Include="StoneTool.h" />
- <ClInclude Include="TickOrganizer.h" />
- <ClInclude Include="TickQueue.h" />
- <ClInclude Include="TickWorker.h" />
- <ClInclude Include="TreeTemplate.h" />
- <ClInclude Include="WorldGenerator.h" />
- <ClInclude Include="WorldLoader.h" />
- <ClInclude Include="WorldUpdate.h" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="AddChunkUpdate.cpp" />
- <ClCompile Include="AddEntityUpdate.cpp" />
- <ClCompile Include="Area.cpp" />
- <ClCompile Include="BasicBlock.cpp" />
- <ClCompile Include="BiomGenerator.cpp" />
- <ClCompile Include="Block.cpp" />
- <ClCompile Include="BlockRemovedUpdate.cpp" />
- <ClCompile Include="BlockType.cpp" />
- <ClCompile Include="Chunk.cpp" />
- <ClCompile Include="CraftingStorage.cpp" />
- <ClCompile Include="Dimension.cpp" />
- <ClCompile Include="DimensionGenerator.cpp" />
- <ClCompile Include="Entity.cpp" />
- <ClCompile Include="EntityRemovedUpdate.cpp" />
- <ClCompile Include="EntityType.cpp" />
- <ClCompile Include="FastNoiseWrapper.cpp" />
- <ClCompile Include="Game.cpp" />
- <ClCompile Include="GeneratedStructure.cpp" />
- <ClCompile Include="GenerationTemplate.cpp" />
- <ClCompile Include="GrasslandBiom.cpp" />
- <ClCompile Include="Inventory.cpp" />
- <ClCompile Include="Item.cpp" />
- <ClCompile Include="ItemEntity.cpp" />
- <ClCompile Include="ItemFilter.cpp" />
- <ClCompile Include="ItemSkill.cpp" />
- <ClCompile Include="ItemSlot.cpp" />
- <ClCompile Include="ItemStack.cpp" />
- <ClCompile Include="ItemType.cpp" />
- <ClCompile Include="ModelInfo.cpp" />
- <ClCompile Include="NetworkResponse.cpp" />
- <ClCompile Include="NoBlock.cpp" />
- <ClCompile Include="Noise.cpp" />
- <ClCompile Include="OverworldDimension.cpp" />
- <ClCompile Include="NoiseInterpolator.cpp" />
- <ClCompile Include="PlaceBlockUpdate.cpp" />
- <ClCompile Include="Player.cpp" />
- <ClCompile Include="PlayerHand.cpp" />
- <ClCompile Include="RandNoise.cpp" />
- <ClCompile Include="Recipie.cpp" />
- <ClCompile Include="RecipieLoader.cpp" />
- <ClCompile Include="Server.cpp" />
- <ClCompile Include="Start.cpp" />
- <ClCompile Include="StaticInitializerOrder.cpp" />
- <ClCompile Include="StoneTool.cpp" />
- <ClCompile Include="TickOrganizer.cpp" />
- <ClCompile Include="TickQueue.cpp" />
- <ClCompile Include="TickWorker.cpp" />
- <ClCompile Include="TreeTemplate.cpp" />
- <ClCompile Include="WorldGenerator.cpp" />
- <ClCompile Include="WorldLoader.cpp" />
- <ClCompile Include="WorldUpdate.cpp" />
- </ItemGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Link>
- <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/debug;$(RemoteRootDir)/Network/debug;$(RemoteRootDir)/Framework/debug;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <LibraryDependencies>dbgFramework;dbgNetwork;dbgSQL;pq;pthread;ssl</LibraryDependencies>
- <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
- <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
- </Link>
- <ClCompile>
- <CppLanguageStandard>c++17</CppLanguageStandard>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Link>
- <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/release;$(RemoteRootDir)/Network/release;$(RemoteRootDir)/Framework/release;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <LibraryDependencies>Framework;Network;pthread;ssl</LibraryDependencies>
- <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
- </Link>
- <ClCompile>
- <CppLanguageStandard>c++17</CppLanguageStandard>
- </ClCompile>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets" />
- </Project>
|