Skip to content

Commit

Permalink
#747 remove xml doc from ddm
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBlaa committed Feb 16, 2024
1 parent b29b227 commit 225a076
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Console/BExIS.Web.Shell/Areas/DDM/BExIS.Modules.Ddm.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\BExIS.Modules.Ddm.UI.xml</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down Expand Up @@ -591,7 +592,7 @@
<PropertyGroup>
<PostBuildEvent>mkdir "$(SolutionDir)Console\Workspace\Modules\DDM"
C:\Windows\System32\xcopy "$(ProjectDir)Ddm.Settings.json" "$(SolutionDir)Console\Workspace\Modules\DDM" /C /Y /I
C:\Windows\System32\xcopy "$(ProjectDir)\bin\BExIS.Modules.Ddm.UI.xml" "$(SolutionDir)Console\BExIS.Web.Shell\App_Data" /C /Y /I</PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<Import Project="..\..\..\..\packages\Microsoft.CodeAnalysis.NetAnalyzers.6.0.0\build\Microsoft.CodeAnalysis.NetAnalyzers.targets" Condition="Exists('..\..\..\..\packages\Microsoft.CodeAnalysis.NetAnalyzers.6.0.0\build\Microsoft.CodeAnalysis.NetAnalyzers.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit 225a076

Please sign in to comment.