- fix output path of documentation xml files

pull/26/head
Simon Gockner 6 years ago
parent d9cbae3558
commit 5fae3d3761
  1. 2
      GBase.Api/GBase.Api.csproj
  2. 2
      GBase.Client/GBase.Client.csproj
  3. 2
      GBase.Logging/GBase.Logging.csproj
  4. 2
      GBase/GBase.csproj

@ -5,7 +5,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>D:\workspace\Testprojekte\GBase\GBase.Api\GBase.Api.xml</DocumentationFile>
<DocumentationFile>GBase.Api.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>

@ -12,7 +12,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>D:\workspace\Testprojekte\GBase\GBase.Client\GBase.Client.xml</DocumentationFile>
<DocumentationFile>GBase.Client.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>

@ -8,7 +8,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>D:\workspace\Testprojekte\GBase\GBase.Logging\GBase.Logging.xml</DocumentationFile>
<DocumentationFile>GBase.Logging.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>

@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>D:\workspace\Testprojekte\GBase\GBase\GBase.xml</DocumentationFile>
<DocumentationFile>GBase.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save