Skip to content

Commit

Permalink
remove fixed path documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyqus committed Mar 12, 2023
1 parent 056ac0d commit c7b6ba0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions main/NPOI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
<OutputPath></OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>C:\github\npoi\main\NPOI.xml</DocumentationFile>
</PropertyGroup>


<ItemGroup>
<EmbeddedResource Include="Resources\font_metrics.properties" />
<EmbeddedResource Include="Resources\functionMetadata.txt" />
Expand Down
4 changes: 0 additions & 4 deletions ooxml/NPOI.OOXML.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<AssemblyOriginatorKeyFile>..\npoi.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>C:\github\npoi\ooxml\NPOI.OOXML.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\solution\Lib</OutputPath>
</PropertyGroup>
Expand Down

0 comments on commit c7b6ba0

Please sign in to comment.