HistorieServer.vcxproj 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ClCompile Include="Datenbank.cpp" />
  15. <ClCompile Include="HistorieServer.cpp" />
  16. <ClCompile Include="main.cpp" />
  17. <ClCompile Include="SpielServerKlient.cpp" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ClInclude Include="Datenbank.h" />
  21. <ClInclude Include="HistorieServer.h" />
  22. <ClInclude Include="SpielServerKlient.h" />
  23. </ItemGroup>
  24. <PropertyGroup Label="Globals">
  25. <ProjectGuid>{f8a1eb79-424d-4233-b0f3-cbb4ca3a8601}</ProjectGuid>
  26. <Keyword>Linux</Keyword>
  27. <RootNamespace>HistorieServer</RootNamespace>
  28. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  29. <ApplicationType>Linux</ApplicationType>
  30. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  31. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  32. <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  40. <UseDebugLibraries>false</UseDebugLibraries>
  41. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  44. <ImportGroup Label="ExtensionSettings" />
  45. <ImportGroup Label="Shared" />
  46. <ImportGroup Label="PropertySheets" />
  47. <PropertyGroup Label="UserMacros" />
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  49. <TargetExt />
  50. <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/Debug</RemoteProjectDir>
  51. <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/Debug;..\..\..\..\Allgemein\Network\Network;../../../Network/Debug;..\..\..\..\Allgemein\sql\sql;../../../sql/Debug;$(IncludePath)</IncludePath>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  54. <TargetExt />
  55. <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/Release</RemoteProjectDir>
  56. <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/Release;..\..\..\..\Allgemein\Network\Network;../../../Network/Release;..\..\..\..\Allgemein\sql\sql;../../../sql/Release;$(IncludePath)</IncludePath>
  57. </PropertyGroup>
  58. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  59. <Link>
  60. <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/Debug/bin/x64/debug;$(RemoteRootDir)/Network/Debug/bin/x64/debug;$(RemoteRootDir)/Framework/Debug/bin/x64/debug;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  61. <LibraryDependencies>dbgFramework;dbgNetwork;dbgSQL;pq;pthread</LibraryDependencies>
  62. <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
  63. </Link>
  64. </ItemDefinitionGroup>
  65. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  66. <Link>
  67. <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/Release/bin/x64/release;$(RemoteRootDir)/Network/Release/bin/x64/release;$(RemoteRootDir)/Framework/Release/bin/x64/release;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  68. <LibraryDependencies>Framework;Network;SQL;pq;pthread</LibraryDependencies>
  69. <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
  70. </Link>
  71. </ItemDefinitionGroup>
  72. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  73. <ImportGroup Label="ExtensionTargets" />
  74. </Project>