Minigame Server.vcxproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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>{71f06acf-40ea-4355-90e2-08672b6bd706}</ProjectGuid>
  31. <Keyword>Linux</Keyword>
  32. <RootNamespace>Minigame_Server</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. <ProjectName>MinigameServer</ProjectName>
  39. </PropertyGroup>
  40. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  45. <UseDebugLibraries>false</UseDebugLibraries>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
  48. <UseDebugLibraries>true</UseDebugLibraries>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  54. <UseDebugLibraries>true</UseDebugLibraries>
  55. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  60. </PropertyGroup>
  61. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  62. <ImportGroup Label="ExtensionSettings" />
  63. <ImportGroup Label="Shared" />
  64. <ImportGroup Label="PropertySheets" />
  65. <PropertyGroup Label="UserMacros" />
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</OutDir>
  68. <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</IntDir>
  69. <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</RemoteProjectDir>
  70. <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\Allgemein\Network\Network;../../../Network/debug/Network;..\..\..\..\Allgemein\sql\sql;../../../sql/debug/sql;$(IncludePath)</IncludePath>
  71. <TargetExt />
  72. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  75. <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</OutDir>
  76. <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</IntDir>
  77. <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
  78. <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\Allgemein\Network\Network;../../../Network/release/Network;..\..\..\..\Allgemein\sql\sql;../../../sql/release/sql;$(IncludePath)</IncludePath>
  79. <TargetExt />
  80. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <ClCompile Include="Datenbank.cpp" />
  84. <ClCompile Include="main.cpp" />
  85. <ClCompile Include="MinigameServer.cpp" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ClInclude Include="Datenbank.h" />
  89. <ClInclude Include="MinigameServer.h" />
  90. </ItemGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  92. <Link>
  93. <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/debug;$(RemoteRootDir)/Network/debug;$(RemoteRootDir)/Framework/debug;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  94. <LibraryDependencies>dbgFramework;dbgNetwork;dbgSQL;pq;pthread;ssl</LibraryDependencies>
  95. <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
  96. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  97. </Link>
  98. </ItemDefinitionGroup>
  99. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  100. <Link>
  101. <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/release;$(RemoteRootDir)/Network/release;$(RemoteRootDir)/Framework/release;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  102. <LibraryDependencies>Framework;Network;SQL;pq;pthread;ssl</LibraryDependencies>
  103. <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
  104. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  105. </Link>
  106. </ItemDefinitionGroup>
  107. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  108. <ImportGroup Label="ExtensionTargets" />
  109. </Project>