diff options
Diffstat (limited to 'fluent-bit/lib/librdkafka-2.1.0/win32/common.vcxproj')
-rw-r--r-- | fluent-bit/lib/librdkafka-2.1.0/win32/common.vcxproj | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/win32/common.vcxproj b/fluent-bit/lib/librdkafka-2.1.0/win32/common.vcxproj deleted file mode 100644 index 850602c3..00000000 --- a/fluent-bit/lib/librdkafka-2.1.0/win32/common.vcxproj +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project 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> - - <PropertyGroup> - <!-- Assume Visual Studio 2013 / 12.0 as the default --> - <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion> - </PropertyGroup> - <!-- Visual Studio 2013 (12.0) --> - <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'"> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <!-- Visual Studio 2015 (14.0) --> - <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'"> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <!-- Visual Studio 2017 (15.0) --> - <PropertyGroup Condition="'$(VisualStudioVersion)' == '15.0'"> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <!-- Visual Studio 2019 (16.0) --> - <PropertyGroup Condition="'$(VisualStudioVersion)' == '16.0'"> - <PlatformToolset>v142</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> - <UseDebugLibraries>true</UseDebugLibraries> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> - <UseDebugLibraries>false</UseDebugLibraries> - </PropertyGroup> - <PropertyGroup Label="Configuration"> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup> - <BuildOutputDir>$(SolutionDir)\outdir\$(PlatformToolSet)\$(Platform)\$(Configuration)\</BuildOutputDir> - <BuildIntDir>interim\$(PlatformToolSet)\$(Platform)\$(Configuration)\</BuildIntDir> - </PropertyGroup> - - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - - - <PropertyGroup Label="Configuration"> - <WholeProgramOptimization>true</WholeProgramOptimization> - </PropertyGroup> - - <PropertyGroup> - <OutDir>$(BuildOutputDir)</OutDir> - <IntDir>$(BuildIntDir)</IntDir> - </PropertyGroup> - - <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> - <LinkIncremental>false</LinkIncremental> - <UseDebugLibraries>false</UseDebugLibraries> - </PropertyGroup> - - <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> - <LinkIncremental>true</LinkIncremental> - <UseDebugLibraries>true</UseDebugLibraries> - </PropertyGroup> - -</Project> |