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.
 
 
 

52 linhas
2.1 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|Xbox 360">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Xbox 360</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Xbox 360">
  17. <Configuration>Release</Configuration>
  18. <Platform>Xbox 360</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="..\test\benchmark\half.cpp" />
  23. <ClCompile Include="..\test\benchmark\real.cpp" />
  24. <ClCompile Include="..\test\benchmark\trig.cpp" />
  25. <ClCompile Include="..\test\benchmark\vector.cpp" />
  26. <ClCompile Include="..\test\benchsuite.cpp" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <ProjectReference Include="lolcore.vcxproj">
  30. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  31. </ProjectReference>
  32. </ItemGroup>
  33. <PropertyGroup Label="Globals">
  34. <ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid>
  35. <ConfigurationType>Application</ConfigurationType>
  36. <Keyword>Win32Proj</Keyword>
  37. </PropertyGroup>
  38. <Import Project="Lol.Config.props" />
  39. <ImportGroup Label="ExtensionSettings">
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. <Import Project="Lol.Vars.props" />
  44. </ImportGroup>
  45. <PropertyGroup Label="UserMacros" />
  46. <Import Project="Lol.Rules.props" />
  47. <ItemDefinitionGroup />
  48. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  49. <ImportGroup Label="ExtensionTargets">
  50. </ImportGroup>
  51. </Project>