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.

meshviewer.vcxproj 5.3 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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|ORBIS">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ORBIS</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|PS3">
  9. <Configuration>Debug</Configuration>
  10. <Platform>PS3</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="Debug|Xbox 360">
  21. <Configuration>Debug</Configuration>
  22. <Platform>Xbox 360</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|ORBIS">
  25. <Configuration>Release</Configuration>
  26. <Platform>ORBIS</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|PS3">
  29. <Configuration>Release</Configuration>
  30. <Platform>PS3</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release|x64">
  37. <Configuration>Release</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|Xbox 360">
  41. <Configuration>Release</Configuration>
  42. <Platform>Xbox 360</Platform>
  43. </ProjectConfiguration>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ClCompile Include="generated\scenesetup-parser.cpp" />
  47. <ClCompile Include="generated\scenesetup-scanner.cpp" />
  48. <ClCompile Include="meshviewer.cpp" />
  49. <ClCompile Include="scenesetup-compiler.cpp" />
  50. <ClCompile Include="scenesetup.cpp" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
  54. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  55. </ProjectReference>
  56. <ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
  57. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  58. </ProjectReference>
  59. <ProjectReference Include="$(SolutionDir)\..\..\src\lua\lollua.vcxproj">
  60. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  61. </ProjectReference>
  62. </ItemGroup>
  63. <ItemGroup>
  64. <None Include="data\mesh-buffer.txt">
  65. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  66. </None>
  67. <None Include="easy_mesh_dictionnary.js">
  68. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  69. </None>
  70. <None Include="generated\location.hh" />
  71. <None Include="generated\position.hh" />
  72. <None Include="generated\scenesetup-parser.output" />
  73. <None Include="generated\stack.hh" />
  74. <None Include="meshviewer_index.html">
  75. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  76. </None>
  77. <None Include="meshviewer_nacl.html">
  78. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  79. </None>
  80. <None Include="meshviewer_nacl.nmf">
  81. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  82. </None>
  83. <None Include="nacl_loading.js">
  84. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  85. </None>
  86. <None Include="progress_status.js" />
  87. <None Include="scenesetup-parser.y" />
  88. <None Include="scenesetup-scanner.l" />
  89. <None Include="type_dictionnary.js">
  90. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  91. </None>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <LolFxCompile Include="shinyfur.lolfx" />
  95. <LolFxCompile Include="shinymvtexture.lolfx" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ClInclude Include="generated\scenesetup-parser.h" />
  99. <ClInclude Include="scenesetup-compiler.h" />
  100. <ClInclude Include="scenesetup.h" />
  101. </ItemGroup>
  102. <PropertyGroup Label="Globals">
  103. <ProjectGuid>{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}</ProjectGuid>
  104. <ConfigurationType>Application</ConfigurationType>
  105. <Keyword>Win32Proj</Keyword>
  106. </PropertyGroup>
  107. <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
  108. <ImportGroup Label="ExtensionSettings">
  109. <Import Project="$(SolutionDir)\Lol.Fx.props" />
  110. </ImportGroup>
  111. <ImportGroup Label="PropertySheets">
  112. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  113. <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
  114. </ImportGroup>
  115. <PropertyGroup Label="UserMacros" />
  116. <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
  117. <ItemDefinitionGroup />
  118. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  119. <ImportGroup Label="ExtensionTargets">
  120. <Import Project="$(SolutionDir)\Lol.Fx.targets" />
  121. </ImportGroup>
  122. </Project>