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>{3B3010C5-D6D7-4320-A992-4EA61F256279}</ProjectGuid> 15 <Keyword>Win32Proj</Keyword> 16 <RootNamespace>path_test_static</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 <CharacterSet>Unicode</CharacterSet> 24 <PlatformToolset>v141</PlatformToolset> 25 </PropertyGroup> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 <UseDebugLibraries>false</UseDebugLibraries> 29 <WholeProgramOptimization>true</WholeProgramOptimization> 30 <CharacterSet>Unicode</CharacterSet> 31 <PlatformToolset>v141</PlatformToolset> 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>BOOST_ALL_NO_LIB;BOOST_ALL_STATIC_LINK;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 56 <AdditionalIncludeDirectories>../../../../..</AdditionalIncludeDirectories> 57 </ClCompile> 58 <Link> 59 <SubSystem>Console</SubSystem> 60 <GenerateDebugInformation>true</GenerateDebugInformation> 61 </Link> 62 <PostBuildEvent> 63 <Command>"$(TargetDir)\$(TargetName).exe"</Command> 64 </PostBuildEvent> 65 <PostBuildEvent> 66 <Message>Executing test $(TargetName).exe...</Message> 67 </PostBuildEvent> 68 </ItemDefinitionGroup> 69 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 70 <ClCompile> 71 <WarningLevel>Level3</WarningLevel> 72 <PrecompiledHeader> 73 </PrecompiledHeader> 74 <Optimization>MaxSpeed</Optimization> 75 <FunctionLevelLinking>true</FunctionLevelLinking> 76 <IntrinsicFunctions>true</IntrinsicFunctions> 77 <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_STATIC_LINK;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 78 <AdditionalIncludeDirectories>../../../../..</AdditionalIncludeDirectories> 79 </ClCompile> 80 <Link> 81 <SubSystem>Console</SubSystem> 82 <GenerateDebugInformation>true</GenerateDebugInformation> 83 <EnableCOMDATFolding>true</EnableCOMDATFolding> 84 <OptimizeReferences>true</OptimizeReferences> 85 </Link> 86 <PostBuildEvent> 87 <Command>"$(TargetDir)\$(TargetName).exe"</Command> 88 </PostBuildEvent> 89 <PostBuildEvent> 90 <Message>Executing test $(TargetName).exe...</Message> 91 </PostBuildEvent> 92 </ItemDefinitionGroup> 93 <ItemGroup> 94 <ClCompile Include="..\..\path_test.cpp" /> 95 </ItemGroup> 96 <ItemGroup> 97 <ProjectReference Include="..\filesystem_lib\filesystem_lib.vcxproj"> 98 <Project>{2c1770a4-4ac3-4102-9d36-e652dbb686d8}</Project> 99 </ProjectReference> 100 <ProjectReference Include="..\system_lib\system_lib.vcxproj"> 101 <Project>{3640605d-6f82-493d-879f-8f30762da554}</Project> 102 </ProjectReference> 103 </ItemGroup> 104 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 105 <ImportGroup Label="ExtensionTargets"> 106 </ImportGroup> 107</Project>