Linie Linux.vcxproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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>{cba57e9d-0927-44ff-a092-8c62be2ed1b2}</ProjectGuid>
  31. <Keyword>Linux</Keyword>
  32. <RootNamespace>Linie_Linux</RootNamespace>
  33. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  34. <ApplicationType>Linux</ApplicationType>
  35. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  36. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  37. <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</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. <TargetName>Linie</TargetName>
  69. <TargetExt>.so</TargetExt>
  70. <RemoteProjectDir>$(RemoteRootDir)/Spiele/Linie/debug</RemoteProjectDir>
  71. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../../Framework/debug;../../../../Network/debug/Network;..\Linie;$(IncludePath)</IncludePath>
  72. <OutDir>$(RemoteRootDir)/Spiele/Linie/debug/</OutDir>
  73. <IntDir>$(RemoteRootDir)/Spiele/Linie/debug/</IntDir>
  74. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  77. <TargetName>Linie</TargetName>
  78. <TargetExt>.so</TargetExt>
  79. <RemoteProjectDir>$(RemoteRootDir)/Spiele/Linie/release</RemoteProjectDir>
  80. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../../Framework/release;../../../../Network/release/Network;..\Linie;$(IncludePath)</IncludePath>
  81. <OutDir>$(RemoteRootDir)/Spiele/Linie/release/</OutDir>
  82. <IntDir>$(RemoteRootDir)/Spiele/Linie/release/</IntDir>
  83. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <ClInclude Include="..\Linie\Bestenliste.h" />
  87. <ClInclude Include="..\Linie\GesamtSpielerStatistik.h" />
  88. <ClInclude Include="..\Linie\GesamtTeamStatistik.h" />
  89. <ClInclude Include="..\Linie\Karte.h" />
  90. <ClInclude Include="..\Linie\KartenLeser.h" />
  91. <ClInclude Include="..\Linie\Klient.h" />
  92. <ClInclude Include="..\Linie\RundenRundenStatistik.h" />
  93. <ClInclude Include="..\Linie\RundenSpielerStatistik.h" />
  94. <ClInclude Include="..\Linie\RundenTeamStatistik.h" />
  95. <ClInclude Include="..\Linie\Spiel.h" />
  96. <ClInclude Include="..\Linie\Spieler.h" />
  97. <ClInclude Include="..\Linie\SpielKlasse.h" />
  98. <ClInclude Include="..\Linie\SSDatenbankV.h" />
  99. <ClInclude Include="..\Linie\SSKlientV.h" />
  100. <ClInclude Include="..\Linie\Statistik.h" />
  101. <ClInclude Include="..\Linie\StatistikKlasse.h" />
  102. <ClInclude Include="..\Linie\Strukturen.h" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ClCompile Include="..\Linie\Bestenliste.cpp" />
  106. <ClCompile Include="..\Linie\DllStart.cpp" />
  107. <ClCompile Include="..\Linie\GesamtSpielerStatistik.cpp" />
  108. <ClCompile Include="..\Linie\GesamtTeamStatistik.cpp" />
  109. <ClCompile Include="..\Linie\Karte.cpp" />
  110. <ClCompile Include="..\Linie\KartenLeser.cpp" />
  111. <ClCompile Include="..\Linie\Klient.cpp" />
  112. <ClCompile Include="..\Linie\RundenRundenStatistik.cpp" />
  113. <ClCompile Include="..\Linie\RundenSpielerStatistik.cpp" />
  114. <ClCompile Include="..\Linie\RundenTeamStatistik.cpp" />
  115. <ClCompile Include="..\Linie\Spiel.cpp" />
  116. <ClCompile Include="..\Linie\Spieler.cpp" />
  117. <ClCompile Include="..\Linie\Statistik.cpp" />
  118. <ClCompile Include="..\Linie\Strukturen.cpp" />
  119. </ItemGroup>
  120. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  121. <Link>
  122. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  123. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  124. </Link>
  125. <ClCompile>
  126. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  127. </ClCompile>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  130. <Link>
  131. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  132. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  133. </Link>
  134. <ClCompile>
  135. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  136. </ClCompile>
  137. </ItemDefinitionGroup>
  138. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  139. <ImportGroup Label="ExtensionTargets" />
  140. </Project>