GSL Linux.vcxproj 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  63. <IncludePath>..\..\Framework;../../Framework/debug;$(IncludePath);$(ISenseIncludePath);../GSL/Include</IncludePath>
  64. <TargetName>dbggsl</TargetName>
  65. <TargetExt>.so</TargetExt>
  66. <RemoteProjectDir>$(RemoteRootDir)/gsl/debug</RemoteProjectDir>
  67. <OutDir>$(RemoteRootDir)/gsl/debug/</OutDir>
  68. <IntDir>$(RemoteRootDir)/gsl/debug/</IntDir>
  69. </PropertyGroup>
  70. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  71. <Link>
  72. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  73. </Link>
  74. <ClCompile />
  75. <ClCompile>
  76. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  77. </ClCompile>
  78. </ItemDefinitionGroup>
  79. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <Link>
  81. <UnresolvedSymbolReferences>false</UnresolvedSymbolReferences>
  82. </Link>
  83. <ClCompile>
  84. <AdditionalOptions>-fPIC %(AdditionalOptions)</AdditionalOptions>
  85. </ClCompile>
  86. </ItemDefinitionGroup>
  87. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  88. <ImportGroup Label="ExtensionTargets" />
  89. </Project>