SpielServer.vcxproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>{fee06987-1a98-4953-8a84-f7d1cecf18f4}</ProjectGuid>
  31. <Keyword>Linux</Keyword>
  32. <RootNamespace>SpielServer</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. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  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. <TargetExt />
  67. <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</RemoteProjectDir>
  68. <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\..\..\..\Allgemein\sql\sql;../../../sql/debug;$(IncludePath)</IncludePath>
  69. <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
  70. <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  73. <TargetExt />
  74. <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
  75. <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\Allgemein\Network\Network;../../../Network/release;..\..\..\..\Allgemein\sql\sql;../../../sql/release;$(IncludePath)</IncludePath>
  76. <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
  77. <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <ClCompile Include="Datenbank.cpp" />
  81. <ClCompile Include="HistorieSender.cpp" />
  82. <ClCompile Include="KartenLeser.cpp" />
  83. <ClCompile Include="Spiel.cpp" />
  84. <ClCompile Include="SpielErstellt.cpp" />
  85. <ClCompile Include="SpielServer.cpp" />
  86. <ClCompile Include="start.cpp" />
  87. <ClCompile Include="Strukturen.cpp" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ClInclude Include="Datenbank.h" />
  91. <ClInclude Include="HistorieSender.h" />
  92. <ClInclude Include="KartenLeser.h" />
  93. <ClInclude Include="Spiel.h" />
  94. <ClInclude Include="SpielErstellt.h" />
  95. <ClInclude Include="SpielKlasse.h" />
  96. <ClInclude Include="SpielServer.h" />
  97. <ClInclude Include="SSDatenbankV.h" />
  98. <ClInclude Include="SSKlientV.h" />
  99. <ClInclude Include="Statistik.h" />
  100. <ClInclude Include="Strukturen.h" />
  101. </ItemGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <Link>
  104. <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/debug/bin/x64/debug;$(RemoteRootDir)/Network/debug/bin/x64/debug;$(RemoteRootDir)/Framework/debug/bin/x64/debug;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  105. <LibraryDependencies>dbgFramework;dbgNetwork;dbgSQL;pq;pthread;dl</LibraryDependencies>
  106. <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
  107. </Link>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  110. <Link>
  111. <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/release/bin/x64/release;$(RemoteRootDir)/Network/release/bin/x64/release;$(RemoteRootDir)/Framework/release/bin/x64/release;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  112. <LibraryDependencies>Framework;Network;SQL;pq;pthread;dl</LibraryDependencies>
  113. <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
  114. </Link>
  115. </ItemDefinitionGroup>
  116. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  117. <ImportGroup Label="ExtensionTargets" />
  118. </Project>