No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

71 líneas
3.0 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="Release|ORBIS">
  17. <Configuration>Release</Configuration>
  18. <Platform>ORBIS</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Include="12_voronoi.cpp" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <LolFxCompile Include="12_texture_to_screen.lolfx" />
  34. <LolFxCompile Include="12_voronoi.lolfx" />
  35. <LolFxCompile Include="12_voronoi_setup.lolfx" />
  36. <LolFxCompile Include="12_voronoi_distance.lolfx" />
  37. <LolFxCompile Include="12_distance.lolfx" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <ProjectReference Include="$(SolutionDir)\..\src\lol-core.vcxproj">
  41. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  42. </ProjectReference>
  43. <ProjectReference Include="$(SolutionDir)\..\src\bullet\lol-bullet.vcxproj">
  44. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  45. </ProjectReference>
  46. <ProjectReference Include="$(SolutionDir)\..\src\lua\lol-lua.vcxproj">
  47. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  48. </ProjectReference>
  49. </ItemGroup>
  50. <PropertyGroup Label="Globals">
  51. <ProjectGuid>{6bf81b39-edc2-4227-9982-c2d8abea95af}</ProjectGuid>
  52. <ConfigurationType>Application</ConfigurationType>
  53. <Keyword>Win32Proj</Keyword>
  54. </PropertyGroup>
  55. <Import Project="$(SolutionDir)\msbuild\lol.config.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. <Import Project="$(SolutionDir)\msbuild\lolfx.props" />
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="$(SolutionDir)\msbuild\lol.vars.props" />
  62. </ImportGroup>
  63. <PropertyGroup Label="UserMacros" />
  64. <Import Project="$(SolutionDir)\msbuild\lol.rules.props" />
  65. <ItemDefinitionGroup />
  66. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  67. <ImportGroup Label="ExtensionTargets">
  68. <Import Project="$(SolutionDir)\msbuild\lolfx.targets" />
  69. </ImportGroup>
  70. </Project>