tor-browser

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

CertCheck.vcxproj (8697B)


      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     <ProjectConfiguration Include="Debug|x64">
     13       <Configuration>Debug</Configuration>
     14       <Platform>x64</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <VCProjectVersion>15.0</VCProjectVersion>
     23     <ProjectGuid>{83D56BCB-B9D1-44AB-BC96-9EA8A645CB0D}</ProjectGuid>
     24     <Keyword>Win32Proj</Keyword>
     25     <RootNamespace>CertCheck</RootNamespace>
     26     <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
     27   </PropertyGroup>
     28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     30     <ConfigurationType>DynamicLibrary</ConfigurationType>
     31     <UseDebugLibraries>true</UseDebugLibraries>
     32     <PlatformToolset>v141</PlatformToolset>
     33     <CharacterSet>Unicode</CharacterSet>
     34   </PropertyGroup>
     35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     36     <ConfigurationType>DynamicLibrary</ConfigurationType>
     37     <UseDebugLibraries>false</UseDebugLibraries>
     38     <PlatformToolset>v141</PlatformToolset>
     39     <WholeProgramOptimization>true</WholeProgramOptimization>
     40     <CharacterSet>Unicode</CharacterSet>
     41   </PropertyGroup>
     42   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     43     <ConfigurationType>DynamicLibrary</ConfigurationType>
     44     <UseDebugLibraries>true</UseDebugLibraries>
     45     <PlatformToolset>v141</PlatformToolset>
     46     <CharacterSet>Unicode</CharacterSet>
     47   </PropertyGroup>
     48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     49     <ConfigurationType>DynamicLibrary</ConfigurationType>
     50     <UseDebugLibraries>false</UseDebugLibraries>
     51     <PlatformToolset>v141</PlatformToolset>
     52     <WholeProgramOptimization>true</WholeProgramOptimization>
     53     <CharacterSet>Unicode</CharacterSet>
     54   </PropertyGroup>
     55   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     56   <ImportGroup Label="ExtensionSettings">
     57   </ImportGroup>
     58   <ImportGroup Label="Shared">
     59   </ImportGroup>
     60   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     62   </ImportGroup>
     63   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     65   </ImportGroup>
     66   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     68   </ImportGroup>
     69   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     71   </ImportGroup>
     72   <PropertyGroup Label="UserMacros" />
     73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
     74   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
     75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     76     <LinkIncremental>false</LinkIncremental>
     77   </PropertyGroup>
     78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     79     <LinkIncremental>false</LinkIncremental>
     80   </PropertyGroup>
     81   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     82     <ClCompile>
     83       <PrecompiledHeader>NotUsing</PrecompiledHeader>
     84       <WarningLevel>Level3</WarningLevel>
     85       <Optimization>Disabled</Optimization>
     86       <SDLCheck>false</SDLCheck>
     87       <PreprocessorDefinitions>WIN32;_DEBUG;CERTCHECK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     88       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     89       <BufferSecurityCheck>false</BufferSecurityCheck>
     90       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
     91     </ClCompile>
     92     <Link>
     93       <SubSystem>Windows</SubSystem>
     94       <GenerateDebugInformation>true</GenerateDebugInformation>
     95       <EntryPointSymbol>DllMain</EntryPointSymbol>
     96       <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
     97     </Link>
     98   </ItemDefinitionGroup>
     99   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    100     <ClCompile>
    101       <PrecompiledHeader>NotUsing</PrecompiledHeader>
    102       <WarningLevel>Level3</WarningLevel>
    103       <Optimization>Disabled</Optimization>
    104       <SDLCheck>false</SDLCheck>
    105       <PreprocessorDefinitions>_DEBUG;CERTCHECK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    106       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    107       <BufferSecurityCheck>false</BufferSecurityCheck>
    108       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
    109     </ClCompile>
    110     <Link>
    111       <SubSystem>Windows</SubSystem>
    112       <GenerateDebugInformation>true</GenerateDebugInformation>
    113       <EntryPointSymbol>DllMain</EntryPointSymbol>
    114       <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
    115     </Link>
    116   </ItemDefinitionGroup>
    117   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    118     <ClCompile>
    119       <PrecompiledHeader>NotUsing</PrecompiledHeader>
    120       <WarningLevel>Level3</WarningLevel>
    121       <Optimization>MaxSpeed</Optimization>
    122       <FunctionLevelLinking>true</FunctionLevelLinking>
    123       <IntrinsicFunctions>true</IntrinsicFunctions>
    124       <SDLCheck>false</SDLCheck>
    125       <PreprocessorDefinitions>WIN32;NDEBUG;CERTCHECK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    126       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    127       <OmitDefaultLibName>true</OmitDefaultLibName>
    128       <BufferSecurityCheck>false</BufferSecurityCheck>
    129       <WholeProgramOptimization>false</WholeProgramOptimization>
    130     </ClCompile>
    131     <Link>
    132       <SubSystem>Windows</SubSystem>
    133       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    134       <OptimizeReferences>true</OptimizeReferences>
    135       <EntryPointSymbol>DllMain</EntryPointSymbol>
    136       <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
    137       <GenerateDebugInformation>false</GenerateDebugInformation>
    138     </Link>
    139   </ItemDefinitionGroup>
    140   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    141     <ClCompile>
    142       <PrecompiledHeader>NotUsing</PrecompiledHeader>
    143       <WarningLevel>Level3</WarningLevel>
    144       <Optimization>MaxSpeed</Optimization>
    145       <FunctionLevelLinking>true</FunctionLevelLinking>
    146       <IntrinsicFunctions>true</IntrinsicFunctions>
    147       <SDLCheck>false</SDLCheck>
    148       <PreprocessorDefinitions>NDEBUG;CERTCHECK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    149       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    150       <OmitDefaultLibName>true</OmitDefaultLibName>
    151       <BufferSecurityCheck>false</BufferSecurityCheck>
    152       <WholeProgramOptimization>false</WholeProgramOptimization>
    153     </ClCompile>
    154     <Link>
    155       <SubSystem>Windows</SubSystem>
    156       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    157       <OptimizeReferences>true</OptimizeReferences>
    158       <EntryPointSymbol>DllMain</EntryPointSymbol>
    159       <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
    160       <GenerateDebugInformation>false</GenerateDebugInformation>
    161     </Link>
    162   </ItemDefinitionGroup>
    163   <ItemGroup>
    164     <ClCompile Include="CertCheck.cpp" />
    165   </ItemGroup>
    166   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    167   <ImportGroup Label="ExtensionTargets">
    168   </ImportGroup>
    169 </Project>