largepost.vcxproj 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. <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)\largepost-files.vcxproj" />
  39. <PropertyGroup Label="Globals">
  40. <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid>
  41. <Keyword>Win32Proj</Keyword>
  42. <RootNamespace>largepost</RootNamespace>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  45. <PropertyGroup>
  46. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  47. </PropertyGroup>
  48. <PropertyGroup Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
  51. <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
  52. <PlatformToolset>v141</PlatformToolset>
  53. <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
  63. <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" />
  64. <PropertyGroup />
  65. <ItemDefinitionGroup>
  66. <ClCompile />
  67. <Link />
  68. <ProjectReference />
  69. </ItemDefinitionGroup>
  70. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  71. <ImportGroup Label="ExtensionTargets">
  72. </ImportGroup>
  73. </Project>