Linie Linux.vcxproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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>~/projects</RemoteRootDir>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <ConfigurationType>DynamicLibrary</ConfigurationType>
  60. <RemoteRootDir>~/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;..\Linie;$(IncludePath)</IncludePath>
  72. <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
  73. <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  76. <TargetName>Linie</TargetName>
  77. <TargetExt>.so</TargetExt>
  78. <RemoteProjectDir>$(RemoteRootDir)/Spiele/Linie/release</RemoteProjectDir>
  79. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../Framework/release;../../../Network/release;..\Linie;$(IncludePath)</IncludePath>
  80. <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
  81. <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
  82. </PropertyGroup>
  83. <ItemGroup>
  84. <ClInclude Include="..\Linie\Bestenliste.h" />
  85. <ClInclude Include="..\Linie\GesamtSpielerStatistik.h" />
  86. <ClInclude Include="..\Linie\GesamtTeamStatistik.h" />
  87. <ClInclude Include="..\Linie\Karte.h" />
  88. <ClInclude Include="..\Linie\KartenLeser.h" />
  89. <ClInclude Include="..\Linie\Klient.h" />
  90. <ClInclude Include="..\Linie\RundenRundenStatistik.h" />
  91. <ClInclude Include="..\Linie\RundenSpielerStatistik.h" />
  92. <ClInclude Include="..\Linie\RundenTeamStatistik.h" />
  93. <ClInclude Include="..\Linie\Spiel.h" />
  94. <ClInclude Include="..\Linie\Spieler.h" />
  95. <ClInclude Include="..\Linie\SpielKlasse.h" />
  96. <ClInclude Include="..\Linie\SSDatenbankV.h" />
  97. <ClInclude Include="..\Linie\SSKlientV.h" />
  98. <ClInclude Include="..\Linie\Statistik.h" />
  99. <ClInclude Include="..\Linie\StatistikKlasse.h" />
  100. <ClInclude Include="..\Linie\Strukturen.h" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ClCompile Include="..\Linie\Bestenliste.cpp" />
  104. <ClCompile Include="..\Linie\DllStart.cpp" />
  105. <ClCompile Include="..\Linie\GesamtSpielerStatistik.cpp" />
  106. <ClCompile Include="..\Linie\GesamtTeamStatistik.cpp" />
  107. <ClCompile Include="..\Linie\Karte.cpp" />
  108. <ClCompile Include="..\Linie\KartenLeser.cpp" />
  109. <ClCompile Include="..\Linie\Klient.cpp" />
  110. <ClCompile Include="..\Linie\RundenRundenStatistik.cpp" />
  111. <ClCompile Include="..\Linie\RundenSpielerStatistik.cpp" />
  112. <ClCompile Include="..\Linie\RundenTeamStatistik.cpp" />
  113. <ClCompile Include="..\Linie\Spiel.cpp" />
  114. <ClCompile Include="..\Linie\Spieler.cpp" />
  115. <ClCompile Include="..\Linie\Statistik.cpp" />
  116. <ClCompile Include="..\Linie\Strukturen.cpp" />
  117. </ItemGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  119. <Link>
  120. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  121. </Link>
  122. <ClCompile>
  123. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  124. </ClCompile>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  127. <Link>
  128. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  129. </Link>
  130. <ClCompile>
  131. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  132. </ClCompile>
  133. </ItemDefinitionGroup>
  134. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  135. <ImportGroup Label="ExtensionTargets" />
  136. </Project>