Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

80 rindas
3.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|PS3">
  5. <Configuration>Debug</Configuration>
  6. <Platform>PS3</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|PS3">
  21. <Configuration>Release</Configuration>
  22. <Platform>PS3</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="testsuite.cpp" />
  39. <ClCompile Include="unit\array.cpp" />
  40. <ClCompile Include="unit\build.cpp" />
  41. <ClCompile Include="unit\cmplx.cpp" />
  42. <ClCompile Include="unit\color.cpp" />
  43. <ClCompile Include="unit\half.cpp" />
  44. <ClCompile Include="unit\image.cpp" />
  45. <ClCompile Include="unit\map.cpp" />
  46. <ClCompile Include="unit\matrix.cpp" />
  47. <ClCompile Include="unit\quat.cpp" />
  48. <ClCompile Include="unit\real.cpp" />
  49. <ClCompile Include="unit\rotation.cpp" />
  50. <ClCompile Include="unit\string.cpp" />
  51. <ClCompile Include="unit\trig.cpp" />
  52. <ClCompile Include="unit\vector.cpp" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
  56. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  57. </ProjectReference>
  58. </ItemGroup>
  59. <PropertyGroup Label="Globals">
  60. <ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid>
  61. <ConfigurationType>Application</ConfigurationType>
  62. <Keyword>Win32Proj</Keyword>
  63. </PropertyGroup>
  64. <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
  65. <ImportGroup Label="ExtensionSettings">
  66. <Import Project="$(SolutionDir)\Lol.Fx.props" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
  74. <ItemDefinitionGroup />
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  76. <ImportGroup Label="ExtensionTargets">
  77. <Import Project="$(SolutionDir)\Lol.Fx.targets" />
  78. </ImportGroup>
  79. </Project>