Skip to content

Commit 984f24a

Browse files
author
Vlad Ionescu
committed
removing no longer required workarounds for xbuild bug related to overriding targets
1 parent e0f60b6 commit 984f24a

19 files changed

+2
-53
lines changed

projects/client/Apigen/RabbitMQ.Client.Apigen.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@
9090
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
9191
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
9292
</PropertyGroup>
93-
<Target Name="BeforeBuild" />
94-
<Target Name="AfterBuild" />
95-
<Target Name="BeforeClean" />
9693
<!-- Microsoft CSharp targets -->
9794
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
9895
</Project>

projects/client/ApigenBootstrap/RabbitMQ.Client.ApigenBootstrap.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@
9494
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
9595
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
9696
</PropertyGroup>
97-
<Target Name="BeforeBuild" />
98-
<Target Name="AfterBuild" />
99-
<Target Name="BeforeClean" />
100-
97+
10198
<!-- Microsoft CSharp targets -->
10299
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
103100

projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@
256256
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
257257
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
258258
</PropertyGroup>
259-
<Target Name="AfterBuild" />
260259

261260
<!-- Microsoft CSharp targets -->
262261
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

projects/client/Unit/RabbitMQ.Client.Unit.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
8888
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
8989
</PropertyGroup>
90-
<Target Name="BeforeBuild" />
9190

9291
<!-- Microsoft CSharp targets -->
9392
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

projects/examples/client/AddClient/RabbitMQ.Client.Examples.AddClient.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
5656
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
5757
</PropertyGroup>
58-
<Target Name="BeforeBuild" />
59-
<Target Name="AfterBuild" />
60-
<Target Name="BeforeClean" />
6158
<!-- Microsoft CSharp targets -->
6259
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6360
</Project>

projects/examples/client/AddServer/RabbitMQ.Client.Examples.AddServer.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
5656
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
5757
</PropertyGroup>
58-
<Target Name="BeforeBuild" />
59-
<Target Name="AfterBuild" />
60-
<Target Name="BeforeClean" />
6158
<!-- Microsoft CSharp targets -->
6259
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6360
</Project>

projects/examples/client/DeclareQueue/RabbitMQ.Client.Examples.DeclareQueue.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
5656
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
5757
</PropertyGroup>
58-
<Target Name="BeforeBuild" />
59-
<Target Name="AfterBuild" />
60-
<Target Name="BeforeClean" />
6158
<!-- Microsoft CSharp targets -->
6259
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6360
</Project>

projects/examples/client/ExceptionTest/RabbitMQ.Client.Examples.ExceptionTest.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
5656
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
5757
</PropertyGroup>
58-
<Target Name="BeforeBuild" />
59-
<Target Name="AfterBuild" />
60-
<Target Name="BeforeClean" />
6158
<!-- Microsoft CSharp targets -->
6259
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6360
</Project>

projects/examples/client/LogTail/RabbitMQ.Client.Examples.LogTail.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
5656
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
5757
</PropertyGroup>
58-
<Target Name="BeforeBuild" />
59-
<Target Name="AfterBuild" />
60-
<Target Name="BeforeClean" />
6158
<!-- Microsoft CSharp targets -->
6259
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6360
</Project>

projects/examples/client/LowlevelLogTail/RabbitMQ.Client.Examples.LowlevelLogTail.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">
5656
<_DisabledWarnings>$(NoWarn)</_DisabledWarnings>
5757
</PropertyGroup>
58-
<Target Name="BeforeBuild" />
59-
<Target Name="AfterBuild" />
60-
<Target Name="BeforeClean" />
6158
<!-- Microsoft CSharp targets -->
6259
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6360
</Project>

0 commit comments

Comments
 (0)