WINHTTPS.vcxproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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. <VCProjectVersion>17.0</VCProjectVersion>
  15. <ProjectGuid>{6DBF8756-04C2-4D25-A1BC-9DD27F45D5FA}</ProjectGuid>
  16. <RootNamespace>WINHTTPS</RootNamespace>
  17. <Keyword>Win32Proj</Keyword>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  21. <ConfigurationType>Application</ConfigurationType>
  22. <PlatformToolset>v143</PlatformToolset>
  23. <CharacterSet>Unicode</CharacterSet>
  24. <WholeProgramOptimization>true</WholeProgramOptimization>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <ConfigurationType>Application</ConfigurationType>
  28. <PlatformToolset>v143</PlatformToolset>
  29. <CharacterSet>Unicode</CharacterSet>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. </ImportGroup>
  34. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. </ImportGroup>
  37. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <PropertyGroup Label="UserMacros" />
  41. <PropertyGroup>
  42. <_ProjectFileVersion>17.0.32203.90</_ProjectFileVersion>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  45. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  46. <IntDir>$(Configuration)\</IntDir>
  47. <LinkIncremental>true</LinkIncremental>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  50. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  51. <IntDir>$(Configuration)\</IntDir>
  52. <LinkIncremental>false</LinkIncremental>
  53. </PropertyGroup>
  54. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  55. <ClCompile>
  56. <Optimization>Disabled</Optimization>
  57. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  58. <MinimalRebuild>true</MinimalRebuild>
  59. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  60. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  61. <PrecompiledHeader>Use</PrecompiledHeader>
  62. <WarningLevel>Level3</WarningLevel>
  63. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  64. </ClCompile>
  65. <Link>
  66. <GenerateDebugInformation>true</GenerateDebugInformation>
  67. <SubSystem>Console</SubSystem>
  68. <TargetMachine>MachineX86</TargetMachine>
  69. </Link>
  70. </ItemDefinitionGroup>
  71. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  72. <ClCompile>
  73. <Optimization>MaxSpeed</Optimization>
  74. <IntrinsicFunctions>true</IntrinsicFunctions>
  75. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  76. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  77. <FunctionLevelLinking>true</FunctionLevelLinking>
  78. <PrecompiledHeader>Use</PrecompiledHeader>
  79. <WarningLevel>Level3</WarningLevel>
  80. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  81. </ClCompile>
  82. <Link>
  83. <GenerateDebugInformation>true</GenerateDebugInformation>
  84. <SubSystem>Console</SubSystem>
  85. <OptimizeReferences>true</OptimizeReferences>
  86. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  87. <TargetMachine>MachineX86</TargetMachine>
  88. </Link>
  89. </ItemDefinitionGroup>
  90. <ItemGroup>
  91. <ClCompile Include="HTTPItem.cpp" />
  92. <ClCompile Include="stdafx.cpp">
  93. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  94. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  95. </ClCompile>
  96. <ClCompile Include="WINHTTPS.cpp" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ClInclude Include="HTTPItem.h" />
  100. <ClInclude Include="stdafx.h" />
  101. <ClInclude Include="targetver.h" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Text Include="ReadMe.txt" />
  105. </ItemGroup>
  106. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  107. <ImportGroup Label="ExtensionTargets">
  108. </ImportGroup>
  109. </Project>