project-configs-xp.props 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug-dll-xp|Win32">
  5. <Configuration>Debug-dll-xp</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug-dll-xp|x64">
  9. <Configuration>Debug-dll-xp</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug-static-xp|Win32">
  13. <Configuration>Debug-static-xp</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug-static-xp|x64">
  17. <Configuration>Debug-static-xp</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release-dll-xp|Win32">
  21. <Configuration>Release-dll-xp</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release-dll-xp|x64">
  25. <Configuration>Release-dll-xp</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release-static-xp|Win32">
  29. <Configuration>Release-static-xp</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release-static-xp|x64">
  33. <Configuration>Release-static-xp</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <!-- Next configurations are uselss, but VS requires the full set to function properly -->
  37. <ProjectConfiguration Include="Debug-dll-xp|ARM">
  38. <Configuration>Debug-dll-xp</Configuration>
  39. <Platform>ARM</Platform>
  40. </ProjectConfiguration>
  41. <ProjectConfiguration Include="Debug-dll-xp|ARM64">
  42. <Configuration>Debug-dll-xp</Configuration>
  43. <Platform>ARM64</Platform>
  44. </ProjectConfiguration>
  45. <ProjectConfiguration Include="Debug-static-xp|ARM">
  46. <Configuration>Debug-static-xp</Configuration>
  47. <Platform>ARM</Platform>
  48. </ProjectConfiguration>
  49. <ProjectConfiguration Include="Debug-static-xp|ARM64">
  50. <Configuration>Debug-static-xp</Configuration>
  51. <Platform>ARM64</Platform>
  52. </ProjectConfiguration>
  53. <ProjectConfiguration Include="Release-dll-xp|ARM">
  54. <Configuration>Release-dll-xp</Configuration>
  55. <Platform>ARM</Platform>
  56. </ProjectConfiguration>
  57. <ProjectConfiguration Include="Release-dll-xp|ARM64">
  58. <Configuration>Release-dll-xp</Configuration>
  59. <Platform>ARM64</Platform>
  60. </ProjectConfiguration>
  61. <ProjectConfiguration Include="Release-static-xp|ARM">
  62. <Configuration>Release-static-xp</Configuration>
  63. <Platform>ARM</Platform>
  64. </ProjectConfiguration>
  65. <ProjectConfiguration Include="Release-static-xp|ARM64">
  66. <Configuration>Release-static-xp</Configuration>
  67. <Platform>ARM64</Platform>
  68. </ProjectConfiguration>
  69. </ItemGroup>
  70. </Project>