exec_monitor_lib.vcxproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="..\..\..\..\test\src\cpp_main.cpp" />
  15. <ClCompile Include="..\..\..\..\test\src\debug.cpp" />
  16. <ClCompile Include="..\..\..\..\test\src\execution_monitor.cpp" />
  17. </ItemGroup>
  18. <PropertyGroup Label="Globals">
  19. <ProjectGuid>{272DFC15-6292-49DF-B457-6784A183EAC3}</ProjectGuid>
  20. <Keyword>Win32Proj</Keyword>
  21. <RootNamespace>exec_monitor_lib</RootNamespace>
  22. </PropertyGroup>
  23. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  25. <ConfigurationType>StaticLibrary</ConfigurationType>
  26. <UseDebugLibraries>true</UseDebugLibraries>
  27. <CharacterSet>Unicode</CharacterSet>
  28. <PlatformToolset>v120</PlatformToolset>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  31. <ConfigurationType>StaticLibrary</ConfigurationType>
  32. <UseDebugLibraries>false</UseDebugLibraries>
  33. <WholeProgramOptimization>true</WholeProgramOptimization>
  34. <CharacterSet>Unicode</CharacterSet>
  35. <PlatformToolset>v120</PlatformToolset>
  36. </PropertyGroup>
  37. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  38. <ImportGroup Label="ExtensionSettings">
  39. </ImportGroup>
  40. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  41. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  42. </ImportGroup>
  43. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  44. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  45. </ImportGroup>
  46. <PropertyGroup Label="UserMacros" />
  47. <PropertyGroup />
  48. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  49. <ClCompile>
  50. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  51. <WarningLevel>Level3</WarningLevel>
  52. <Optimization>Disabled</Optimization>
  53. <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_STATIC_LINK;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  54. <AdditionalIncludeDirectories>../../../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  55. </ClCompile>
  56. <Link>
  57. <SubSystem>Windows</SubSystem>
  58. <GenerateDebugInformation>true</GenerateDebugInformation>
  59. </Link>
  60. </ItemDefinitionGroup>
  61. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  62. <ClCompile>
  63. <WarningLevel>Level3</WarningLevel>
  64. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  65. <Optimization>MaxSpeed</Optimization>
  66. <FunctionLevelLinking>true</FunctionLevelLinking>
  67. <IntrinsicFunctions>true</IntrinsicFunctions>
  68. <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_STATIC_LINK;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  69. <AdditionalIncludeDirectories>../../../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  70. </ClCompile>
  71. <Link>
  72. <SubSystem>Windows</SubSystem>
  73. <GenerateDebugInformation>true</GenerateDebugInformation>
  74. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  75. <OptimizeReferences>true</OptimizeReferences>
  76. </Link>
  77. </ItemDefinitionGroup>
  78. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  79. <ImportGroup Label="ExtensionTargets">
  80. </ImportGroup>
  81. </Project>