34 lines
1.4 KiB
XML
34 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|X64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>X64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|X64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>X64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="FDBLibTLSPlugin.h" />
|
|
<ClCompile Include="FDBLibTLSPlugin.cpp" />
|
|
<ClInclude Include="FDBLibTLSPolicy.h" />
|
|
<ClCompile Include="FDBLibTLSPolicy.cpp" />
|
|
<ClInclude Include="FDBLibTLSVerify.h" />
|
|
<ClCompile Include="FDBLibTLSVerify.cpp" />
|
|
<ClInclude Include="FDBLibTLSSession.h" />
|
|
<ClCompile Include="FDBLibTLSSession.cpp" />
|
|
</ItemGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|X64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|X64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
</Project>
|