ServerSystemStarter.vcxproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{70d2cf38-b4f1-4c91-ae22-678353175dcd}</ProjectGuid>
  15. <Keyword>Linux</Keyword>
  16. <RootNamespace>ServerSystemStarter</RootNamespace>
  17. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  18. <ApplicationType>Linux</ApplicationType>
  19. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  20. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  21. <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
  22. </PropertyGroup>
  23. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  25. <UseDebugLibraries>true</UseDebugLibraries>
  26. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  33. <ImportGroup Label="ExtensionSettings" />
  34. <ImportGroup Label="Shared" />
  35. <ImportGroup Label="PropertySheets" />
  36. <PropertyGroup Label="UserMacros" />
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  38. <TargetExt />
  39. <RemoteProjectDir>$(RemoteRootDir)/Server/Startup/debug</RemoteProjectDir>
  40. <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\..\..\..\Allgemein\sql\sql;../../../sql/debug;$(IncludePath)</IncludePath>
  41. <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
  42. <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  45. <RemoteProjectDir>$(RemoteRootDir)/Server/Startup/release</RemoteProjectDir>
  46. <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\Allgemein\Network\Network;../../../Network/release;..\..\..\..\Allgemein\sql\sql;../../../sql/release;$(IncludePath)</IncludePath>
  47. <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
  48. <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
  49. <TargetExt />
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <ClCompile Include="Quelldateien\Start.cpp" />
  53. </ItemGroup>
  54. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  55. <Link>
  56. <LibraryDependencies>Framework;Network;SQL;pq;pthread</LibraryDependencies>
  57. <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
  58. <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/release/bin/x64/release;$(RemoteRootDir)/Network/release/bin/x64/release;$(RemoteRootDir)/Framework/release/bin/x64/release;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  59. </Link>
  60. </ItemDefinitionGroup>
  61. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  62. <Link>
  63. <LibraryDependencies>dbgFramework;dbgNetwork;dbgSQL;pq;pthread</LibraryDependencies>
  64. <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/debug/bin/x64/debug;$(RemoteRootDir)/Network/debug/bin/x64/debug;$(RemoteRootDir)/Framework/debug/bin/x64/debug;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  65. <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
  66. </Link>
  67. <ClCompile>
  68. <UndefinePreprocessorDefinitions>
  69. </UndefinePreprocessorDefinitions>
  70. <PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions>
  71. </ClCompile>
  72. </ItemDefinitionGroup>
  73. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  74. <ImportGroup Label="ExtensionTargets" />
  75. </Project>