160 lines
No EOL
7.6 KiB
XML
160 lines
No EOL
7.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" 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>
|
|
<PropertyGroup Label="Globals">
|
|
<SccProjectName />
|
|
<SccLocalPath />
|
|
<ProjectGuid>{EF903B79-AD97-45E0-BC6E-4FF846D6A2ED}</ProjectGuid>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<SpectreMitigation>false</SpectreMitigation>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<SpectreMitigation>false</SpectreMitigation>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>.\Release\</OutDir>
|
|
<IntDir>.\Release\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>.\Debug\</OutDir>
|
|
<IntDir>.\Debug\</IntDir>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<StringPooling>true</StringPooling>
|
|
<Optimization>MinSpace</Optimization>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
</ClCompile>
|
|
<Midl>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<TypeLibraryName>.\Release\WebBrowser.tlb</TypeLibraryName>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
</Midl>
|
|
<ResourceCompile>
|
|
<Culture>0x080a</Culture>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>.\Release\WebBrowser.bsc</OutputFile>
|
|
</Bscmake>
|
|
<Link>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<LinkDLL>true</LinkDLL>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OutputFile>.\Release\WebBrowser.dll</OutputFile>
|
|
<ImportLibrary>.\Release\WebBrowser.lib</ImportLibrary>
|
|
<AdditionalDependencies>odbc32.lib;odbccp32.lib;urlmon.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<EntryPointSymbol>
|
|
</EntryPointSymbol>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
<Optimization>Disabled</Optimization>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<LanguageStandard>Default</LanguageStandard>
|
|
</ClCompile>
|
|
<Midl>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<TypeLibraryName>.\Debug\WebBrowser.tlb</TypeLibraryName>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
</Midl>
|
|
<ResourceCompile>
|
|
<Culture>0x080a</Culture>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>.\Debug\WebBrowser.bsc</OutputFile>
|
|
</Bscmake>
|
|
<Link>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<LinkDLL>true</LinkDLL>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OutputFile>.\Debug\WebBrowser.dll</OutputFile>
|
|
<ImportLibrary>.\Debug\WebBrowser.lib</ImportLibrary>
|
|
<AdditionalDependencies>odbc32.lib;odbccp32.lib;urlmon.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="CustomFunctions.cpp" />
|
|
<ClCompile Include="exdll.cpp" />
|
|
<ClCompile Include="main.cpp" />
|
|
<ClCompile Include="Timers.cpp" />
|
|
<ClCompile Include="WebBrowser.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="exdll.h" />
|
|
<ClInclude Include="resource.h" />
|
|
<ClInclude Include="WebBrowser.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="resource.rc" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |