system_dll.vcxproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. <ItemGroup>
  14. <ClCompile Include="..\..\..\..\system\src\error_code.cpp" />
  15. </ItemGroup>
  16. <PropertyGroup Label="Globals">
  17. <ProjectGuid>{F94CCADD-A90B-480C-A304-C19D015D36B1}</ProjectGuid>
  18. <RootNamespace>system_dll</RootNamespace>
  19. <Keyword>Win32Proj</Keyword>
  20. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  21. </PropertyGroup>
  22. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  24. <ConfigurationType>DynamicLibrary</ConfigurationType>
  25. <CharacterSet>Unicode</CharacterSet>
  26. <WholeProgramOptimization>true</WholeProgramOptimization>
  27. <PlatformToolset>v141</PlatformToolset>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <CharacterSet>Unicode</CharacterSet>
  32. <PlatformToolset>v141</PlatformToolset>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings">
  36. </ImportGroup>
  37. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  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>
  47. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  48. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  49. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TEMP)\$(SolutionName)\$(Configuration)\</OutDir>
  50. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TEMP)\$(SolutionName)\$(ProjectName)\$(Configuration)\</IntDir>
  51. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  52. </PropertyGroup>
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  54. <ClCompile>
  55. <Optimization>Disabled</Optimization>
  56. <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_DYN_LINK;WIN32;_DEBUG;_WINDOWS;_USRDLL;SYSTEM_DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. <MinimalRebuild>true</MinimalRebuild>
  58. <ExceptionHandling>Async</ExceptionHandling>
  59. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  60. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  61. <PrecompiledHeader>
  62. </PrecompiledHeader>
  63. <WarningLevel>Level4</WarningLevel>
  64. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  65. </ClCompile>
  66. <Link>
  67. <GenerateDebugInformation>true</GenerateDebugInformation>
  68. <SubSystem>Windows</SubSystem>
  69. <TargetMachine>MachineX86</TargetMachine>
  70. </Link>
  71. </ItemDefinitionGroup>
  72. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  73. <ClCompile>
  74. <Optimization>MaxSpeed</Optimization>
  75. <IntrinsicFunctions>true</IntrinsicFunctions>
  76. <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_WINDOWS;_USRDLL;SYSTEM_DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  77. <ExceptionHandling>Async</ExceptionHandling>
  78. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  79. <FunctionLevelLinking>true</FunctionLevelLinking>
  80. <PrecompiledHeader>
  81. </PrecompiledHeader>
  82. <WarningLevel>Level4</WarningLevel>
  83. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  84. </ClCompile>
  85. <Link>
  86. <GenerateDebugInformation>true</GenerateDebugInformation>
  87. <SubSystem>Windows</SubSystem>
  88. <OptimizeReferences>true</OptimizeReferences>
  89. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  90. <TargetMachine>MachineX86</TargetMachine>
  91. </Link>
  92. </ItemDefinitionGroup>
  93. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  94. <ImportGroup Label="ExtensionTargets">
  95. </ImportGroup>
  96. </Project>