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>{3640605D-6F82-493D-879F-8F30762DA554}</ProjectGuid> 15 <Keyword>Win32Proj</Keyword> 16 <RootNamespace>system_lib</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>StaticLibrary</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>StaticLibrary</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 /> 44 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 45 <ClCompile> 46 <PrecompiledHeader> 47 </PrecompiledHeader> 48 <WarningLevel>Level3</WarningLevel> 49 <Optimization>Disabled</Optimization> 50 <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_STATIC_LINK;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 51 <AdditionalIncludeDirectories>../../../../..</AdditionalIncludeDirectories> 52 </ClCompile> 53 <Link> 54 <SubSystem>Windows</SubSystem> 55 <GenerateDebugInformation>true</GenerateDebugInformation> 56 </Link> 57 </ItemDefinitionGroup> 58 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 59 <ClCompile> 60 <WarningLevel>Level3</WarningLevel> 61 <PrecompiledHeader> 62 </PrecompiledHeader> 63 <Optimization>MaxSpeed</Optimization> 64 <FunctionLevelLinking>true</FunctionLevelLinking> 65 <IntrinsicFunctions>true</IntrinsicFunctions> 66 <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_STATIC_LINK;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 67 <AdditionalIncludeDirectories>../../../../..</AdditionalIncludeDirectories> 68 </ClCompile> 69 <Link> 70 <SubSystem>Windows</SubSystem> 71 <GenerateDebugInformation>true</GenerateDebugInformation> 72 <EnableCOMDATFolding>true</EnableCOMDATFolding> 73 <OptimizeReferences>true</OptimizeReferences> 74 </Link> 75 </ItemDefinitionGroup> 76 <ItemGroup> 77 <ClCompile Include="..\..\..\..\system\src\error_code.cpp" /> 78 </ItemGroup> 79 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 80 <ImportGroup Label="ExtensionTargets"> 81 </ImportGroup> 82</Project>