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>{5DAF595A-4640-4F86-8A5F-E54E3E4CE7D0}</ProjectGuid> 15 <RootNamespace>operations_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 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 52 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 53 <MinimalRebuild>true</MinimalRebuild> 54 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 55 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 56 <PrecompiledHeader> 57 </PrecompiledHeader> 58 <WarningLevel>Level4</WarningLevel> 59 </ClCompile> 60 <Link> 61 <GenerateDebugInformation>true</GenerateDebugInformation> 62 <SubSystem>Console</SubSystem> 63 <TargetMachine>MachineX86</TargetMachine> 64 </Link> 65 <PostBuildEvent> 66 <Message>Executing test $(TargetName).exe...</Message> 67 <Command>"$(TargetDir)\$(TargetName).exe"</Command> 68 </PostBuildEvent> 69 </ItemDefinitionGroup> 70 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 71 <ClCompile> 72 <Optimization>MaxSpeed</Optimization> 73 <IntrinsicFunctions>true</IntrinsicFunctions> 74 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 75 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 76 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 77 <FunctionLevelLinking>true</FunctionLevelLinking> 78 <PrecompiledHeader> 79 </PrecompiledHeader> 80 <WarningLevel>Level4</WarningLevel> 81 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 82 </ClCompile> 83 <Link> 84 <GenerateDebugInformation>true</GenerateDebugInformation> 85 <SubSystem>Console</SubSystem> 86 <OptimizeReferences>true</OptimizeReferences> 87 <EnableCOMDATFolding>true</EnableCOMDATFolding> 88 <TargetMachine>MachineX86</TargetMachine> 89 </Link> 90 <PostBuildEvent> 91 <Message>Executing test $(TargetName).exe...</Message> 92 <Command>"$(TargetDir)\$(TargetName).exe"</Command> 93 </PostBuildEvent> 94 </ItemDefinitionGroup> 95 <ItemGroup> 96 <ClCompile Include="..\..\operations_unit_test.cpp" /> 97 </ItemGroup> 98 <ItemGroup> 99 <ProjectReference Include="..\filesystem_dll\filesystem_dll.vcxproj"> 100 <Project>{ffd738f7-96f0-445c-81ea-551665ef53d1}</Project> 101 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 102 </ProjectReference> 103 <ProjectReference Include="..\system_dll\system_dll.vcxproj"> 104 <Project>{f94ccadd-a90b-480c-a304-c19d015d36b1}</Project> 105 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 106 </ProjectReference> 107 </ItemGroup> 108 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 109 <ImportGroup Label="ExtensionTargets"> 110 </ImportGroup> 111</Project>