Skip to content

Commit 2d39aa0

Browse files
committed
[Packet parser] Updated parser
1 parent 8d05d68 commit 2d39aa0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LoaderAvalonia/LoaderAvalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414
<Import Project="..\Module.props" />
1515

16-
<Target Name="CustomAfterBuild" AfterTargets="Build">
16+
<Target Condition="$([MSBuild]::IsOSPlatform('OSX'))" Name="CustomAfterBuild" AfterTargets="Build">
1717
<Copy SourceFiles="$(OutputPath)\runtimes\osx-universal\native\libcimgui.dylib" DestinationFolder="$(OutputPath)\runtimes\osx\native\" ContinueOnError="false" />
1818
</Target>
1919

Rendering/AvaloniaRenderingTester/AvaloniaRenderingTester.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88
<Import Project="..\..\Avalonia.props" />
99

10-
<Target Name="CustomAfterBuild" AfterTargets="Build">
10+
<Target Condition="$([MSBuild]::IsOSPlatform('OSX'))" Name="CustomAfterBuild" AfterTargets="Build">
1111
<Copy SourceFiles="$(OutputPath)\runtimes\osx-universal\native\libcimgui.dylib" DestinationFolder="$(OutputPath)\runtimes\osx\native\" ContinueOnError="false" />
1212
</Target>
1313

Rendering/RenderingTester/RenderingTester.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

10-
<Target Name="CustomAfterBuild" AfterTargets="Build">
10+
<Target Condition="$([MSBuild]::IsOSPlatform('OSX'))" Name="CustomAfterBuild" AfterTargets="Build">
1111
<Copy SourceFiles="$(OutputPath)\runtimes\osx-universal\native\libcimgui.dylib" DestinationFolder="$(OutputPath)\runtimes\osx\native\" ContinueOnError="false" />
1212
</Target>
1313

0 commit comments

Comments
 (0)