tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

HttpPostFile.vcxproj (3060B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Release|Win32">
      5       <Configuration>Release</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8   </ItemGroup>
      9   <PropertyGroup Label="Globals">
     10     <VCProjectVersion>16.0</VCProjectVersion>
     11     <Keyword>Win32Proj</Keyword>
     12     <ProjectGuid>{a8bf99fd-8603-4137-862a-1d14268d7812}</ProjectGuid>
     13     <RootNamespace>HttpPostFile</RootNamespace>
     14     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
     15   </PropertyGroup>
     16   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     17   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     18     <ConfigurationType>DynamicLibrary</ConfigurationType>
     19     <UseDebugLibraries>false</UseDebugLibraries>
     20     <PlatformToolset>v142</PlatformToolset>
     21     <WholeProgramOptimization>true</WholeProgramOptimization>
     22     <CharacterSet>Unicode</CharacterSet>
     23   </PropertyGroup>
     24   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     25   <ImportGroup Label="ExtensionSettings">
     26   </ImportGroup>
     27   <ImportGroup Label="Shared">
     28   </ImportGroup>
     29   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     30     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     31   </ImportGroup>
     32   <PropertyGroup Label="UserMacros" />
     33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     34     <LinkIncremental>false</LinkIncremental>
     35   </PropertyGroup>
     36   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     37     <ClCompile>
     38       <WarningLevel>Level3</WarningLevel>
     39       <FunctionLevelLinking>true</FunctionLevelLinking>
     40       <IntrinsicFunctions>true</IntrinsicFunctions>
     41       <PreprocessorDefinitions>WINVER=0x601;_WIN32_WINNT=0x601;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     42       <ConformanceMode>true</ConformanceMode>
     43       <OmitDefaultLibName>true</OmitDefaultLibName>
     44       <ExceptionHandling>false</ExceptionHandling>
     45       <SDLCheck>false</SDLCheck>
     46       <BufferSecurityCheck>false</BufferSecurityCheck>
     47     </ClCompile>
     48     <Link>
     49       <SubSystem>Console</SubSystem>
     50       <EnableCOMDATFolding>true</EnableCOMDATFolding>
     51       <OptimizeReferences>true</OptimizeReferences>
     52       <GenerateDebugInformation>true</GenerateDebugInformation>
     53       <AdditionalDependencies>wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
     54       <EntryPointSymbol>DllMain</EntryPointSymbol>
     55     </Link>
     56   </ItemDefinitionGroup>
     57   <ItemGroup>
     58     <ClCompile Include="HttpPostFile.cpp" />
     59   </ItemGroup>
     60   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     61   <ImportGroup Label="ExtensionTargets">
     62   </ImportGroup>
     63 </Project>