hellobrowser.vcxproj 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. <Import Project="$(MhdW32Common)project-configs.props" />
  5. <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" />
  6. <PropertyGroup Label="Globals">
  7. <VCProjectVersion>16.0</VCProjectVersion>
  8. <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
  9. <Keyword>Win32Proj</Keyword>
  10. <RootNamespace>hellobrowser</RootNamespace>
  11. </PropertyGroup>
  12. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  13. <PropertyGroup>
  14. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  15. </PropertyGroup>
  16. <PropertyGroup Label="Configuration">
  17. <ConfigurationType>Application</ConfigurationType>
  18. <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
  19. <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
  20. <PlatformToolset>v142</PlatformToolset>
  21. <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
  22. <CharacterSet>Unicode</CharacterSet>
  23. </PropertyGroup>
  24. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  25. <ImportGroup Label="ExtensionSettings">
  26. </ImportGroup>
  27. <ImportGroup Label="PropertySheets">
  28. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  29. </ImportGroup>
  30. <Import Project="$(MhdW32Common)common-build-settings.props" />
  31. <Import Project="$(MhdW32Common)apps-build-settings.props" />
  32. <PropertyGroup />
  33. <ItemDefinitionGroup>
  34. <ClCompile />
  35. <Link />
  36. <ProjectReference />
  37. </ItemDefinitionGroup>
  38. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  39. <ImportGroup Label="ExtensionTargets">
  40. </ImportGroup>
  41. </Project>