Linux Test.vcxproj 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  49. <UseDebugLibraries>true</UseDebugLibraries>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
  55. <UseDebugLibraries>true</UseDebugLibraries>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  61. <UseDebugLibraries>true</UseDebugLibraries>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  67. <UseDebugLibraries>false</UseDebugLibraries>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  70. <UseDebugLibraries>true</UseDebugLibraries>
  71. </PropertyGroup>
  72. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  73. <ImportGroup Label="ExtensionSettings" />
  74. <ImportGroup Label="Shared" />
  75. <ImportGroup Label="PropertySheets" />
  76. <PropertyGroup Label="UserMacros" />
  77. <ItemGroup>
  78. </ItemGroup>
  79. <ItemDefinitionGroup />
  80. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  81. <ImportGroup Label="ExtensionTargets" />
  82. </Project>