File tree Expand file tree Collapse file tree
AWS.Lambda.Powertools.Kafka.Avro
AWS.Lambda.Powertools.Kafka.Json
AWS.Lambda.Powertools.Kafka.Protobuf Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!-- suppress MsbuildTargetFrameworkTagInspection -->
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <Import Project =" ../KafkaDependencies.props" />
4- <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
5- <IncludeKafkaFiles >true</IncludeKafkaFiles >
6- <DefineConstants >$(DefineConstants);KAFKA_AVRO</DefineConstants >
7- </PropertyGroup >
4+
85 <PropertyGroup >
96 <PackageId >AWS.Lambda.Powertools.Kafka.Avro</PackageId >
107 <Description >Powertools for AWS Lambda (.NET) - Kafka Avro consumer package.</Description >
1512 <ImplicitUsings >enable</ImplicitUsings >
1613 <Nullable >enable</Nullable >
1714 </PropertyGroup >
15+
16+ <!-- Release: Use source file inclusion -->
17+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
18+ <IncludeKafkaFiles >true</IncludeKafkaFiles >
19+ <DefineConstants >$(DefineConstants);KAFKA_AVRO</DefineConstants >
20+ </PropertyGroup >
21+
1822 <ItemGroup >
1923 <PackageReference Include =" Apache.Avro" />
2024 </ItemGroup >
25+
2126 <!-- Debug: Use project references -->
2227 <ItemGroup Condition =" '$(Configuration)'=='Debug'" >
2328 <ProjectReference Include =" ..\AWS.Lambda.Powertools.Kafka\AWS.Lambda.Powertools.Kafka.csproj" />
29+ <ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" />
2430 </ItemGroup >
25- </Project >
31+ </Project >
Original file line number Diff line number Diff line change 11<!-- suppress MsbuildTargetFrameworkTagInspection -->
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <Import Project =" ../KafkaDependencies.props" />
4- <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
5- <IncludeKafkaFiles >true</IncludeKafkaFiles >
6- <DefineConstants >$(DefineConstants);KAFKA_JSON</DefineConstants >
7- </PropertyGroup >
84 <PropertyGroup >
95 <PackageId >AWS.Lambda.Powertools.Kafka.Json</PackageId >
106 <Description >Powertools for AWS Lambda (.NET) - Kafka Json consumer package.</Description >
1612 <Nullable >enable</Nullable >
1713 </PropertyGroup >
1814
15+ <!-- Release: Use source file inclusion -->
16+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
17+ <IncludeKafkaFiles >true</IncludeKafkaFiles >
18+ <DefineConstants >$(DefineConstants);KAFKA_JSON</DefineConstants >
19+ </PropertyGroup >
20+
1921 <!-- Debug: Use project references -->
2022 <ItemGroup Condition =" '$(Configuration)'=='Debug'" >
2123 <ProjectReference Include =" ..\AWS.Lambda.Powertools.Kafka\AWS.Lambda.Powertools.Kafka.csproj" />
24+ <ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" />
2225 </ItemGroup >
2326</Project >
Original file line number Diff line number Diff line change 11<!-- suppress MsbuildTargetFrameworkTagInspection -->
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <Import Project =" ../KafkaDependencies.props" />
4- <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
5- <IncludeKafkaFiles >true</IncludeKafkaFiles >
6- <DefineConstants >$(DefineConstants);KAFKA_PROTOBUF</DefineConstants >
7- </PropertyGroup >
84 <PropertyGroup >
95 <PackageId >AWS.Lambda.Powertools.Kafka.Protobuf</PackageId >
106 <Description >Powertools for AWS Lambda (.NET) - Kafka Protobuf consumer package.</Description >
1511 <ImplicitUsings >enable</ImplicitUsings >
1612 <Nullable >enable</Nullable >
1713 </PropertyGroup >
14+
15+ <!-- Release: Use source file inclusion -->
16+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
17+ <IncludeKafkaFiles >true</IncludeKafkaFiles >
18+ <DefineConstants >$(DefineConstants);KAFKA_PROTOBUF</DefineConstants >
19+ </PropertyGroup >
1820
1921 <ItemGroup >
2022 <PackageReference Include =" Google.Protobuf" />
2325 <!-- Debug: Use project references -->
2426 <ItemGroup Condition =" '$(Configuration)'=='Debug'" >
2527 <ProjectReference Include =" ..\AWS.Lambda.Powertools.Kafka\AWS.Lambda.Powertools.Kafka.csproj" />
28+ <ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" />
2629 </ItemGroup >
2730
2831</Project >
You can’t perform that action at this time.
0 commit comments