Asteroids Linux.vcxproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{f0d57004-ad2a-4cf5-8c52-9d5036845626}</ProjectGuid>
  15. <Keyword>Linux</Keyword>
  16. <RootNamespace>Asteroids_Linux</RootNamespace>
  17. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  18. <ApplicationType>Linux</ApplicationType>
  19. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  20. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  21. <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
  22. </PropertyGroup>
  23. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  25. <UseDebugLibraries>true</UseDebugLibraries>
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  33. <ImportGroup Label="ExtensionSettings" />
  34. <ImportGroup Label="Shared" />
  35. <ImportGroup Label="PropertySheets" />
  36. <PropertyGroup Label="UserMacros" />
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  38. <TargetName>Asteroids</TargetName>
  39. <TargetExt>.so</TargetExt>
  40. <RemoteProjectDir>$(RemoteRootDir)/Spiele/Asteroids/debug</RemoteProjectDir>
  41. <IncludePath>..\..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\Asteroids;$(IncludePath)</IncludePath>
  42. <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
  43. <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  46. <TargetName>Asteroids</TargetName>
  47. <TargetExt>.so</TargetExt>
  48. <RemoteProjectDir>$(RemoteRootDir)/Spiele/Asteroids/release</RemoteProjectDir>
  49. <IncludePath>..\..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\Asteroids;$(IncludePath);$(ISenseIncludePath)</IncludePath>
  50. <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
  51. <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <ClCompile Include="..\Asteroids\Editor.cpp" />
  55. <ClCompile Include="..\Asteroids\KartenLeser.cpp" />
  56. <ClCompile Include="..\Asteroids\Klient.cpp" />
  57. <ClCompile Include="..\Asteroids\Karte.cpp" />
  58. <ClCompile Include="..\Asteroids\Strukturen.cpp" />
  59. <ClCompile Include="..\Asteroids\SpielObjekt.cpp" />
  60. <ClCompile Include="..\Asteroids\Laser.cpp" />
  61. <ClCompile Include="..\Asteroids\Spiel.cpp" />
  62. <ClCompile Include="..\Asteroids\Spieler.cpp" />
  63. <ClCompile Include="..\Asteroids\STS.cpp" />
  64. <ClCompile Include="..\Asteroids\Team.cpp" />
  65. <ClCompile Include="..\Asteroids\DllStart.cpp" />
  66. <ClCompile Include="..\Asteroids\SpielerStatistik.cpp" />
  67. <ClCompile Include="..\Asteroids\Statistik.cpp" />
  68. <ClCompile Include="..\Asteroids\TeamStatistik.cpp" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ClInclude Include="..\Asteroids\SSDatenbankV.h" />
  72. <ClInclude Include="..\Asteroids\Editor.h" />
  73. <ClInclude Include="..\Asteroids\ESEditorV.h" />
  74. <ClInclude Include="..\Asteroids\KartenLeser.h" />
  75. <ClInclude Include="..\Asteroids\SSKlient.h" />
  76. <ClInclude Include="..\Asteroids\SSKlientV.h" />
  77. <ClInclude Include="..\Asteroids\Define.h" />
  78. <ClInclude Include="..\Asteroids\Karte.h" />
  79. <ClInclude Include="..\Asteroids\Strukturen.h" />
  80. <ClInclude Include="..\Asteroids\SpielObjekt.h" />
  81. <ClInclude Include="..\Asteroids\Laser.h" />
  82. <ClInclude Include="..\Asteroids\Spiel.h" />
  83. <ClInclude Include="..\Asteroids\Spieler.h" />
  84. <ClInclude Include="..\Asteroids\SpielKlasse.h" />
  85. <ClInclude Include="..\Asteroids\STS.h" />
  86. <ClInclude Include="..\Asteroids\Team.h" />
  87. <ClInclude Include="..\Asteroids\SpielerStatistik.h" />
  88. <ClInclude Include="..\Asteroids\Statistik.h" />
  89. <ClInclude Include="..\Asteroids\StatistikKlasse.h" />
  90. <ClInclude Include="..\Asteroids\TeamStatistik.h" />
  91. </ItemGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  93. <Link>
  94. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  95. </Link>
  96. <ClCompile>
  97. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  98. </ClCompile>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  101. <Link>
  102. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  103. </Link>
  104. <ClCompile>
  105. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  106. </ClCompile>
  107. </ItemDefinitionGroup>
  108. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  109. <ImportGroup Label="ExtensionTargets" />
  110. </Project>