Linux Test.vcxproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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|ARM64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ARM64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM64">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|x86">
  21. <Configuration>Debug</Configuration>
  22. <Platform>x86</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x86">
  25. <Configuration>Release</Configuration>
  26. <Platform>x86</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug|x64">
  29. <Configuration>Debug</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{4885994d-81fd-40b7-8fc6-69f234564b0e}</ProjectGuid>
  39. <Keyword>Linux</Keyword>
  40. <RootNamespace>Linux_Test</RootNamespace>
  41. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  42. <ApplicationType>Linux</ApplicationType>
  43. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  44. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  45. <LinuxProjectType>{2238F9CD-F817-4ECC-BD14-2524D2669B35}</LinuxProjectType>
  46. <ProjectName>LinuxTest</ProjectName>
  47. </PropertyGroup>
  48. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  50. <UseDebugLibraries>true</UseDebugLibraries>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
  56. <UseDebugLibraries>true</UseDebugLibraries>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
  59. <UseDebugLibraries>false</UseDebugLibraries>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  62. <UseDebugLibraries>true</UseDebugLibraries>
  63. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  66. <UseDebugLibraries>false</UseDebugLibraries>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  69. <UseDebugLibraries>false</UseDebugLibraries>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  72. <UseDebugLibraries>true</UseDebugLibraries>
  73. </PropertyGroup>
  74. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  75. <ImportGroup Label="ExtensionSettings" />
  76. <ImportGroup Label="Shared" />
  77. <ImportGroup Label="PropertySheets" />
  78. <PropertyGroup Label="UserMacros" />
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
  81. <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
  82. <TargetExt />
  83. <RemoteProjectDir>$(RemoteRootDir)/Test/$(ProjectName)/debug</RemoteProjectDir>
  84. <IncludePath>..\..\Framework;..\..\Network\Network;..\..\sql\sql;../../../Framework/debug;../../../Network/debug;../../../sql/debug;$(IncludePath)</IncludePath>
  85. </PropertyGroup>
  86. <ItemGroup>
  87. <ClCompile Include="main.cpp" />
  88. <ClCompile Include="Spieler.cpp" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ClInclude Include="Spieler.h" />
  92. </ItemGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  94. <Link>
  95. <AdditionalLibraryDirectories>$(RemoteRootDir)/sql/debug/bin/x64/debug;$(RemoteRootDir)/Network/debug/bin/x64/debug;$(RemoteRootDir)/Framework/debug/bin/x64/debug;/usr/lib/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  96. <LibraryDependencies>dbgFramework;dbgNetwork;dbgSQL;pq;pthread;ssl</LibraryDependencies>
  97. <SharedLibrarySearchPath>%(Link.SharedLibrarySearchPath)</SharedLibrarySearchPath>
  98. <AdditionalOptions>-Wl,-rpath,../lib %(AdditionalOptions)</AdditionalOptions>
  99. </Link>
  100. </ItemDefinitionGroup>
  101. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  102. <ImportGroup Label="ExtensionTargets" />
  103. </Project>