Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

92 righe
3.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. <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. <ClInclude Include="..\orbital\generated\mesh-parser.h" />
  31. <ClInclude Include="..\orbital\generated\gun-parser.h" />
  32. <ClInclude Include="..\orbital\gun.h" />
  33. <ClInclude Include="..\orbital\mesh-compiler.h" />
  34. <ClInclude Include="..\orbital\gun-compiler.h" />
  35. <ClInclude Include="..\orbital\mesh.h" />
  36. <ClInclude Include="..\orbital\orbital.h" />
  37. <ClInclude Include="..\orbital\particlesystem.h" />
  38. <ClInclude Include="..\orbital\player.h" />
  39. <ClInclude Include="..\orbital\snake.h" />
  40. <ClInclude Include="..\orbital\starfield.h" />
  41. <ClInclude Include="..\orbital\tank.h" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <ClCompile Include="..\orbital\generated\mesh-parser.cpp" />
  45. <ClCompile Include="..\orbital\generated\gun-parser.cpp" />
  46. <ClCompile Include="..\orbital\generated\mesh-scanner.cpp" />
  47. <ClCompile Include="..\orbital\generated\gun-scanner.cpp" />
  48. <ClCompile Include="..\orbital\mesh-compiler.cpp" />
  49. <ClCompile Include="..\orbital\mesh.cpp" />
  50. <ClCompile Include="..\orbital\gun-compiler.cpp" />
  51. <ClCompile Include="..\orbital\gun.cpp" />
  52. <ClCompile Include="..\orbital\orbital.cpp" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <LolFxCompile Include="..\orbital\shiny.lolfx" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ProjectReference Include="lolcore.vcxproj">
  59. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  60. </ProjectReference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <None Include="..\orbital\generated\location.hh" />
  64. <None Include="..\orbital\generated\position.hh" />
  65. <None Include="..\orbital\generated\stack.hh" />
  66. <None Include="..\orbital\mesh-scanner.l" />
  67. <None Include="..\orbital\gun-scanner.l" />
  68. <None Include="..\orbital\mesh-parser.y" />
  69. <None Include="..\orbital\gun-parser.y" />
  70. </ItemGroup>
  71. <PropertyGroup Label="Globals">
  72. <ProjectGuid>{ee203b88-44cf-4859-9d42-7a5f40fecb52}</ProjectGuid>
  73. <ConfigurationType>Application</ConfigurationType>
  74. <Keyword>Win32Proj</Keyword>
  75. </PropertyGroup>
  76. <Import Project="Lol.Core.Config.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. <Import Project="Lol.Fx.props" />
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. <Import Project="Lol.Core.Vars.props" />
  83. </ImportGroup>
  84. <PropertyGroup Label="UserMacros" />
  85. <Import Project="Lol.Core.Rules.props" />
  86. <ItemDefinitionGroup />
  87. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  88. <ImportGroup Label="ExtensionTargets">
  89. <Import Project="Lol.Fx.targets" />
  90. </ImportGroup>
  91. </Project>