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>{3B1AF12C-25AB-44F7-A80B-8BBA0D3D08CE}</ProjectGuid> 15 <Keyword>Win32Proj</Keyword> 16 <RootNamespace>issue_test</RootNamespace> 17 <ProjectName>issue_test_shared</ProjectName> 18 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> 19 </PropertyGroup> 20 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 22 <ConfigurationType>Application</ConfigurationType> 23 <UseDebugLibraries>true</UseDebugLibraries> 24 <PlatformToolset>v141</PlatformToolset> 25 <CharacterSet>Unicode</CharacterSet> 26 </PropertyGroup> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 28 <ConfigurationType>Application</ConfigurationType> 29 <UseDebugLibraries>false</UseDebugLibraries> 30 <PlatformToolset>v141</PlatformToolset> 31 <WholeProgramOptimization>true</WholeProgramOptimization> 32 <CharacterSet>Unicode</CharacterSet> 33 </PropertyGroup> 34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 35 <ImportGroup Label="ExtensionSettings"> 36 </ImportGroup> 37 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 39 <Import Project="..\common.props" /> 40 </ImportGroup> 41 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 42 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 43 <Import Project="..\common.props" /> 44 </ImportGroup> 45 <PropertyGroup Label="UserMacros" /> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 47 <LinkIncremental>true</LinkIncremental> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 50 <LinkIncremental>false</LinkIncremental> 51 </PropertyGroup> 52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 53 <ClCompile> 54 <PrecompiledHeader> 55 </PrecompiledHeader> 56 <WarningLevel>Level3</WarningLevel> 57 <Optimization>Disabled</Optimization> 58 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 59 <SDLCheck>true</SDLCheck> 60 </ClCompile> 61 <Link> 62 <SubSystem>Console</SubSystem> 63 <GenerateDebugInformation>true</GenerateDebugInformation> 64 </Link> 65 <PostBuildEvent> 66 <Command>"$(TargetDir)\$(TargetName).exe"</Command> 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>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 78 <SDLCheck>true</SDLCheck> 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 </ItemDefinitionGroup> 90 <ItemGroup> 91 <ProjectReference Include="..\filesystem_dll\filesystem_dll.vcxproj"> 92 <Project>{ffd738f7-96f0-445c-81ea-551665ef53d1}</Project> 93 </ProjectReference> 94 <ProjectReference Include="..\system_dll\system_dll.vcxproj"> 95 <Project>{f94ccadd-a90b-480c-a304-c19d015d36b1}</Project> 96 </ProjectReference> 97 </ItemGroup> 98 <ItemGroup> 99 <ClCompile Include="..\..\issues\11061-imposible-to-traverse-path-reverse-iterator.cpp" /> 100 </ItemGroup> 101 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 102 <ImportGroup Label="ExtensionTargets"> 103 </ImportGroup> 104</Project>