libwebbrowser.vcxproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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>{2155C935-A29C-4E9A-9702-2B2713910CBD}</ProjectGuid>
  15. <RootNamespace>libwebbrowser</RootNamespace>
  16. <Keyword>MFCDLLProj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. <UseOfMfc>Dynamic</UseOfMfc>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <UseDebugLibraries>false</UseDebugLibraries>
  28. <WholeProgramOptimization>true</WholeProgramOptimization>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. <UseOfMfc>Dynamic</UseOfMfc>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  33. <ImportGroup Label="ExtensionSettings">
  34. </ImportGroup>
  35. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <PropertyGroup Label="UserMacros" />
  42. <Import Project="..\libmake.setting" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44. <LinkIncremental>true</LinkIncremental>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  47. <LinkIncremental>false</LinkIncremental>
  48. </PropertyGroup>
  49. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  50. <ClCompile>
  51. <PrecompiledHeader>Use</PrecompiledHeader>
  52. <WarningLevel>Level3</WarningLevel>
  53. <Optimization>Disabled</Optimization>
  54. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  55. <AdditionalIncludeDirectories>$(ThirdPartyHeadRoot)\webbrowser\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  56. </ClCompile>
  57. <Link>
  58. <SubSystem>Windows</SubSystem>
  59. <GenerateDebugInformation>true</GenerateDebugInformation>
  60. <ModuleDefinitionFile>.\libwebbrowser.def</ModuleDefinitionFile>
  61. </Link>
  62. <Midl>
  63. <MkTypLibCompatible>false</MkTypLibCompatible>
  64. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  65. </Midl>
  66. <ResourceCompile>
  67. <Culture>0x0804</Culture>
  68. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  69. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  70. </ResourceCompile>
  71. </ItemDefinitionGroup>
  72. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  73. <ClCompile>
  74. <WarningLevel>Level3</WarningLevel>
  75. <PrecompiledHeader>Use</PrecompiledHeader>
  76. <Optimization>MaxSpeed</Optimization>
  77. <FunctionLevelLinking>true</FunctionLevelLinking>
  78. <IntrinsicFunctions>true</IntrinsicFunctions>
  79. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  80. </ClCompile>
  81. <Link>
  82. <SubSystem>Windows</SubSystem>
  83. <GenerateDebugInformation>true</GenerateDebugInformation>
  84. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  85. <OptimizeReferences>true</OptimizeReferences>
  86. <ModuleDefinitionFile>.\libwebbrowser.def</ModuleDefinitionFile>
  87. </Link>
  88. <Midl>
  89. <MkTypLibCompatible>false</MkTypLibCompatible>
  90. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. </Midl>
  92. <ResourceCompile>
  93. <Culture>0x0804</Culture>
  94. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  96. </ResourceCompile>
  97. </ItemDefinitionGroup>
  98. <ItemGroup>
  99. <None Include="libwebbrowser.def" />
  100. <None Include="ReadMe.txt" />
  101. <None Include="res\libwebbrowser.rc2" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ClCompile Include="ClibwebbrowserApp.cpp" />
  105. <ClCompile Include="CWebBrowserDlg.cpp" />
  106. <ClCompile Include="$(ThirdPartyHeadRoot)\webbrowser\src\explorer1.cpp" />
  107. <ClCompile Include="libwebbrowser.cpp" />
  108. <ClCompile Include="stdafx.cpp">
  109. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  110. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  111. </ClCompile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ClInclude Include="ClibwebbrowserApp.h" />
  115. <ClInclude Include="CWebBrowserDlg.h" />
  116. <ClInclude Include="$(ThirdPartyHeadRoot)\webbrowser\include\explorer1.h" />
  117. <ClInclude Include="libwebbrowser.h" />
  118. <ClInclude Include="Resource.h" />
  119. <ClInclude Include="stdafx.h" />
  120. <ClInclude Include="targetver.h" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <ResourceCompile Include="libwebbrowser.rc" />
  124. </ItemGroup>
  125. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  126. <ImportGroup Label="ExtensionTargets">
  127. </ImportGroup>
  128. <ProjectExtensions>
  129. <VisualStudio>
  130. <UserProperties RESOURCE_FILE="libwebbrowser.rc" _x007B_8856F961-340A-11D0-A96B-00C04FD705A2_x007D_="CExplorer1" />
  131. </VisualStudio>
  132. </ProjectExtensions>
  133. </Project>