Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="utf-8"?>↩
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">↩
<ItemGroup Label="ProjectConfigurations">↩
<ProjectConfiguration Include="Debug|Win32">↩
<Configuration>Debug</Configuration>↩
<Platform>Win32</Platform>↩
</ProjectConfiguration>↩
<ProjectConfiguration Include="Release|Win32">↩
<Configuration>Release</Configuration>↩
<Platform>Win32</Platform>↩
</ProjectConfiguration>↩
</ItemGroup>↩
<ItemGroup>↩
<ClCompile Include="InetBgDL.cpp" />↩
</ItemGroup>↩
<ItemGroup>↩
<ClInclude Include="InetBgDL.h" />↩
</ItemGroup>↩
<PropertyGroup Label="Globals">↩
<VCProjectVersion>16.0</VCProjectVersion>↩
<ProjectGuid>{B9B76BC4-5C6C-4808-AC23-2C10126CDFC0}</ProjectGuid>↩
<Keyword>Win32Proj</Keyword>↩
<RootNamespace>InetBgDl</RootNamespace>↩
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>↩
</PropertyGroup>↩
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />↩
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">↩
<ConfigurationType>DynamicLibrary</ConfigurationType>↩
<UseDebugLibraries>true</UseDebugLibraries>↩
<PlatformToolset>v142</PlatformToolset>↩
<CharacterSet>Unicode</CharacterSet>↩
</PropertyGroup>↩
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">↩
<ConfigurationType>DynamicLibrary</ConfigurationType>↩
<UseDebugLibraries>false</UseDebugLibraries>↩
<PlatformToolset>v142</PlatformToolset>↩
<WholeProgramOptimization>true</WholeProgramOptimization>↩
<CharacterSet>Unicode</CharacterSet>↩
</PropertyGroup>↩
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />↩
<ImportGroup Label="ExtensionSettings">↩
</ImportGroup>↩
<ImportGroup Label="Shared">↩
</ImportGroup>↩
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">↩
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />↩
</ImportGroup>↩
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">↩
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />↩
</ImportGroup>↩
<PropertyGroup Label="UserMacros" />↩
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">↩
<LinkIncremental>true</LinkIncremental>↩
</PropertyGroup>↩
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">↩
<LinkIncremental>false</LinkIncremental>↩
</PropertyGroup>↩
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">↩
<ClCompile>↩
<PrecompiledHeader>NotUsing</PrecompiledHeader>↩
<WarningLevel>Level3</WarningLevel>↩
<Optimization>Disabled</Optimization>↩
<SDLCheck>false</SDLCheck>↩
<PreprocessorDefinitions>WINVER=0x601;_WIN32_WINNT=0x601;WIN32;_DEBUG;INETBGDL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>↩
<ConformanceMode>true</ConformanceMode>↩
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>↩
<ExceptionHandling>false</ExceptionHandling>↩
</ClCompile>↩
<Link>↩
<SubSystem>Console</SubSystem>↩
<GenerateDebugInformation>true</GenerateDebugInformation>↩
<EnableUAC>false</EnableUAC>↩
<AdditionalDependencies>wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>↩
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>↩
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>↩
</Link>↩
</ItemDefinitionGroup>↩
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">↩
<ClCompile>↩
<PrecompiledHeader>NotUsing</PrecompiledHeader>↩
<WarningLevel>Level3</WarningLevel>↩
<Optimization>MinSpace</Optimization>↩
<FunctionLevelLinking>true</FunctionLevelLinking>↩
<IntrinsicFunctions>true</IntrinsicFunctions>↩
<SDLCheck>false</SDLCheck>↩
<PreprocessorDefinitions>WINVER=0x601;_WIN32_WINNT=0x601;WIN32;NDEBUG;INETBGDL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>↩
<ExceptionHandling>false</ExceptionHandling>↩
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>↩
<OmitDefaultLibName>true</OmitDefaultLibName>↩
<BufferSecurityCheck>false</BufferSecurityCheck>↩
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>↩
</ClCompile>↩
<Link>↩
<SubSystem>Console</SubSystem>↩
<EnableCOMDATFolding>true</EnableCOMDATFolding>↩
<OptimizeReferences>true</OptimizeReferences>↩
<GenerateDebugInformation>false</GenerateDebugInformation>↩
<EnableUAC>false</EnableUAC>↩
<AdditionalDependencies>wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>↩
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>↩
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>↩
<EntryPointSymbol>DllMain</EntryPointSymbol>↩
</Link>↩
</ItemDefinitionGroup>↩
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />↩
<ImportGroup Label="ExtensionTargets">↩
</ImportGroup>↩
</Project>