hellobrowser.vcxproj 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
  4. <ItemGroup Label="ProjectConfigurations">
  5. <ProjectConfiguration Include="Debug-dll|Win32">
  6. <Configuration>Debug-dll</Configuration>
  7. <Platform>Win32</Platform>
  8. </ProjectConfiguration>
  9. <ProjectConfiguration Include="Debug-dll|x64">
  10. <Configuration>Debug-dll</Configuration>
  11. <Platform>x64</Platform>
  12. </ProjectConfiguration>
  13. <ProjectConfiguration Include="Debug-static|Win32">
  14. <Configuration>Debug-static</Configuration>
  15. <Platform>Win32</Platform>
  16. </ProjectConfiguration>
  17. <ProjectConfiguration Include="Debug-static|x64">
  18. <Configuration>Debug-static</Configuration>
  19. <Platform>x64</Platform>
  20. </ProjectConfiguration>
  21. <ProjectConfiguration Include="Release-dll|Win32">
  22. <Configuration>Release-dll</Configuration>
  23. <Platform>Win32</Platform>
  24. </ProjectConfiguration>
  25. <ProjectConfiguration Include="Release-dll|x64">
  26. <Configuration>Release-dll</Configuration>
  27. <Platform>x64</Platform>
  28. </ProjectConfiguration>
  29. <ProjectConfiguration Include="Release-static|Win32">
  30. <Configuration>Release-static</Configuration>
  31. <Platform>Win32</Platform>
  32. </ProjectConfiguration>
  33. <ProjectConfiguration Include="Release-static|x64">
  34. <Configuration>Release-static</Configuration>
  35. <Platform>x64</Platform>
  36. </ProjectConfiguration>
  37. </ItemGroup>
  38. <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" />
  39. <PropertyGroup Label="Globals">
  40. <VCProjectVersion>16.0</VCProjectVersion>
  41. <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
  42. <Keyword>Win32Proj</Keyword>
  43. <RootNamespace>hellobrowser</RootNamespace>
  44. </PropertyGroup>
  45. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  46. <PropertyGroup>
  47. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  48. </PropertyGroup>
  49. <PropertyGroup Label="Configuration">
  50. <ConfigurationType>Application</ConfigurationType>
  51. <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
  52. <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
  53. <PlatformToolset>v142</PlatformToolset>
  54. <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
  64. <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" />
  65. <PropertyGroup />
  66. <ItemDefinitionGroup>
  67. <ClCompile />
  68. <Link />
  69. <ProjectReference />
  70. </ItemDefinitionGroup>
  71. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  72. <ImportGroup Label="ExtensionTargets">
  73. </ImportGroup>
  74. </Project>