StickmanWorldOnline.vcxproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|ARM">
  9. <Configuration>Release</Configuration>
  10. <Platform>ARM</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x86">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x86</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x86">
  17. <Configuration>Release</Configuration>
  18. <Platform>x86</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|x64">
  21. <Configuration>Debug</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{17bf862b-a9e3-480d-b01f-e3f36cc47da7}</ProjectGuid>
  31. <Keyword>Linux</Keyword>
  32. <RootNamespace>StickmanWorldOnline</RootNamespace>
  33. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  34. <ApplicationType>Linux</ApplicationType>
  35. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  36. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  37. <LinuxProjectType>{2238F9CD-F817-4ECC-BD14-2524D2669B35}</LinuxProjectType>
  38. </PropertyGroup>
  39. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  41. <UseDebugLibraries>true</UseDebugLibraries>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
  47. <UseDebugLibraries>true</UseDebugLibraries>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  53. <UseDebugLibraries>true</UseDebugLibraries>
  54. <ConfigurationType>DynamicLibrary</ConfigurationType>
  55. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <ConfigurationType>DynamicLibrary</ConfigurationType>
  60. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  61. </PropertyGroup>
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  63. <ImportGroup Label="ExtensionSettings" />
  64. <ImportGroup Label="Shared" />
  65. <ImportGroup Label="PropertySheets" />
  66. <PropertyGroup Label="UserMacros" />
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  68. <OutDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/debug/</OutDir>
  69. <IntDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/debug/</IntDir>
  70. <TargetExt>.so</TargetExt>
  71. <RemoteProjectDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/debug</RemoteProjectDir>
  72. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../Framework/debug;../../../Network/debug/Network;..\Linie;$(IncludePath)</IncludePath>
  73. <TargetName>StickmanWorldOnline</TargetName>
  74. <RemoteTargetPath>$(RemoteRootDir)/Spiele/StickmanWorldOnline/debug/$(TargetName)$(TargetExt)</RemoteTargetPath>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  77. <OutDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/release/</OutDir>
  78. <IntDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/release/</IntDir>
  79. <TargetExt>.so</TargetExt>
  80. <RemoteProjectDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/release</RemoteProjectDir>
  81. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../Framework/release;../../../Network/release/Network;..\Linie;$(IncludePath)</IncludePath>
  82. <TargetName>StickmanWorldOnline</TargetName>
  83. <RemoteTargetPath>$(RemoteRootDir)/Spiele/StickmanWorldOnline/release/$(TargetName)$(TargetExt)</RemoteTargetPath>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <ClCompile Include="Aktionen.cpp" />
  87. <ClCompile Include="Bariere.cpp" />
  88. <ClCompile Include="Base.cpp" />
  89. <ClCompile Include="Bestenliste.cpp" />
  90. <ClCompile Include="BosheitRune.cpp" />
  91. <ClCompile Include="Brand.cpp" />
  92. <ClCompile Include="DllStart.cpp" />
  93. <ClCompile Include="DrachenAuge.cpp" />
  94. <ClCompile Include="Drop.cpp" />
  95. <ClCompile Include="Editor.cpp" />
  96. <ClCompile Include="Effect.cpp" />
  97. <ClCompile Include="Enterhaken.cpp" />
  98. <ClCompile Include="Ereignis.cpp" />
  99. <ClCompile Include="GameObject.cpp" />
  100. <ClCompile Include="Gegenstand.cpp" />
  101. <ClCompile Include="Geist.cpp" />
  102. <ClCompile Include="Geschoss.cpp" />
  103. <ClCompile Include="Leben.cpp" />
  104. <ClCompile Include="LebenRune.cpp" />
  105. <ClCompile Include="Reader.cpp" />
  106. <ClCompile Include="Rolle.cpp" />
  107. <ClCompile Include="Schalter.cpp" />
  108. <ClCompile Include="Schiene.cpp" />
  109. <ClCompile Include="Schild.cpp" />
  110. <ClCompile Include="Schuh.cpp" />
  111. <ClCompile Include="Spiel.cpp" />
  112. <ClCompile Include="Spieler.cpp" />
  113. <ClCompile Include="Klient.cpp" />
  114. <ClCompile Include="Statistik.cpp" />
  115. <ClCompile Include="StrengthRune.cpp" />
  116. <ClCompile Include="Sturm.cpp" />
  117. <ClCompile Include="Team.cpp" />
  118. <ClCompile Include="TempoRune.cpp" />
  119. <ClCompile Include="Timer.cpp" />
  120. <ClCompile Include="Trigger.cpp" />
  121. <ClCompile Include="Tunnel.cpp" />
  122. <ClCompile Include="Umlenkung.cpp" />
  123. <ClCompile Include="Variablen.cpp" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <ClInclude Include="Aktionen.h" />
  127. <ClInclude Include="Bestenliste.h" />
  128. <ClInclude Include="BosheitRune.h" />
  129. <ClInclude Include="Brand.h" />
  130. <ClInclude Include="DrachenAuge.h" />
  131. <ClInclude Include="Effect.h" />
  132. <ClInclude Include="Enterhaken.h" />
  133. <ClInclude Include="Geist.h" />
  134. <ClInclude Include="Geschoss.h" />
  135. <ClInclude Include="Leben.h" />
  136. <ClInclude Include="LebenRune.h" />
  137. <ClInclude Include="Reader.h" />
  138. <ClInclude Include="Rolle.h" />
  139. <ClInclude Include="Schild.h" />
  140. <ClInclude Include="Schuh.h" />
  141. <ClInclude Include="Spieler.h" />
  142. <ClInclude Include="SSKlient.h" />
  143. <ClInclude Include="Statistik.h" />
  144. <ClInclude Include="StrengthRune.h" />
  145. <ClInclude Include="Sturm.h" />
  146. <ClInclude Include="TempoRune.h" />
  147. <ClInclude Include="Trigger.h" />
  148. <ClInclude Include="Bariere.h" />
  149. <ClInclude Include="Base.h" />
  150. <ClInclude Include="Drop.h" />
  151. <ClInclude Include="Editor.h" />
  152. <ClInclude Include="Ereignis.h" />
  153. <ClInclude Include="ESEditorV.h" />
  154. <ClInclude Include="GameObject.h" />
  155. <ClInclude Include="Gegenstand.h" />
  156. <ClInclude Include="Schalter.h" />
  157. <ClInclude Include="Schiene.h" />
  158. <ClInclude Include="Spiel.h" />
  159. <ClInclude Include="SpielKlasse.h" />
  160. <ClInclude Include="SSDatenbankV.h" />
  161. <ClInclude Include="SSKlientV.h" />
  162. <ClInclude Include="StatistikKlasse.h" />
  163. <ClInclude Include="Team.h" />
  164. <ClInclude Include="Timer.h" />
  165. <ClInclude Include="Tunnel.h" />
  166. <ClInclude Include="Umlenkung.h" />
  167. <ClInclude Include="Variablen.h" />
  168. </ItemGroup>
  169. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  170. <Link>
  171. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  172. <OutputFile>$(RemoteRootDir)/Spiele/StickmanWorldOnline/debug/$(TargetName)$(TargetExt)</OutputFile>
  173. </Link>
  174. </ItemDefinitionGroup>
  175. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  176. <Link>
  177. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  178. <OutputFile>$(RemoteRootDir)/Spiele/StickmanWorldOnline/debug/$(TargetName)$(TargetExt)</OutputFile>
  179. </Link>
  180. </ItemDefinitionGroup>
  181. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  182. <ImportGroup Label="ExtensionTargets" />
  183. </Project>