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.
 
 
 

65 regels
2.6 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|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Xbox 360">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Xbox 360</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|x64">
  21. <Configuration>Release</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Xbox 360">
  25. <Configuration>Release</Configuration>
  26. <Platform>Xbox 360</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Include="..\test\testsuite.cpp" />
  31. <ClCompile Include="..\test\unit\build.cpp" />
  32. <ClCompile Include="..\test\unit\cmplx.cpp" />
  33. <ClCompile Include="..\test\unit\half.cpp" />
  34. <ClCompile Include="..\test\unit\image.cpp" />
  35. <ClCompile Include="..\test\unit\matrix.cpp" />
  36. <ClCompile Include="..\test\unit\quat.cpp" />
  37. <ClCompile Include="..\test\unit\real.cpp" />
  38. <ClCompile Include="..\test\unit\trig.cpp" />
  39. <ClCompile Include="..\test\unit\vector.cpp" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <ProjectReference Include="lolcore.vcxproj">
  43. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  44. </ProjectReference>
  45. </ItemGroup>
  46. <PropertyGroup Label="Globals">
  47. <ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid>
  48. <ConfigurationType>Application</ConfigurationType>
  49. <Keyword>Win32Proj</Keyword>
  50. </PropertyGroup>
  51. <Import Project="Lol.Config.props" />
  52. <ImportGroup Label="ExtensionSettings">
  53. </ImportGroup>
  54. <ImportGroup Label="PropertySheets">
  55. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  56. <Import Project="Lol.Vars.props" />
  57. </ImportGroup>
  58. <PropertyGroup Label="UserMacros" />
  59. <Import Project="Lol.Rules.props" />
  60. <ItemDefinitionGroup />
  61. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  62. <ImportGroup Label="ExtensionTargets">
  63. </ImportGroup>
  64. </Project>