File tree Expand file tree Collapse file tree 3 files changed +25
-13
lines changed
AWS.Lambda.Powertools.Kafka.Avro
AWS.Lambda.Powertools.Kafka.Json
AWS.Lambda.Powertools.Kafka.Protobuf Expand file tree Collapse file tree 3 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 1
1
<!-- suppress MsbuildTargetFrameworkTagInspection -->
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<Import Project =" ../KafkaDependencies.props" />
4
- <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
5
- <IncludeKafkaFiles >true</IncludeKafkaFiles >
6
- <DefineConstants >$(DefineConstants);KAFKA_AVRO</DefineConstants >
7
- </PropertyGroup >
4
+
8
5
<PropertyGroup >
9
6
<PackageId >AWS.Lambda.Powertools.Kafka.Avro</PackageId >
10
7
<Description >Powertools for AWS Lambda (.NET) - Kafka Avro consumer package.</Description >
15
12
<ImplicitUsings >enable</ImplicitUsings >
16
13
<Nullable >enable</Nullable >
17
14
</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
+
18
22
<ItemGroup >
19
23
<PackageReference Include =" Apache.Avro" />
20
24
</ItemGroup >
25
+
21
26
<!-- Debug: Use project references -->
22
27
<ItemGroup Condition =" '$(Configuration)'=='Debug'" >
23
28
<ProjectReference Include =" ..\AWS.Lambda.Powertools.Kafka\AWS.Lambda.Powertools.Kafka.csproj" />
29
+ <ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" />
24
30
</ItemGroup >
25
- </Project >
31
+ </Project >
Original file line number Diff line number Diff line change 1
1
<!-- suppress MsbuildTargetFrameworkTagInspection -->
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<Import Project =" ../KafkaDependencies.props" />
4
- <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
5
- <IncludeKafkaFiles >true</IncludeKafkaFiles >
6
- <DefineConstants >$(DefineConstants);KAFKA_JSON</DefineConstants >
7
- </PropertyGroup >
8
4
<PropertyGroup >
9
5
<PackageId >AWS.Lambda.Powertools.Kafka.Json</PackageId >
10
6
<Description >Powertools for AWS Lambda (.NET) - Kafka Json consumer package.</Description >
16
12
<Nullable >enable</Nullable >
17
13
</PropertyGroup >
18
14
15
+ <!-- Release: Use source file inclusion -->
16
+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
17
+ <IncludeKafkaFiles >true</IncludeKafkaFiles >
18
+ <DefineConstants >$(DefineConstants);KAFKA_JSON</DefineConstants >
19
+ </PropertyGroup >
20
+
19
21
<!-- Debug: Use project references -->
20
22
<ItemGroup Condition =" '$(Configuration)'=='Debug'" >
21
23
<ProjectReference Include =" ..\AWS.Lambda.Powertools.Kafka\AWS.Lambda.Powertools.Kafka.csproj" />
24
+ <ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" />
22
25
</ItemGroup >
23
26
</Project >
Original file line number Diff line number Diff line change 1
1
<!-- suppress MsbuildTargetFrameworkTagInspection -->
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<Import Project =" ../KafkaDependencies.props" />
4
- <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
5
- <IncludeKafkaFiles >true</IncludeKafkaFiles >
6
- <DefineConstants >$(DefineConstants);KAFKA_PROTOBUF</DefineConstants >
7
- </PropertyGroup >
8
4
<PropertyGroup >
9
5
<PackageId >AWS.Lambda.Powertools.Kafka.Protobuf</PackageId >
10
6
<Description >Powertools for AWS Lambda (.NET) - Kafka Protobuf consumer package.</Description >
15
11
<ImplicitUsings >enable</ImplicitUsings >
16
12
<Nullable >enable</Nullable >
17
13
</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 >
18
20
19
21
<ItemGroup >
20
22
<PackageReference Include =" Google.Protobuf" />
23
25
<!-- Debug: Use project references -->
24
26
<ItemGroup Condition =" '$(Configuration)'=='Debug'" >
25
27
<ProjectReference Include =" ..\AWS.Lambda.Powertools.Kafka\AWS.Lambda.Powertools.Kafka.csproj" />
28
+ <ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" />
26
29
</ItemGroup >
27
30
28
31
</Project >
You can’t perform that action at this time.
0 commit comments