GSL Linux.vcxproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. </PropertyGroup>
  45. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  46. <ImportGroup Label="ExtensionSettings" />
  47. <ImportGroup Label="Shared" />
  48. <ImportGroup Label="PropertySheets" />
  49. <PropertyGroup Label="UserMacros" />
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  51. <IncludePath>..\..\Framework;../../Framework/release;$(IncludePath);$(ISenseIncludePath);../GSL/Include</IncludePath>
  52. <TargetName>gsl</TargetName>
  53. <TargetExt>.so</TargetExt>
  54. <RemoteProjectDir>$(RemoteRootDir)/gsl/release</RemoteProjectDir>
  55. <SourcePath>
  56. </SourcePath>
  57. <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
  58. <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  61. <IncludePath>..\..\Framework;../../Framework/debug;$(IncludePath);$(ISenseIncludePath);../GSL/Include</IncludePath>
  62. <TargetName>dbggsl</TargetName>
  63. <TargetExt>.so</TargetExt>
  64. <RemoteProjectDir>$(RemoteRootDir)/gsl/debug</RemoteProjectDir>
  65. <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
  66. <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
  67. </PropertyGroup>
  68. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  69. <Link>
  70. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  71. </Link>
  72. <ClCompile />
  73. <ClCompile>
  74. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  75. </ClCompile>
  76. </ItemDefinitionGroup>
  77. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <Link>
  79. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  80. </Link>
  81. <ClCompile>
  82. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  83. </ClCompile>
  84. </ItemDefinitionGroup>
  85. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  86. <ImportGroup Label="ExtensionTargets" />
  87. </Project>