Network Linux.vcxproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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>{6c19e412-b93c-45d5-b95d-feaf978aea55}</ProjectGuid>
  15. <Keyword>Linux</Keyword>
  16. <RootNamespace>Network_Linux</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. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  28. <RemoteProjectRelDir>/home/kolja/projects/Network/debug/</RemoteProjectRelDir>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  31. <UseDebugLibraries>false</UseDebugLibraries>
  32. <ConfigurationType>DynamicLibrary</ConfigurationType>
  33. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings" />
  37. <ImportGroup Label="Shared" />
  38. <ImportGroup Label="PropertySheets" />
  39. <PropertyGroup Label="UserMacros" />
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  41. <TargetName>libdbgNetwork</TargetName>
  42. <TargetExt>.so</TargetExt>
  43. <RemoteProjectDir>$(RemoteRootDir)/Network/debug</RemoteProjectDir>
  44. <IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
  45. <OutDir>/home/kolja/projects/Network/debug/</OutDir>
  46. <IntDir>/home/kolja/projects/Network/debug/</IntDir>
  47. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  48. <RemoteIntRelDir>/home/kolja/projects/Network/debug/</RemoteIntRelDir>
  49. <RemoteOutRelDir>/home/kolja/projects/Network/debug/</RemoteOutRelDir>
  50. <RemoteDeployDir>/home/kolja/projects/Network/debug/</RemoteDeployDir>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  53. <RemoteProjectDir>$(RemoteRootDir)/Network/release</RemoteProjectDir>
  54. <TargetExt>.so</TargetExt>
  55. <IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
  56. <TargetName>libNetwork</TargetName>
  57. <OutDir>$(RemoteRootDir)/Network/release/</OutDir>
  58. <IntDir>$(RemoteRootDir)/Network/release/</IntDir>
  59. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <ClCompile Include="Network\HttpRequest.cpp" />
  63. <ClCompile Include="Network\Klient.cpp" />
  64. <ClCompile Include="Network\Network.cpp" />
  65. <ClCompile Include="Network\Server.cpp" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ClInclude Include="Network\HttpRequest.h" />
  69. <ClInclude Include="Network\Klient.h" />
  70. <ClInclude Include="Network\Network.h" />
  71. <ClInclude Include="Network\Server.h" />
  72. </ItemGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  74. <Link />
  75. <ClCompile>
  76. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  77. <AdditionalIncludeDirectories>$(IncludePath);$(ISenseIncludePath);../../Framework/release</AdditionalIncludeDirectories>
  78. </ClCompile>
  79. <Link>
  80. <ForceUndefineSymbolReferences>
  81. </ForceUndefineSymbolReferences>
  82. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  83. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  84. </Link>
  85. </ItemDefinitionGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  87. <Link />
  88. <ClCompile>
  89. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  90. <AdditionalIncludeDirectories>$(IncludePath);$(ISenseIncludePath);../../Framework/debug</AdditionalIncludeDirectories>
  91. <ObjectFileName>%(filename).o</ObjectFileName>
  92. </ClCompile>
  93. <Link>
  94. <ForceUndefineSymbolReferences>
  95. </ForceUndefineSymbolReferences>
  96. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  97. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  98. </Link>
  99. <CustomBuildStep>
  100. <Outputs>kopieren;%(Outputs)</Outputs>
  101. </CustomBuildStep>
  102. </ItemDefinitionGroup>
  103. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  104. <ImportGroup Label="ExtensionTargets" />
  105. </Project>