GSL Linux.vcxproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. <ClInclude Include="..\GSL\GSLDatei.h" />
  15. <ClInclude Include="..\GSL\Include\GSLDateiV.h" />
  16. <ClInclude Include="..\GSL\Include\GSLSoundV.h" />
  17. <ClInclude Include="..\GSL\Player.h" />
  18. <ClInclude Include="..\GSL\Sound.h" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ClCompile Include="..\GSL\Einstieg.cpp" />
  22. <ClCompile Include="..\GSL\GSLDatei.cpp" />
  23. <ClCompile Include="..\GSL\Player.cpp" />
  24. <ClCompile Include="..\GSL\Sound.cpp" />
  25. </ItemGroup>
  26. <PropertyGroup Label="Globals">
  27. <ProjectGuid>{18020fa4-3b8f-4f29-9865-32558c2912e8}</ProjectGuid>
  28. <Keyword>Linux</Keyword>
  29. <RootNamespace>GSL_Linux</RootNamespace>
  30. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  31. <ApplicationType>Linux</ApplicationType>
  32. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  33. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  34. <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
  35. </PropertyGroup>
  36. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <ConfigurationType>DynamicLibrary</ConfigurationType>
  40. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  43. <UseDebugLibraries>false</UseDebugLibraries>
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  48. <ImportGroup Label="ExtensionSettings" />
  49. <ImportGroup Label="Shared" />
  50. <ImportGroup Label="PropertySheets" />
  51. <PropertyGroup Label="UserMacros" />
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  53. <IncludePath>..\..\Framework;../../../Framework/release;$(IncludePath);$(ISenseIncludePath);../GSL/Include</IncludePath>
  54. <TargetName>gsl</TargetName>
  55. <TargetExt>.so</TargetExt>
  56. <RemoteProjectDir>$(RemoteRootDir)/gsl/release</RemoteProjectDir>
  57. <SourcePath>
  58. </SourcePath>
  59. <OutDir>$(RemoteRootDir)/gsl/release/</OutDir>
  60. <IntDir>$(RemoteRootDir)/gsl/release/</IntDir>
  61. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  64. <IncludePath>..\..\Framework;../../../Framework/debug;$(IncludePath);$(ISenseIncludePath);../GSL/Include</IncludePath>
  65. <TargetName>dbggsl</TargetName>
  66. <TargetExt>.so</TargetExt>
  67. <RemoteProjectDir>$(RemoteRootDir)/gsl/debug</RemoteProjectDir>
  68. <OutDir>$(RemoteRootDir)/gsl/debug/</OutDir>
  69. <IntDir>$(RemoteRootDir)/gsl/debug/</IntDir>
  70. <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
  71. </PropertyGroup>
  72. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  73. <Link>
  74. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  75. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  76. </Link>
  77. <ClCompile />
  78. <ClCompile>
  79. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  80. </ClCompile>
  81. </ItemDefinitionGroup>
  82. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <Link>
  84. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  85. <OutputFile>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</OutputFile>
  86. </Link>
  87. <ClCompile>
  88. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  89. </ClCompile>
  90. </ItemDefinitionGroup>
  91. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  92. <ImportGroup Label="ExtensionTargets" />
  93. </Project>