Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restore vcxproj changes
  • Loading branch information
emasab committed Apr 2, 2023
commit defc55cf72368c2ba76455d6b06bc76fbfcf72c3
14 changes: 0 additions & 14 deletions win32/librdkafka.vcxproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PackageId>librdkafka.redist</PackageId>
<Authors>Magnus Edenhill</Authors>
<BuildOutputTargetFolder>artifacts</BuildOutputTargetFolder>
<PackageDescription>The Apache Kafka C/C++ client library - redistributable</PackageDescription>
<TargetFrameworks>native</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{4BEBB59C-477B-4F7A-8AE8-4228D0861E54}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>librdkafka</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<EnableManagedPackageReferenceSupport>true</EnableManagedPackageReferenceSupport>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
Expand Down Expand Up @@ -262,11 +254,5 @@
<ItemGroup>
<None Include="..\README.win32" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NuGet.Build.Tasks.Pack">
<Version>6.5.0</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>