Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

58 рядки
2.3 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|NX64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>NX64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|ORBIS">
  9. <Configuration>Debug</Configuration>
  10. <Platform>ORBIS</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Prospero">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Prospero</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|Win32">
  17. <Configuration>Debug</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|x64">
  21. <Configuration>Debug</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|NX64">
  25. <Configuration>Release</Configuration>
  26. <Platform>NX64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|ORBIS">
  29. <Configuration>Release</Configuration>
  30. <Platform>ORBIS</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Prospero">
  33. <Configuration>Release</Configuration>
  34. <Platform>Prospero</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release|Win32">
  37. <Configuration>Release</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|x64">
  41. <Configuration>Release</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. </ItemGroup>
  45. <Import Project="$(SolutionDir)lolengine.props" />
  46. <Import Project="$(SolutionDir)build\msbuild\lol-bullet.props" />
  47. <ItemGroup>
  48. <ClCompile Include="benchmark\half.cpp" />
  49. <ClCompile Include="benchmark\real.cpp" />
  50. <ClCompile Include="benchmark\vector.cpp" />
  51. <ClCompile Include="benchsuite.cpp" />
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid>
  55. <ConfigurationType>Application</ConfigurationType>
  56. <Keyword>Win32Proj</Keyword>
  57. </PropertyGroup>
  58. </Project>