2
0

Common.Build.ProjectConfiguration.props 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Test|Win32">
  9. <Configuration>Test</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. </ItemGroup>
  17. <ItemGroup Label="ProjectConfigurations">
  18. <ProjectConfiguration Include="Debug|x64">
  19. <Configuration>Debug</Configuration>
  20. <Platform>x64</Platform>
  21. </ProjectConfiguration>
  22. <ProjectConfiguration Include="Test|x64">
  23. <Configuration>Test</Configuration>
  24. <Platform>x64</Platform>
  25. </ProjectConfiguration>
  26. <ProjectConfiguration Include="Release|x64">
  27. <Configuration>Release</Configuration>
  28. <Platform>x64</Platform>
  29. </ProjectConfiguration>
  30. </ItemGroup>
  31. <ItemGroup Label="ProjectConfigurations">
  32. <ProjectConfiguration Include="Debug|ARM">
  33. <Configuration>Debug</Configuration>
  34. <Platform>ARM</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Test|ARM">
  37. <Configuration>Test</Configuration>
  38. <Platform>ARM</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|ARM">
  41. <Configuration>Release</Configuration>
  42. <Platform>ARM</Platform>
  43. </ProjectConfiguration>
  44. </ItemGroup>
  45. </Project>