tor-browser

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

WebBrowser.vcxproj (7741B)


      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     <SccProjectName />
     15     <SccLocalPath />
     16     <ProjectGuid>{EF903B79-AD97-45E0-BC6E-4FF846D6A2ED}</ProjectGuid>
     17     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
     18   </PropertyGroup>
     19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     20   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     21     <ConfigurationType>DynamicLibrary</ConfigurationType>
     22     <PlatformToolset>v142</PlatformToolset>
     23     <UseOfMfc>false</UseOfMfc>
     24     <CharacterSet>Unicode</CharacterSet>
     25     <SpectreMitigation>false</SpectreMitigation>
     26   </PropertyGroup>
     27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     28     <ConfigurationType>DynamicLibrary</ConfigurationType>
     29     <PlatformToolset>v142</PlatformToolset>
     30     <UseOfMfc>false</UseOfMfc>
     31     <CharacterSet>Unicode</CharacterSet>
     32     <WholeProgramOptimization>true</WholeProgramOptimization>
     33     <SpectreMitigation>false</SpectreMitigation>
     34   </PropertyGroup>
     35   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     36   <ImportGroup Label="ExtensionSettings">
     37   </ImportGroup>
     38   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     39     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     40     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
     41   </ImportGroup>
     42   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     43     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     44     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
     45   </ImportGroup>
     46   <PropertyGroup Label="UserMacros" />
     47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     48     <OutDir>.\Release\</OutDir>
     49     <IntDir>.\Release\</IntDir>
     50     <LinkIncremental>false</LinkIncremental>
     51   </PropertyGroup>
     52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     53     <OutDir>.\Debug\</OutDir>
     54     <IntDir>.\Debug\</IntDir>
     55     <LinkIncremental>true</LinkIncremental>
     56   </PropertyGroup>
     57   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     58     <ClCompile>
     59       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
     60       <StringPooling>true</StringPooling>
     61       <Optimization>MinSpace</Optimization>
     62       <SuppressStartupBanner>true</SuppressStartupBanner>
     63       <WarningLevel>Level3</WarningLevel>
     64       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     65       <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
     66       <DebugInformationFormat>None</DebugInformationFormat>
     67       <ExceptionHandling>false</ExceptionHandling>
     68       <BufferSecurityCheck>false</BufferSecurityCheck>
     69       <RuntimeTypeInfo>false</RuntimeTypeInfo>
     70       <IntrinsicFunctions>true</IntrinsicFunctions>
     71     </ClCompile>
     72     <Midl>
     73       <SuppressStartupBanner>true</SuppressStartupBanner>
     74       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     75       <TypeLibraryName>.\Release\WebBrowser.tlb</TypeLibraryName>
     76       <MkTypLibCompatible>true</MkTypLibCompatible>
     77       <TargetEnvironment>Win32</TargetEnvironment>
     78     </Midl>
     79     <ResourceCompile>
     80       <Culture>0x080a</Culture>
     81       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     82     </ResourceCompile>
     83     <Bscmake>
     84       <SuppressStartupBanner>true</SuppressStartupBanner>
     85       <OutputFile>.\Release\WebBrowser.bsc</OutputFile>
     86     </Bscmake>
     87     <Link>
     88       <SuppressStartupBanner>true</SuppressStartupBanner>
     89       <LinkDLL>true</LinkDLL>
     90       <SubSystem>Windows</SubSystem>
     91       <OutputFile>.\Release\WebBrowser.dll</OutputFile>
     92       <ImportLibrary>.\Release\WebBrowser.lib</ImportLibrary>
     93       <AdditionalDependencies>odbc32.lib;odbccp32.lib;urlmon.lib;%(AdditionalDependencies)</AdditionalDependencies>
     94       <GenerateDebugInformation>false</GenerateDebugInformation>
     95       <OptimizeReferences>true</OptimizeReferences>
     96       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
     97       <EnableCOMDATFolding>true</EnableCOMDATFolding>
     98       <EntryPointSymbol>
     99       </EntryPointSymbol>
    100     </Link>
    101   </ItemDefinitionGroup>
    102   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    103     <ClCompile>
    104       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    105       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
    106       <Optimization>Disabled</Optimization>
    107       <SuppressStartupBanner>true</SuppressStartupBanner>
    108       <WarningLevel>Level3</WarningLevel>
    109       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    110       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    111       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    112       <ExceptionHandling>false</ExceptionHandling>
    113       <LanguageStandard>Default</LanguageStandard>
    114     </ClCompile>
    115     <Midl>
    116       <SuppressStartupBanner>true</SuppressStartupBanner>
    117       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    118       <TypeLibraryName>.\Debug\WebBrowser.tlb</TypeLibraryName>
    119       <MkTypLibCompatible>true</MkTypLibCompatible>
    120       <TargetEnvironment>Win32</TargetEnvironment>
    121     </Midl>
    122     <ResourceCompile>
    123       <Culture>0x080a</Culture>
    124       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    125     </ResourceCompile>
    126     <Bscmake>
    127       <SuppressStartupBanner>true</SuppressStartupBanner>
    128       <OutputFile>.\Debug\WebBrowser.bsc</OutputFile>
    129     </Bscmake>
    130     <Link>
    131       <SuppressStartupBanner>true</SuppressStartupBanner>
    132       <LinkDLL>true</LinkDLL>
    133       <GenerateDebugInformation>true</GenerateDebugInformation>
    134       <SubSystem>Windows</SubSystem>
    135       <OutputFile>.\Debug\WebBrowser.dll</OutputFile>
    136       <ImportLibrary>.\Debug\WebBrowser.lib</ImportLibrary>
    137       <AdditionalDependencies>odbc32.lib;odbccp32.lib;urlmon.lib;%(AdditionalDependencies)</AdditionalDependencies>
    138       <OptimizeReferences>false</OptimizeReferences>
    139       <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
    140     </Link>
    141   </ItemDefinitionGroup>
    142   <ItemGroup>
    143     <ClCompile Include="CustomFunctions.cpp" />
    144     <ClCompile Include="exdll.cpp" />
    145     <ClCompile Include="main.cpp" />
    146     <ClCompile Include="Timers.cpp" />
    147     <ClCompile Include="WebBrowser.cpp" />
    148   </ItemGroup>
    149   <ItemGroup>
    150     <ClInclude Include="exdll.h" />
    151     <ClInclude Include="resource.h" />
    152     <ClInclude Include="WebBrowser.h" />
    153   </ItemGroup>
    154   <ItemGroup>
    155     <ResourceCompile Include="resource.rc" />
    156   </ItemGroup>
    157   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    158   <ImportGroup Label="ExtensionTargets">
    159   </ImportGroup>
    160 </Project>