Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
* Blazor renders plugin
Browse files Browse the repository at this point in the history
   Digital Nameplate
  • Loading branch information
festo-i40 committed Jul 8, 2023
1 parent 6e28c5f commit c8526d0
Show file tree
Hide file tree
Showing 6 changed files with 432 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>

<!-- force NuGet / Build to put required.dll and more to bin folder -->
<!-- Drawback: puts all other *.dll as well :-( -->
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

</PropertyGroup>
<ItemGroup>
<Compile Remove="Resources\**" />
Expand Down
Loading

0 comments on commit c8526d0

Please sign in to comment.