File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" packages\librdkafka.redist.0.11.6\build\librdkafka.redist.props" Condition =" Exists('packages\librdkafka.redist.0.11.6\build\librdkafka.redist.props')" />
43 <ItemGroup Label =" ProjectConfigurations" >
54 <ProjectConfiguration Include =" Debug|Win32" >
65 <Configuration >Debug</Configuration >
130129 </ItemGroup >
131130 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
132131 <ImportGroup Label =" ExtensionTargets" >
133- <Import Project =" packages\librdkafka.redist.1.0 .0\build\native\librdkafka.redist.targets" Condition =" Exists('packages\librdkafka.redist.1.0 .0\build\native\librdkafka.redist.targets')" />
132+ <Import Project =" packages\librdkafka.redist.1.5 .0\build\native\librdkafka.redist.targets" Condition =" Exists('packages\librdkafka.redist.1.5 .0\build\native\librdkafka.redist.targets')" />
134133 </ImportGroup >
135134 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
136135 <PropertyGroup >
137136 <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
138137 </PropertyGroup >
139- <Error Condition =" !Exists('packages\librdkafka.redist.1.0 .0\build\native\librdkafka.redist.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\librdkafka.redist.1.0 .0\build\native\librdkafka.redist.targets'))" />
138+ <Error Condition =" !Exists('packages\librdkafka.redist.1.5 .0\build\native\librdkafka.redist.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\librdkafka.redist.1.5 .0\build\native\librdkafka.redist.targets'))" />
140139 </Target >
141140</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" librdkafka.redist" version =" 1.0 .0" targetFramework =" native" />
3+ <package id =" librdkafka.redist" version =" 1.5 .0" targetFramework =" native" />
44</packages >
You can’t perform that action at this time.
0 commit comments