25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

05_easymesh.vcxproj 3.2 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 Condition="Exists('$(SolutionDir)\lol')">$(SolutionDir)\lol</LolDir>
  5. <LolDir Condition="!Exists('$(SolutionDir)\lol')">$(SolutionDir)</LolDir>
  6. </PropertyGroup>
  7. <ItemGroup Label="ProjectConfigurations">
  8. <ProjectConfiguration Include="Debug|ORBIS">
  9. <Configuration>Debug</Configuration>
  10. <Platform>ORBIS</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="Release|ORBIS">
  21. <Configuration>Release</Configuration>
  22. <Platform>ORBIS</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Win32">
  25. <Configuration>Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|x64">
  29. <Configuration>Release</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. </ItemGroup>
  33. <ItemGroup>
  34. <ClCompile Include="05_easymesh.cpp" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <ProjectReference Include="$(LolDir)\src\lol-core.vcxproj">
  38. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  39. </ProjectReference>
  40. <ProjectReference Condition="'$(enable_bullet)'!='no'" Include="$(LolDir)\src\3rdparty\lol-bullet.vcxproj">
  41. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  42. </ProjectReference>
  43. <ProjectReference Include="$(LolDir)\src\3rdparty\lol-lua.vcxproj">
  44. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  45. </ProjectReference>
  46. </ItemGroup>
  47. <ItemGroup>
  48. <None Include="05_easymesh.lua">
  49. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  50. </None>
  51. </ItemGroup>
  52. <PropertyGroup Label="Globals">
  53. <ProjectGuid>{1c5b8702-290c-42da-aa9e-671348f5b747}</ProjectGuid>
  54. <ConfigurationType>Application</ConfigurationType>
  55. <Keyword>Win32Proj</Keyword>
  56. </PropertyGroup>
  57. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  64. </ImportGroup>
  65. <PropertyGroup Label="UserMacros" />
  66. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  67. <ItemDefinitionGroup />
  68. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  69. <ImportGroup Label="ExtensionTargets">
  70. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  71. </ImportGroup>
  72. </Project>