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.

MeshViewer.vcxproj 2.9 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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|PS3">
  5. <Configuration>Debug</Configuration>
  6. <Platform>PS3</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|Xbox 360">
  17. <Configuration>Debug</Configuration>
  18. <Platform>Xbox 360</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|PS3">
  21. <Configuration>Release</Configuration>
  22. <Platform>PS3</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. <ProjectConfiguration Include="Release|Xbox 360">
  33. <Configuration>Release</Configuration>
  34. <Platform>Xbox 360</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClCompile Include="MeshViewer.cpp" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
  42. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  43. </ProjectReference>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <None Include="MeshViewerBuffer.txt">
  47. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  48. </None>
  49. </ItemGroup>
  50. <PropertyGroup Label="Globals">
  51. <ProjectGuid>{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}</ProjectGuid>
  52. <ConfigurationType>Application</ConfigurationType>
  53. <Keyword>Win32Proj</Keyword>
  54. </PropertyGroup>
  55. <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. <Import Project="$(SolutionDir)\Lol.Fx.props" />
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
  62. </ImportGroup>
  63. <PropertyGroup Label="UserMacros" />
  64. <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
  65. <ItemDefinitionGroup />
  66. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  67. <ImportGroup Label="ExtensionTargets">
  68. <Import Project="$(SolutionDir)\Lol.Fx.targets" />
  69. </ImportGroup>
  70. </Project>