123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?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|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{f0d57004-ad2a-4cf5-8c52-9d5036845626}</ProjectGuid>
- <Keyword>Linux</Keyword>
- <RootNamespace>Asteroids_Linux</RootNamespace>
- <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
- <ApplicationType>Linux</ApplicationType>
- <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
- <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
- <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- </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'">
- <TargetName>Asteroids</TargetName>
- <TargetExt>.so</TargetExt>
- <RemoteProjectDir>$(RemoteRootDir)/Spiele/Asteroids/debug</RemoteProjectDir>
- <IncludePath>..\..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\Asteroids;$(IncludePath)</IncludePath>
- <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
- <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <TargetName>Asteroids</TargetName>
- <TargetExt>.so</TargetExt>
- <RemoteProjectDir>$(RemoteRootDir)/Spiele/Asteroids/release</RemoteProjectDir>
- <IncludePath>..\..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\Asteroids;$(IncludePath);$(ISenseIncludePath)</IncludePath>
- <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
- <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
- </PropertyGroup>
- <ItemGroup>
- <ClCompile Include="..\Asteroids\Asteroid.cpp" />
- <ClCompile Include="..\Asteroids\Editor.cpp" />
- <ClCompile Include="..\Asteroids\KartenLeser.cpp" />
- <ClCompile Include="..\Asteroids\Klient.cpp" />
- <ClCompile Include="..\Asteroids\Karte.cpp" />
- <ClCompile Include="..\Asteroids\Pixel.cpp" />
- <ClCompile Include="..\Asteroids\Strukturen.cpp" />
- <ClCompile Include="..\Asteroids\SpielObjekt.cpp" />
- <ClCompile Include="..\Asteroids\Laser.cpp" />
- <ClCompile Include="..\Asteroids\Spiel.cpp" />
- <ClCompile Include="..\Asteroids\Spieler.cpp" />
- <ClCompile Include="..\Asteroids\STS.cpp" />
- <ClCompile Include="..\Asteroids\Team.cpp" />
- <ClCompile Include="..\Asteroids\DllStart.cpp" />
- <ClCompile Include="..\Asteroids\SpielerStatistik.cpp" />
- <ClCompile Include="..\Asteroids\Statistik.cpp" />
- <ClCompile Include="..\Asteroids\TeamStatistik.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\Asteroids\Asteroid.h" />
- <ClInclude Include="..\Asteroids\Pixel.h" />
- <ClInclude Include="..\Asteroids\SSDatenbankV.h" />
- <ClInclude Include="..\Asteroids\Editor.h" />
- <ClInclude Include="..\Asteroids\ESEditorV.h" />
- <ClInclude Include="..\Asteroids\KartenLeser.h" />
- <ClInclude Include="..\Asteroids\SSKlient.h" />
- <ClInclude Include="..\Asteroids\SSKlientV.h" />
- <ClInclude Include="..\Asteroids\Define.h" />
- <ClInclude Include="..\Asteroids\Karte.h" />
- <ClInclude Include="..\Asteroids\Strukturen.h" />
- <ClInclude Include="..\Asteroids\SpielObjekt.h" />
- <ClInclude Include="..\Asteroids\Laser.h" />
- <ClInclude Include="..\Asteroids\Spiel.h" />
- <ClInclude Include="..\Asteroids\Spieler.h" />
- <ClInclude Include="..\Asteroids\SpielKlasse.h" />
- <ClInclude Include="..\Asteroids\STS.h" />
- <ClInclude Include="..\Asteroids\Team.h" />
- <ClInclude Include="..\Asteroids\SpielerStatistik.h" />
- <ClInclude Include="..\Asteroids\Statistik.h" />
- <ClInclude Include="..\Asteroids\StatistikKlasse.h" />
- <ClInclude Include="..\Asteroids\TeamStatistik.h" />
- </ItemGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Link>
- <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
- </Link>
- <ClCompile>
- <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Link>
- <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
- </Link>
- <ClCompile>
- <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
- </ClCompile>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets" />
- </Project>
|