<?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|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|Xbox 360"> <Configuration>Debug</Configuration> <Platform>Xbox 360</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Xbox 360"> <Configuration>Release</Configuration> <Platform>Xbox 360</Platform> </ProjectConfiguration> </ItemGroup> <ItemGroup> <ClCompile Include="..\test\debug\quad.cpp" /> </ItemGroup> <ItemGroup> <ProjectReference Include="lolcore.vcxproj"> <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> </ProjectReference> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{53D9D96F-55C0-4044-BDB1-4A5E8EDBDF0E}</ProjectGuid> <ConfigurationType>Application</ConfigurationType> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="Lol.Config.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="Lol.Vars.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <Import Project="Lol.Rules.props" /> <ItemDefinitionGroup /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>