<?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="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{245C87E4-26EE-4620-8855-2564A3D420F0}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>Elmax</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules /> <CodeAnalysisRuleAssemblies /> <IncludePath>D:\Data\Documents\Visual Studio 2010\Projects\boost_1_49_0\boost_1_49_0;$(IncludePath)</IncludePath> <LibraryPath>D:\Data\Documents\Visual Studio 2010\Projects\boost_1_49_0\boost_1_49_0\bin.v2\libs\filesystem\build\msvc-10.0\debug\link-static\threading-multi;$(LibraryPath)</LibraryPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules /> <CodeAnalysisRuleAssemblies /> <IncludePath>D:\Data\Documents\Visual Studio 2010\Projects\boost_1_49_0\boost_1_49_0;$(IncludePath)</IncludePath> <LibraryPath>D:\Data\Documents\Visual Studio 2010\Projects\boost_1_49_0\boost_1_49_0\bin.v2\libs\filesystem\build\msvc-10.0\release\link-static\threading-multi;$(LibraryPath)</LibraryPath> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeTypeInfo>true</RuntimeTypeInfo> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> <Lib> <OutputFile>$(OutDir)$(TargetName)D$(TargetExt)</OutputFile> </Lib> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <PrecompiledHeader>Use</PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeTypeInfo>true</RuntimeTypeInfo> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="Attribute.h" /> <ClInclude Include="CData.h" /> <ClInclude Include="Comment.h" /> <ClInclude Include="Date.h" /> <ClInclude Include="DateAndTime.h" /> <ClInclude Include="Document.h" /> <ClInclude Include="Element.h" /> <ClInclude Include="BaseConverter.h" /> <ClInclude Include="Elmax.h" /> <ClInclude Include="HyperElement.h" /> <ClInclude Include="NewAttribute.h" /> <ClInclude Include="NewCData.h" /> <ClInclude Include="NewComment.h" /> <ClInclude Include="NewElement.h" /> <ClInclude Include="NewNode.h" /> <ClInclude Include="NewTreeNode.h" /> <ClInclude Include="ProcessingInstruction.h" /> <ClInclude Include="RegexConverter.h" /> <ClInclude Include="RootElement.h" /> <ClInclude Include="stdafx.h" /> <ClInclude Include="StringUtils.h" /> <ClInclude Include="targetver.h" /> <ClInclude Include="UnicodeFile.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="Attribute.cpp" /> <ClCompile Include="CData.cpp" /> <ClCompile Include="Comment.cpp" /> <ClCompile Include="Date.cpp" /> <ClCompile Include="DateAndTime.cpp" /> <ClCompile Include="Document.cpp" /> <ClCompile Include="Element.cpp" /> <ClCompile Include="BaseConverter.cpp" /> <ClCompile Include="HyperElement.cpp" /> <ClCompile Include="NewAttribute.cpp" /> <ClCompile Include="NewCData.cpp" /> <ClCompile Include="NewComment.cpp" /> <ClCompile Include="NewElement.cpp" /> <ClCompile Include="NewNode.cpp" /> <ClCompile Include="NewTreeNode.cpp" /> <ClCompile Include="ProcessingInstruction.cpp" /> <ClCompile Include="RegexConverter.cpp" /> <ClCompile Include="RootElement.cpp" /> <ClCompile Include="stdafx.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> </ClCompile> <ClCompile Include="StringUtils.cpp" /> <ClCompile Include="UnicodeFile.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>
By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)