<?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="generated\scenesetup-parser.cpp" /> <ClCompile Include="generated\scenesetup-scanner.cpp" /> <ClCompile Include="meshviewer.cpp" /> <ClCompile Include="scenesetup-compiler.cpp" /> <ClCompile Include="scenesetup.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="generated\location.hh" /> <None Include="generated\position.hh" /> <None Include="generated\scenesetup-parser.output" /> <None Include="generated\stack.hh" /> <None Include="meshviewer.index.html"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="meshviewer.nacl.html"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="meshviewer.em.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="scenesetup-parser.y" /> <None Include="scenesetup-scanner.l" /> <None Include="easymeshdictionnary.js"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="scenesetupdictionnary.js"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="javascript/naclloading.js"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="javascript/progressstatus.js"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="javascript/utils.js"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> <None Include="javascript/typedictionnary.js"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> </None> </ItemGroup> <ItemGroup> <LolFxCompile Include="shinyfur.lolfx" /> <LolFxCompile Include="shinymvtexture.lolfx" /> </ItemGroup> <ItemGroup> <ClInclude Include="generated\scenesetup-parser.h" /> <ClInclude Include="scenesetup-compiler.h" /> <ClInclude Include="scenesetup.h" /> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}</ProjectGuid> <ConfigurationType>Application</ConfigurationType> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(SolutionDir)\msbuild\lol.config.props" /> <ImportGroup Label="ExtensionSettings"> <Import Project="$(SolutionDir)\msbuild\lolfx.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)\msbuild\lol.vars.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <Import Project="$(SolutionDir)\msbuild\lol.rules.props" /> <ItemDefinitionGroup /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> <Import Project="$(SolutionDir)\msbuild\lolfx.targets" /> </ImportGroup> </Project>