StickmanWorldOnline.vcxproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <ConfigurationType>DynamicLibrary</ConfigurationType>
  59. </PropertyGroup>
  60. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  61. <ImportGroup Label="ExtensionSettings" />
  62. <ImportGroup Label="Shared" />
  63. <ImportGroup Label="PropertySheets" />
  64. <PropertyGroup Label="UserMacros" />
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  66. <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
  67. <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
  68. <TargetExt>.so</TargetExt>
  69. <RemoteProjectDir>$(RemoteRootDir)/Spiele/$(ProjectName)/debug</RemoteProjectDir>
  70. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../Framework/debug;../../../Network/debug;..\Linie;$(IncludePath)</IncludePath>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  73. <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
  74. <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
  75. <TargetExt>.so</TargetExt>
  76. <RemoteProjectDir>$(RemoteRootDir)/Spiele/$(ProjectName)/release</RemoteProjectDir>
  77. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../Framework/release;../../../Network/release;..\Linie;$(IncludePath)</IncludePath>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <ClCompile Include="Aktionen.cpp" />
  81. <ClCompile Include="Bariere.cpp" />
  82. <ClCompile Include="Base.cpp" />
  83. <ClCompile Include="BosheitRune.cpp" />
  84. <ClCompile Include="Brand.cpp" />
  85. <ClCompile Include="DllStart.cpp" />
  86. <ClCompile Include="DrachenAuge.cpp" />
  87. <ClCompile Include="Drop.cpp" />
  88. <ClCompile Include="Effect.cpp" />
  89. <ClCompile Include="Enterhaken.cpp" />
  90. <ClCompile Include="Ereignis.cpp" />
  91. <ClCompile Include="GameObject.cpp" />
  92. <ClCompile Include="Gegenstand.cpp" />
  93. <ClCompile Include="Geist.cpp" />
  94. <ClCompile Include="Geschoss.cpp" />
  95. <ClCompile Include="Leben.cpp" />
  96. <ClCompile Include="LebenRune.cpp" />
  97. <ClCompile Include="Reader.cpp" />
  98. <ClCompile Include="Rolle.cpp" />
  99. <ClCompile Include="Schalter.cpp" />
  100. <ClCompile Include="Schiene.cpp" />
  101. <ClCompile Include="Schild.cpp" />
  102. <ClCompile Include="Schuh.cpp" />
  103. <ClCompile Include="Spiel.cpp" />
  104. <ClCompile Include="Spieler.cpp" />
  105. <ClCompile Include="Klient.cpp" />
  106. <ClCompile Include="Statistik.cpp" />
  107. <ClCompile Include="StrengthRune.cpp" />
  108. <ClCompile Include="Sturm.cpp" />
  109. <ClCompile Include="Team.cpp" />
  110. <ClCompile Include="TempoRune.cpp" />
  111. <ClCompile Include="Timer.cpp" />
  112. <ClCompile Include="Trigger.cpp" />
  113. <ClCompile Include="Tunnel.cpp" />
  114. <ClCompile Include="Umlenkung.cpp" />
  115. <ClCompile Include="Variablen.cpp" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <ClInclude Include="Aktionen.h" />
  119. <ClInclude Include="BosheitRune.h" />
  120. <ClInclude Include="Brand.h" />
  121. <ClInclude Include="DrachenAuge.h" />
  122. <ClInclude Include="Effect.h" />
  123. <ClInclude Include="Enterhaken.h" />
  124. <ClInclude Include="Geist.h" />
  125. <ClInclude Include="Geschoss.h" />
  126. <ClInclude Include="Leben.h" />
  127. <ClInclude Include="LebenRune.h" />
  128. <ClInclude Include="Reader.h" />
  129. <ClInclude Include="Rolle.h" />
  130. <ClInclude Include="Schild.h" />
  131. <ClInclude Include="Schuh.h" />
  132. <ClInclude Include="Spieler.h" />
  133. <ClInclude Include="SSKlient.h" />
  134. <ClInclude Include="Statistik.h" />
  135. <ClInclude Include="StrengthRune.h" />
  136. <ClInclude Include="Sturm.h" />
  137. <ClInclude Include="TempoRune.h" />
  138. <ClInclude Include="Trigger.h" />
  139. <ClInclude Include="Bariere.h" />
  140. <ClInclude Include="Base.h" />
  141. <ClInclude Include="Drop.h" />
  142. <ClInclude Include="Editor.h" />
  143. <ClInclude Include="Ereignis.h" />
  144. <ClInclude Include="ESEditorV.h" />
  145. <ClInclude Include="GameObject.h" />
  146. <ClInclude Include="Gegenstand.h" />
  147. <ClInclude Include="Schalter.h" />
  148. <ClInclude Include="Schiene.h" />
  149. <ClInclude Include="Spiel.h" />
  150. <ClInclude Include="SpielKlasse.h" />
  151. <ClInclude Include="SSDatenbankV.h" />
  152. <ClInclude Include="SSKlientV.h" />
  153. <ClInclude Include="StatistikKlasse.h" />
  154. <ClInclude Include="Team.h" />
  155. <ClInclude Include="Timer.h" />
  156. <ClInclude Include="Tunnel.h" />
  157. <ClInclude Include="Umlenkung.h" />
  158. <ClInclude Include="Variablen.h" />
  159. </ItemGroup>
  160. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  161. <Link>
  162. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  163. </Link>
  164. </ItemDefinitionGroup>
  165. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  166. <Link>
  167. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  168. </Link>
  169. </ItemDefinitionGroup>
  170. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  171. <ImportGroup Label="ExtensionTargets" />
  172. </Project>