You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

testsuite.vcxproj 4.3 KiB

пре 11 година
пре 11 година
пре 11 година
пре 11 година
пре 11 година
пре 11 година
пре 11 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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|PS3">
  9. <Configuration>Debug</Configuration>
  10. <Platform>PS3</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|Xbox 360">
  21. <Configuration>Debug</Configuration>
  22. <Platform>Xbox 360</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|ORBIS">
  25. <Configuration>Release</Configuration>
  26. <Platform>ORBIS</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|PS3">
  29. <Configuration>Release</Configuration>
  30. <Platform>PS3</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release|x64">
  37. <Configuration>Release</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|Xbox 360">
  41. <Configuration>Release</Configuration>
  42. <Platform>Xbox 360</Platform>
  43. </ProjectConfiguration>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ClCompile Include="testsuite.cpp" />
  47. <ClCompile Include="unit\array.cpp" />
  48. <ClCompile Include="unit\array2d.cpp" />
  49. <ClCompile Include="unit\array3d.cpp" />
  50. <ClCompile Include="unit\box.cpp" />
  51. <ClCompile Include="unit\build.cpp" />
  52. <ClCompile Include="unit\camera.cpp" />
  53. <ClCompile Include="unit\cmplx.cpp" />
  54. <ClCompile Include="unit\color.cpp" />
  55. <ClCompile Include="unit\enum.cpp" />
  56. <ClCompile Include="unit\half.cpp" />
  57. <ClCompile Include="unit\image.cpp" />
  58. <ClCompile Include="unit\interp.cpp" />
  59. <ClCompile Include="unit\map.cpp" />
  60. <ClCompile Include="unit\matrix.cpp" />
  61. <ClCompile Include="unit\quat.cpp" />
  62. <ClCompile Include="unit\rand.cpp" />
  63. <ClCompile Include="unit\real.cpp" />
  64. <ClCompile Include="unit\rotation.cpp" />
  65. <ClCompile Include="unit\string.cpp" />
  66. <ClCompile Include="unit\thread.cpp" />
  67. <ClCompile Include="unit\trig.cpp" />
  68. <ClCompile Include="unit\vector.cpp" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
  72. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  73. </ProjectReference>
  74. <ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
  75. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  76. </ProjectReference>
  77. <ProjectReference Include="$(SolutionDir)\..\..\src\lua\lollua.vcxproj">
  78. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <PropertyGroup Label="Globals">
  82. <ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid>
  83. <ConfigurationType>Application</ConfigurationType>
  84. <Keyword>Win32Proj</Keyword>
  85. </PropertyGroup>
  86. <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
  87. <ImportGroup Label="ExtensionSettings">
  88. <Import Project="$(SolutionDir)\Lol.Fx.props" />
  89. </ImportGroup>
  90. <ImportGroup Label="PropertySheets">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
  93. </ImportGroup>
  94. <PropertyGroup Label="UserMacros" />
  95. <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
  96. <ItemDefinitionGroup />
  97. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  98. <ImportGroup Label="ExtensionTargets">
  99. <Import Project="$(SolutionDir)\Lol.Fx.targets" />
  100. </ImportGroup>
  101. </Project>