From 885f0483cb218c8d5f72071c4e2ad47f89073887 Mon Sep 17 00:00:00 2001 From: Miguel Prieto Date: Wed, 4 Dec 2024 10:29:57 -0300 Subject: [PATCH] Include examples only if INCLUDE_EXAMPLES is defined --- Conductor/conductor-csharp.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Conductor/conductor-csharp.csproj b/Conductor/conductor-csharp.csproj index 1ad67cc..3f33ed8 100644 --- a/Conductor/conductor-csharp.csproj +++ b/Conductor/conductor-csharp.csproj @@ -16,7 +16,11 @@ - + + + + + \ No newline at end of file