From 5fae3d376190b43ca4a3d04e09a3b8870e008b2f Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Thu, 13 Feb 2020 11:03:48 +0100 Subject: [PATCH] - fix output path of documentation xml files --- GBase.Api/GBase.Api.csproj | 2 +- GBase.Client/GBase.Client.csproj | 2 +- GBase.Logging/GBase.Logging.csproj | 2 +- GBase/GBase.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GBase.Api/GBase.Api.csproj b/GBase.Api/GBase.Api.csproj index 57d30f1..82af3f7 100644 --- a/GBase.Api/GBase.Api.csproj +++ b/GBase.Api/GBase.Api.csproj @@ -5,7 +5,7 @@ - D:\workspace\Testprojekte\GBase\GBase.Api\GBase.Api.xml + GBase.Api.xml diff --git a/GBase.Client/GBase.Client.csproj b/GBase.Client/GBase.Client.csproj index 1d29d6e..dc2538d 100644 --- a/GBase.Client/GBase.Client.csproj +++ b/GBase.Client/GBase.Client.csproj @@ -12,7 +12,7 @@ - D:\workspace\Testprojekte\GBase\GBase.Client\GBase.Client.xml + GBase.Client.xml diff --git a/GBase.Logging/GBase.Logging.csproj b/GBase.Logging/GBase.Logging.csproj index 2144249..d86aa70 100644 --- a/GBase.Logging/GBase.Logging.csproj +++ b/GBase.Logging/GBase.Logging.csproj @@ -8,7 +8,7 @@ - D:\workspace\Testprojekte\GBase\GBase.Logging\GBase.Logging.xml + GBase.Logging.xml diff --git a/GBase/GBase.csproj b/GBase/GBase.csproj index acd56fe..183b47a 100644 --- a/GBase/GBase.csproj +++ b/GBase/GBase.csproj @@ -11,7 +11,7 @@ - D:\workspace\Testprojekte\GBase\GBase\GBase.xml + GBase.xml