Skip to content

Commit

Permalink
Removed reference
Browse files Browse the repository at this point in the history
  • Loading branch information
HexMerlin committed Jan 19, 2025
1 parent 77d98b7 commit 82b00a7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Automata.Visualization/Automata.Visualization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Automata.Docs\**" />
<EmbeddedResource Remove="Automata.Docs\**" />
<None Remove="Automata.Docs\**" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
Expand All @@ -38,8 +44,4 @@
<ProjectReference Include="..\Automata.Core\Automata.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Automata.Docs\" />
</ItemGroup>

</Project>

0 comments on commit 82b00a7

Please sign in to comment.