<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|ORBIS"> <Configuration>Debug</Configuration> <Platform>ORBIS</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|PS3"> <Configuration>Debug</Configuration> <Platform>PS3</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|Xbox 360"> <Configuration>Debug</Configuration> <Platform>Xbox 360</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|ORBIS"> <Configuration>Release</Configuration> <Platform>ORBIS</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|PS3"> <Configuration>Release</Configuration> <Platform>PS3</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Xbox 360"> <Configuration>Release</Configuration> <Platform>Xbox 360</Platform> </ProjectConfiguration> </ItemGroup> <ItemGroup> <ClCompile Include="meshviewer.cpp" /> </ItemGroup> <ItemGroup> <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> </ProjectReference> <ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> </ProjectReference> <ProjectReference Include="$(SolutionDir)\..\..\src\lua\lollua.vcxproj"> <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="data\mesh-buffer.txt"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> </None> <None Include="easy_mesh_dictionnary.js"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="meshviewer_index.html"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="meshviewer_nacl.nmf"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="nacl_loading.js"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="type_dictionnary.js"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> </ItemGroup> <ItemGroup> <LolFxCompile Include="mviewer_em_test.lolfx" /> <LolFxCompile Include="shinyfur.lolfx" /> <LolFxCompile Include="shinymvtexture.lolfx" /> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}</ProjectGuid> <ConfigurationType>Application</ConfigurationType> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(SolutionDir)\Lol.Core.Config.props" /> <ImportGroup Label="ExtensionSettings"> <Import Project="$(SolutionDir)\Lol.Fx.props" /> </ImportGroup> <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(SolutionDir)\Lol.Core.Vars.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <Import Project="$(SolutionDir)\Lol.Core.Rules.props" /> <ItemDefinitionGroup /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> <Import Project="$(SolutionDir)\Lol.Fx.targets" /> </ImportGroup> </Project>