Asteroids Linux.vcxproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  30. <UseDebugLibraries>false</UseDebugLibraries>
  31. <ConfigurationType>DynamicLibrary</ConfigurationType>
  32. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings" />
  36. <ImportGroup Label="Shared" />
  37. <ImportGroup Label="PropertySheets" />
  38. <PropertyGroup Label="UserMacros" />
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  40. <TargetName>Asteroids</TargetName>
  41. <TargetExt>.so</TargetExt>
  42. <RemoteProjectDir>$(RemoteRootDir)/Spiele/Asteroids/debug</RemoteProjectDir>
  43. <IncludePath>..\..\..\..\..\Allgemein\Framework;../../../../Framework/debug;..\..\..\..\..\Allgemein\Network\Network;../../../../Network/debug/Network;..\Asteroids;$(IncludePath)</IncludePath>
  44. <OutDir>$(RemoteRootDir)/Spiele/Asteroids/debug/</OutDir>
  45. <IntDir>$(RemoteRootDir)/Spiele/Asteroids/debug/</IntDir>
  46. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  49. <TargetName>Asteroids</TargetName>
  50. <TargetExt>.so</TargetExt>
  51. <RemoteProjectDir>$(RemoteRootDir)/Spiele/Asteroids/release</RemoteProjectDir>
  52. <IncludePath>..\..\..\..\..\Allgemein\Framework;../../../../Framework/debug;..\..\..\..\..\Allgemein\Network\Network;../../../../Network/debug/Network;..\Asteroids;$(IncludePath);$(ISenseIncludePath)</IncludePath>
  53. <OutDir>$(RemoteRootDir)/Spiele/Asteroids/release/</OutDir>
  54. <IntDir>$(RemoteRootDir)/Spiele/Asteroids/release/</IntDir>
  55. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <ClCompile Include="..\Asteroids\Asteroid.cpp" />
  59. <ClCompile Include="..\Asteroids\Editor.cpp" />
  60. <ClCompile Include="..\Asteroids\KartenLeser.cpp" />
  61. <ClCompile Include="..\Asteroids\Klient.cpp" />
  62. <ClCompile Include="..\Asteroids\Karte.cpp" />
  63. <ClCompile Include="..\Asteroids\Pixel.cpp" />
  64. <ClCompile Include="..\Asteroids\Skill.cpp" />
  65. <ClCompile Include="..\Asteroids\Strukturen.cpp" />
  66. <ClCompile Include="..\Asteroids\SpielObjekt.cpp" />
  67. <ClCompile Include="..\Asteroids\Laser.cpp" />
  68. <ClCompile Include="..\Asteroids\Spiel.cpp" />
  69. <ClCompile Include="..\Asteroids\Spieler.cpp" />
  70. <ClCompile Include="..\Asteroids\STS.cpp" />
  71. <ClCompile Include="..\Asteroids\Team.cpp" />
  72. <ClCompile Include="..\Asteroids\DllStart.cpp" />
  73. <ClCompile Include="..\Asteroids\SpielerStatistik.cpp" />
  74. <ClCompile Include="..\Asteroids\Statistik.cpp" />
  75. <ClCompile Include="..\Asteroids\TeamStatistik.cpp" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ClInclude Include="..\Asteroids\Asteroid.h" />
  79. <ClInclude Include="..\Asteroids\Pixel.h" />
  80. <ClInclude Include="..\Asteroids\Skill.h" />
  81. <ClInclude Include="..\Asteroids\SSDatenbankV.h" />
  82. <ClInclude Include="..\Asteroids\Editor.h" />
  83. <ClInclude Include="..\Asteroids\ESEditorV.h" />
  84. <ClInclude Include="..\Asteroids\KartenLeser.h" />
  85. <ClInclude Include="..\Asteroids\SSKlient.h" />
  86. <ClInclude Include="..\Asteroids\SSKlientV.h" />
  87. <ClInclude Include="..\Asteroids\Define.h" />
  88. <ClInclude Include="..\Asteroids\Karte.h" />
  89. <ClInclude Include="..\Asteroids\Strukturen.h" />
  90. <ClInclude Include="..\Asteroids\SpielObjekt.h" />
  91. <ClInclude Include="..\Asteroids\Laser.h" />
  92. <ClInclude Include="..\Asteroids\Spiel.h" />
  93. <ClInclude Include="..\Asteroids\Spieler.h" />
  94. <ClInclude Include="..\Asteroids\SpielKlasse.h" />
  95. <ClInclude Include="..\Asteroids\STS.h" />
  96. <ClInclude Include="..\Asteroids\Team.h" />
  97. <ClInclude Include="..\Asteroids\SpielerStatistik.h" />
  98. <ClInclude Include="..\Asteroids\Statistik.h" />
  99. <ClInclude Include="..\Asteroids\StatistikKlasse.h" />
  100. <ClInclude Include="..\Asteroids\TeamStatistik.h" />
  101. </ItemGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <Link>
  104. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  105. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  106. </Link>
  107. <ClCompile>
  108. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  109. </ClCompile>
  110. </ItemDefinitionGroup>
  111. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  112. <Link>
  113. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  114. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  115. </Link>
  116. <ClCompile>
  117. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  118. </ClCompile>
  119. </ItemDefinitionGroup>
  120. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  121. <ImportGroup Label="ExtensionTargets" />
  122. </Project>