Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

76 linhas
3.2 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|ORBIS">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ORBIS</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|Xbox 360">
  17. <Configuration>Debug</Configuration>
  18. <Platform>Xbox 360</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|ORBIS">
  21. <Configuration>Release</Configuration>
  22. <Platform>ORBIS</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Win32">
  25. <Configuration>Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|x64">
  29. <Configuration>Release</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Xbox 360">
  33. <Configuration>Release</Configuration>
  34. <Platform>Xbox 360</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClCompile Include="benchmark\half.cpp" />
  39. <ClCompile Include="benchmark\real.cpp" />
  40. <ClCompile Include="benchmark\trig.cpp" />
  41. <ClCompile Include="benchmark\vector.cpp" />
  42. <ClCompile Include="benchsuite.cpp" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <ProjectReference Include="$(SolutionDir)\..\src\lolcore.vcxproj">
  46. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  47. </ProjectReference>
  48. <ProjectReference Include="$(SolutionDir)\..\src\bullet\lolbullet.vcxproj">
  49. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  50. </ProjectReference>
  51. <ProjectReference Include="$(SolutionDir)\..\src\lua\lollua.vcxproj">
  52. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  53. </ProjectReference>
  54. </ItemGroup>
  55. <PropertyGroup Label="Globals">
  56. <ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid>
  57. <ConfigurationType>Application</ConfigurationType>
  58. <Keyword>Win32Proj</Keyword>
  59. </PropertyGroup>
  60. <Import Project="$(SolutionDir)\msbuild\lol.config.props" />
  61. <ImportGroup Label="ExtensionSettings">
  62. <Import Project="$(SolutionDir)\msbuild\lolfx.props" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. <Import Project="$(SolutionDir)\msbuild\lol.vars.props" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <Import Project="$(SolutionDir)\msbuild\lol.rules.props" />
  70. <ItemDefinitionGroup />
  71. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  72. <ImportGroup Label="ExtensionTargets">
  73. <Import Project="$(SolutionDir)\msbuild\lolfx.targets" />
  74. </ImportGroup>
  75. </Project>