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>{3C77F610-2E31-4087-9DF2-7CD45198A02D}</ProjectGuid> 15 <RootNamespace>path_unit_test</RootNamespace> 16 <Keyword>Win32Proj</Keyword> 17 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> 18 </PropertyGroup> 19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 21 <ConfigurationType>Application</ConfigurationType> 22 <CharacterSet>Unicode</CharacterSet> 23 <WholeProgramOptimization>true</WholeProgramOptimization> 24 <PlatformToolset>v141</PlatformToolset> 25 </PropertyGroup> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 <CharacterSet>Unicode</CharacterSet> 29 <PlatformToolset>v141</PlatformToolset> 30 </PropertyGroup> 31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 32 <ImportGroup Label="ExtensionSettings"> 33 </ImportGroup> 34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 36 <Import Project="..\common.props" /> 37 </ImportGroup> 38 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 40 <Import Project="..\common.props" /> 41 </ImportGroup> 42 <PropertyGroup Label="UserMacros" /> 43 <PropertyGroup> 44 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 46 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 47 </PropertyGroup> 48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 49 <ClCompile> 50 <Optimization>Disabled</Optimization> 51 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 52 <MinimalRebuild>true</MinimalRebuild> 53 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 54 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 55 <PrecompiledHeader> 56 </PrecompiledHeader> 57 <WarningLevel>Level4</WarningLevel> 58 </ClCompile> 59 <Link> 60 <GenerateDebugInformation>true</GenerateDebugInformation> 61 <SubSystem>Console</SubSystem> 62 <TargetMachine>MachineX86</TargetMachine> 63 </Link> 64 <PostBuildEvent> 65 <Message>Executing test $(TargetName).exe...</Message> 66 <Command>"$(TargetDir)\$(TargetName).exe"</Command> 67 </PostBuildEvent> 68 </ItemDefinitionGroup> 69 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 70 <ClCompile> 71 <Optimization>MaxSpeed</Optimization> 72 <IntrinsicFunctions>true</IntrinsicFunctions> 73 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 74 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 75 <FunctionLevelLinking>true</FunctionLevelLinking> 76 <PrecompiledHeader> 77 </PrecompiledHeader> 78 <WarningLevel>Level4</WarningLevel> 79 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 80 </ClCompile> 81 <Link> 82 <GenerateDebugInformation>true</GenerateDebugInformation> 83 <SubSystem>Console</SubSystem> 84 <OptimizeReferences>true</OptimizeReferences> 85 <EnableCOMDATFolding>true</EnableCOMDATFolding> 86 <TargetMachine>MachineX86</TargetMachine> 87 </Link> 88 <PostBuildEvent> 89 <Message>Executing test $(TargetName).exe...</Message> 90 <Command>"$(TargetDir)\$(TargetName).exe"</Command> 91 </PostBuildEvent> 92 </ItemDefinitionGroup> 93 <ItemGroup> 94 <ClCompile Include="..\..\path_unit_test.cpp" /> 95 </ItemGroup> 96 <ItemGroup> 97 <ProjectReference Include="..\filesystem_dll\filesystem_dll.vcxproj"> 98 <Project>{ffd738f7-96f0-445c-81ea-551665ef53d1}</Project> 99 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 100 </ProjectReference> 101 <ProjectReference Include="..\system_dll\system_dll.vcxproj"> 102 <Project>{f94ccadd-a90b-480c-a304-c19d015d36b1}</Project> 103 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 104 </ProjectReference> 105 </ItemGroup> 106 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 107 <ImportGroup Label="ExtensionTargets"> 108 </ImportGroup> 109</Project>