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.
 
 
 
 
 
 

69 lines
2.8 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. <PropertyGroup Label="LolMacros">
  4. <LolDir>$(SolutionDir)</LolDir>
  5. </PropertyGroup>
  6. <ItemGroup Label="ProjectConfigurations">
  7. <ProjectConfiguration Include="Debug|NX64">
  8. <Configuration>Debug</Configuration>
  9. <Platform>NX64</Platform>
  10. </ProjectConfiguration>
  11. <ProjectConfiguration Include="Debug|ORBIS">
  12. <Configuration>Debug</Configuration>
  13. <Platform>ORBIS</Platform>
  14. </ProjectConfiguration>
  15. <ProjectConfiguration Include="Debug|Win32">
  16. <Configuration>Debug</Configuration>
  17. <Platform>Win32</Platform>
  18. </ProjectConfiguration>
  19. <ProjectConfiguration Include="Debug|x64">
  20. <Configuration>Debug</Configuration>
  21. <Platform>x64</Platform>
  22. </ProjectConfiguration>
  23. <ProjectConfiguration Include="Release|NX64">
  24. <Configuration>Release</Configuration>
  25. <Platform>NX64</Platform>
  26. </ProjectConfiguration>
  27. <ProjectConfiguration Include="Release|ORBIS">
  28. <Configuration>Release</Configuration>
  29. <Platform>ORBIS</Platform>
  30. </ProjectConfiguration>
  31. <ProjectConfiguration Include="Release|Win32">
  32. <Configuration>Release</Configuration>
  33. <Platform>Win32</Platform>
  34. </ProjectConfiguration>
  35. <ProjectConfiguration Include="Release|x64">
  36. <Configuration>Release</Configuration>
  37. <Platform>x64</Platform>
  38. </ProjectConfiguration>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ClCompile Include="03_noise.cpp" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <LolFxCompile Include="03_noise.lolfx" />
  45. </ItemGroup>
  46. <Import Project="$(LolDir)\build\msbuild\lol-core.props" />
  47. <Import Project="$(LolDir)\build\msbuild\lol-bullet.props" />
  48. <PropertyGroup Label="Globals">
  49. <ProjectGuid>{b0a53d75-cbb4-4fdf-93ac-2d12a79ada0e}</ProjectGuid>
  50. <ConfigurationType>Application</ConfigurationType>
  51. <Keyword>Win32Proj</Keyword>
  52. </PropertyGroup>
  53. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  60. </ImportGroup>
  61. <PropertyGroup Label="UserMacros" />
  62. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  63. <ItemDefinitionGroup />
  64. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  65. <ImportGroup Label="ExtensionTargets">
  66. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  67. </ImportGroup>
  68. </Project>