simplepost.vcxproj 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" 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)simplepost-files.vcxproj" />
  6. <PropertyGroup Label="Globals">
  7. <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
  8. <Keyword>Win32Proj</Keyword>
  9. <RootNamespace>simplepost</RootNamespace>
  10. </PropertyGroup>
  11. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  12. <PropertyGroup>
  13. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration">
  16. <ConfigurationType>Application</ConfigurationType>
  17. <UseDebugLibraries>true</UseDebugLibraries>
  18. <PlatformToolset>v120</PlatformToolset>
  19. <CharacterSet>Unicode</CharacterSet>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'" Label="Configuration">
  22. <ConfigurationType>Application</ConfigurationType>
  23. <UseDebugLibraries>true</UseDebugLibraries>
  24. <PlatformToolset>v120</PlatformToolset>
  25. <CharacterSet>Unicode</CharacterSet>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)'=='Release-static'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <PlatformToolset>v120</PlatformToolset>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)'=='Release-dll'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v120</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  42. <ImportGroup Label="ExtensionSettings">
  43. </ImportGroup>
  44. <ImportGroup Label="PropertySheets">
  45. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  46. </ImportGroup>
  47. <Import Project="$(MhdW32Common)common-build-settings.props" />
  48. <Import Project="$(MhdW32Common)apps-build-settings.props" />
  49. <PropertyGroup />
  50. <ItemDefinitionGroup>
  51. <ClCompile />
  52. <Link />
  53. <ProjectReference />
  54. </ItemDefinitionGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  56. <ImportGroup Label="ExtensionTargets">
  57. </ImportGroup>
  58. </Project>