324 lines
17 KiB
XML
324 lines
17 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="4.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="Debug|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="EClientSocketSSL.cpp" />
|
|||
|
<ClCompile Include="EReaderSSL.cpp" />
|
|||
|
<ClCompile Include="ESocketSSL.cpp" />
|
|||
|
<ClCompile Include="StdAfx.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="EClientSocketSSL.h" />
|
|||
|
<ClInclude Include="EReaderSSL.h" />
|
|||
|
<ClInclude Include="ESocketSSL.h" />
|
|||
|
<ClInclude Include="StdAfx.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="res\TwsSocketClientSSL.rc2" />
|
|||
|
<None Include="TwsSocketClientSSL.def" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ResourceCompile Include="TwsSocketClientSSL.rc" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\client\TwsSocketClient.vcxproj">
|
|||
|
<Project>{e9c3126e-cea8-41a8-a714-7644b016db3c}</Project>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{8F050D05-30A1-4AC1-9A9E-C655A617FFD4}</ProjectGuid>
|
|||
|
<RootNamespace>TwsSocketClientSSL</RootNamespace>
|
|||
|
<Keyword>MFCProj</Keyword>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v110_xp</PlatformToolset>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v110_xp</PlatformToolset>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v110_xp</PlatformToolset>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v110_xp</PlatformToolset>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
</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)'=='Debug|x64'" 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>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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>
|
|||
|
<_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>.\Release\</OutDir>
|
|||
|
<IntDir>.\Release\</IntDir>
|
|||
|
<LinkIncremental>false</LinkIncremental>
|
|||
|
<SourcePath>$(SourcePath)</SourcePath>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<LinkIncremental>false</LinkIncremental>
|
|||
|
<SourcePath>../Shared;$(SourcePath)</SourcePath>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<OutDir>.\Debug\</OutDir>
|
|||
|
<IntDir>.\Debug\</IntDir>
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
<SourcePath>$(SourcePath)</SourcePath>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
<SourcePath>../Shared;$(SourcePath)</SourcePath>
|
|||
|
<IncludePath>C:\Eclipse-workspace\tws-api\source\cppclient\client;C:\OpenSSL\include;$(IncludePath)</IncludePath>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<Midl>
|
|||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|||
|
<TypeLibraryName>.\Release/TwsSocketClientSSL.tlb</TypeLibraryName>
|
|||
|
<HeaderFileName />
|
|||
|
</Midl>
|
|||
|
<ClCompile>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|||
|
<AdditionalIncludeDirectories>C:\OpenSSL-Win32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;TWSAPISSLDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<StringPooling>true</StringPooling>
|
|||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|||
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|||
|
<PrecompiledHeaderOutputFile>.\Release/TwsSocketClientSSL.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>.\Release/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>.\Release/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
|
|||
|
<BrowseInformation>true</BrowseInformation>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<DisableSpecificWarnings>4355;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
<AdditionalIncludeDirectories>h:\tws-api\interop\shared;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ResourceCompile>
|
|||
|
<Link>
|
|||
|
<OutputFile>.\Release/TwsSocketClientSSL.dll</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<ModuleDefinitionFile>.\TwsSocketClientSSL.def</ModuleDefinitionFile>
|
|||
|
<ProgramDatabaseFile>.\Release/TwsSocketClientSSL.pdb</ProgramDatabaseFile>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<ImportLibrary>..\lib\TwsSocketClientSSL.lib</ImportLibrary>
|
|||
|
<TargetMachine>MachineX86</TargetMachine>
|
|||
|
<AdditionalDependencies>Ws2_32.lib;libeay32MD.lib;ssleay32MD.lib;Crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>C:\OpenSSL-Win32\lib\VC\static;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
</Link>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>.\Release/TwsSocketClientSSL.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
<PostBuildEvent>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
</PostBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<Midl>
|
|||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<TypeLibraryName>.\Release/TwsSocketClientSSL.tlb</TypeLibraryName>
|
|||
|
<HeaderFileName>
|
|||
|
</HeaderFileName>
|
|||
|
</Midl>
|
|||
|
<ClCompile>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|||
|
<AdditionalIncludeDirectories>C:\OpenSSL-Win32\include;../Shared;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;TWSAPISSLDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<StringPooling>true</StringPooling>
|
|||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|||
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|||
|
<PrecompiledHeaderOutputFile>.\Release/TwsSocketClientSSL.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>.\Release/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>.\Release/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
|
|||
|
<BrowseInformation>true</BrowseInformation>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<DisableSpecificWarnings>4355;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
<AdditionalIncludeDirectories>h:\tws-api\interop\shared;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ResourceCompile>
|
|||
|
<Link>
|
|||
|
<OutputFile>.\Release/TwsSocketClientSSL.dll</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<ModuleDefinitionFile>.\TwsSocketClientSSL.def</ModuleDefinitionFile>
|
|||
|
<ProgramDatabaseFile>.\Release/TwsSocketClientSSL.pdb</ProgramDatabaseFile>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<ImportLibrary>..\lib\TwsSocketClientSSL.lib</ImportLibrary>
|
|||
|
<AdditionalDependencies>Ws2_32.lib;libeay32MD.lib;ssleay32MD.lib;Crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>C:\OpenSSL-Win32\lib\VC\static;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
</Link>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>.\Release/TwsSocketClientSSL.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
<PostBuildEvent>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
</PostBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<Midl>
|
|||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|||
|
<TypeLibraryName>.\Debug/TwsSocketClientSSL.tlb</TypeLibraryName>
|
|||
|
<HeaderFileName />
|
|||
|
</Midl>
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>C:\OpenSSL-Win32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;TWSAPISSLDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|||
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|||
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|||
|
<PrecompiledHeaderOutputFile>.\Debug/TwsSocketClientSSL.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>.\Debug/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|||
|
<DisableSpecificWarnings>4355;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
<AdditionalIncludeDirectories>h:\tws-api\interop\shared;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ResourceCompile>
|
|||
|
<Link>
|
|||
|
<OutputFile>.\Debug/TwsSocketClientSSL.dll</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<ModuleDefinitionFile>.\TwsSocketClientSSL.def</ModuleDefinitionFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<ProgramDatabaseFile>.\Debug/TwsSocketClientSSL.pdb</ProgramDatabaseFile>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<ImportLibrary>.\Debug/TwsSocketClientSSL.lib</ImportLibrary>
|
|||
|
<TargetMachine>MachineX86</TargetMachine>
|
|||
|
<AdditionalDependencies>Ws2_32.lib;libeay32MDd.lib;ssleay32MDd.lib;Crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>C:\OpenSSL-Win32\lib\VC\static;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
</Link>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>.\Debug/TwsSocketClientSSL.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
<PostBuildEvent>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
</PostBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<Midl>
|
|||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<TypeLibraryName>.\Debug/TwsSocketClientSSL.tlb</TypeLibraryName>
|
|||
|
<HeaderFileName>
|
|||
|
</HeaderFileName>
|
|||
|
</Midl>
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>C:\OpenSSL-Win32\include;../Shared;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;TWSAPISSLDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|||
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|||
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|||
|
<PrecompiledHeaderOutputFile>.\Debug/TwsSocketClientSSL.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>.\Debug/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<DisableSpecificWarnings>4355;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
<AdditionalIncludeDirectories>h:\tws-api\interop\shared;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ResourceCompile>
|
|||
|
<Link>
|
|||
|
<OutputFile>.\Debug/TwsSocketClientSSL.dll</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<ModuleDefinitionFile>.\TwsSocketClientSSL.def</ModuleDefinitionFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<ProgramDatabaseFile>.\Debug/TwsSocketClientSSL.pdb</ProgramDatabaseFile>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<ImportLibrary>.\Debug/TwsSocketClientSSL.lib</ImportLibrary>
|
|||
|
<AdditionalDependencies>Ws2_32.lib;libeay32MDd.lib;ssleay32MDd.lib;Crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>C:\OpenSSL-Win32\lib\VC\static;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
</Link>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>.\Debug/TwsSocketClientSSL.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
<PostBuildEvent>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
</PostBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|