1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="15.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>{5FFA4555-E967-4632-A3E6-ED8826E9FDED}</ProjectGuid> 15 <Keyword>Win32Proj</Keyword> 16 <RootNamespace>headers</RootNamespace> 17 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> 18 </PropertyGroup> 19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 21 <ConfigurationType>Application</ConfigurationType> 22 <UseDebugLibraries>true</UseDebugLibraries> 23 <PlatformToolset>v141</PlatformToolset> 24 <CharacterSet>Unicode</CharacterSet> 25 </PropertyGroup> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 <UseDebugLibraries>false</UseDebugLibraries> 29 <PlatformToolset>v141</PlatformToolset> 30 <WholeProgramOptimization>true</WholeProgramOptimization> 31 <CharacterSet>Unicode</CharacterSet> 32 </PropertyGroup> 33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 34 <ImportGroup Label="ExtensionSettings"> 35 </ImportGroup> 36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 38 </ImportGroup> 39 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 40 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 41 </ImportGroup> 42 <PropertyGroup Label="UserMacros" /> 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 44 <LinkIncremental>true</LinkIncremental> 45 </PropertyGroup> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 47 <LinkIncremental>false</LinkIncremental> 48 </PropertyGroup> 49 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 50 <ClCompile> 51 <PrecompiledHeader> 52 </PrecompiledHeader> 53 <WarningLevel>Level3</WarningLevel> 54 <Optimization>Disabled</Optimization> 55 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 56 <SDLCheck>true</SDLCheck> 57 </ClCompile> 58 <Link> 59 <SubSystem>Console</SubSystem> 60 <GenerateDebugInformation>true</GenerateDebugInformation> 61 </Link> 62 </ItemDefinitionGroup> 63 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 64 <ClCompile> 65 <WarningLevel>Level3</WarningLevel> 66 <PrecompiledHeader> 67 </PrecompiledHeader> 68 <Optimization>MaxSpeed</Optimization> 69 <FunctionLevelLinking>true</FunctionLevelLinking> 70 <IntrinsicFunctions>true</IntrinsicFunctions> 71 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 72 <SDLCheck>true</SDLCheck> 73 </ClCompile> 74 <Link> 75 <SubSystem>Console</SubSystem> 76 <GenerateDebugInformation>true</GenerateDebugInformation> 77 <EnableCOMDATFolding>true</EnableCOMDATFolding> 78 <OptimizeReferences>true</OptimizeReferences> 79 </Link> 80 </ItemDefinitionGroup> 81 <ItemGroup> 82 <ClInclude Include="..\..\..\include\boost\filesystem.hpp" /> 83 <ClInclude Include="..\..\..\include\boost\filesystem\config.hpp" /> 84 <ClInclude Include="..\..\..\include\boost\filesystem\convenience.hpp" /> 85 <ClInclude Include="..\..\..\include\boost\filesystem\detail\macro_value.hpp" /> 86 <ClInclude Include="..\..\..\include\boost\filesystem\detail\utf8_codecvt_facet.hpp" /> 87 <ClInclude Include="..\..\..\include\boost\filesystem\exception.hpp" /> 88 <ClInclude Include="..\..\..\include\boost\filesystem\fstream.hpp" /> 89 <ClInclude Include="..\..\..\include\boost\filesystem\operations.hpp" /> 90 <ClInclude Include="..\..\..\include\boost\filesystem\path.hpp" /> 91 <ClInclude Include="..\..\..\include\boost\filesystem\path_traits.hpp" /> 92 </ItemGroup> 93 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 94 <ImportGroup Label="ExtensionTargets"> 95 </ImportGroup> 96</Project>