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.
 
 
 

87 regels
3.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|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="12_voronoi.cpp" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <LolFxCompile Include="12_texture_to_screen.lolfx" />
  50. <LolFxCompile Include="12_voronoi.lolfx" />
  51. <LolFxCompile Include="12_voronoi_setup.lolfx" />
  52. <LolFxCompile Include="12_voronoi_distance.lolfx" />
  53. <LolFxCompile Include="12_distance.lolfx" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
  57. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  58. </ProjectReference>
  59. <ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
  60. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  61. </ProjectReference>
  62. <ProjectReference Include="$(SolutionDir)\..\..\src\lua\lollua.vcxproj">
  63. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  64. </ProjectReference>
  65. </ItemGroup>
  66. <PropertyGroup Label="Globals">
  67. <ProjectGuid>{6bf81b39-edc2-4227-9982-c2d8abea95af}</ProjectGuid>
  68. <ConfigurationType>Application</ConfigurationType>
  69. <Keyword>Win32Proj</Keyword>
  70. </PropertyGroup>
  71. <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
  72. <ImportGroup Label="ExtensionSettings">
  73. <Import Project="$(SolutionDir)\Lol.Fx.props" />
  74. </ImportGroup>
  75. <ImportGroup Label="PropertySheets">
  76. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  77. <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
  78. </ImportGroup>
  79. <PropertyGroup Label="UserMacros" />
  80. <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
  81. <ItemDefinitionGroup />
  82. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  83. <ImportGroup Label="ExtensionTargets">
  84. <Import Project="$(SolutionDir)\Lol.Fx.targets" />
  85. </ImportGroup>
  86. </Project>