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|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|Win32"> 9 <Configuration>Release</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 </ItemGroup> 13 <PropertyGroup Label="Globals"> 14 <ProjectGuid>{65483A0D-1D72-47CC-B147-27415FFC1FC3}</ProjectGuid> 15 <Keyword>MakeFileProj</Keyword> 16 </PropertyGroup> 17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 19 <ConfigurationType>Makefile</ConfigurationType> 20 <UseDebugLibraries>true</UseDebugLibraries> 21 <PlatformToolset>v110</PlatformToolset> 22 </PropertyGroup> 23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 24 <ConfigurationType>Makefile</ConfigurationType> 25 <UseDebugLibraries>false</UseDebugLibraries> 26 <PlatformToolset>v110</PlatformToolset> 27 </PropertyGroup> 28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 29 <ImportGroup Label="ExtensionSettings"> 30 </ImportGroup> 31 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 33 </ImportGroup> 34 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 36 </ImportGroup> 37 <PropertyGroup Label="UserMacros" /> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 39 <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 42 <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 43 </PropertyGroup> 44 <ItemDefinitionGroup> 45 </ItemDefinitionGroup> 46 <ItemGroup> 47 <Text Include="readme.txt" /> 48 </ItemGroup> 49 <ItemGroup> 50 <ClInclude Include="cpplinq\linq.hpp" /> 51 <ClInclude Include="cpplinq\linq_cursor.hpp" /> 52 <ClInclude Include="cpplinq\linq_groupby.hpp" /> 53 <ClInclude Include="cpplinq\linq_iterators.hpp" /> 54 <ClInclude Include="cpplinq\linq_last.hpp" /> 55 <ClInclude Include="cpplinq\linq_select.hpp" /> 56 <ClInclude Include="cpplinq\linq_selectmany.hpp" /> 57 <ClInclude Include="cpplinq\linq_skip.hpp" /> 58 <ClInclude Include="cpplinq\linq_take.hpp" /> 59 <ClInclude Include="cpplinq\linq_where.hpp" /> 60 <ClInclude Include="cpplinq\util.hpp" /> 61 </ItemGroup> 62 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 63 <ImportGroup Label="ExtensionTargets"> 64 </ImportGroup> 65</Project>