您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

66 行
2.7 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="17_net.cpp" />
  42. </ItemGroup>
  43. <Import Project="$(LolDir)\build\msbuild\lol-core.props" />
  44. <Import Project="$(LolDir)\build\msbuild\lol-bullet.props" />
  45. <PropertyGroup Label="Globals">
  46. <ProjectGuid>{46910277-18E3-4151-9AD9-DC5B551772A9}</ProjectGuid>
  47. <ConfigurationType>Application</ConfigurationType>
  48. <Keyword>Win32Proj</Keyword>
  49. </PropertyGroup>
  50. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  51. <ImportGroup Label="ExtensionSettings">
  52. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  53. </ImportGroup>
  54. <ImportGroup Label="PropertySheets">
  55. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  56. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  57. </ImportGroup>
  58. <PropertyGroup Label="UserMacros" />
  59. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  60. <ItemDefinitionGroup />
  61. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  62. <ImportGroup Label="ExtensionTargets">
  63. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  64. </ImportGroup>
  65. </Project>