Skip to content

Commit

Permalink
move files
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Feb 15, 2024
1 parent a73e4eb commit d1054fb
Show file tree
Hide file tree
Showing 126 changed files with 8 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions ZZZO/ZZZO/ZZZO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
</ItemGroup>

<ItemGroup>
<Content Include="..\..\3rd-party\TinyMCE\**">
<Link>Data\TinyMceEditor\tinymce\%(RecursiveDir)\%(Filename)%(Extension)</Link>
<TargetPath>Data\TinyMceEditor\tinymce\%(RecursiveDir)\%(Filename)%(Extension)</TargetPath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<Content Include="..\..\resources\editor\**">
<Link>Data\TinyMceEditor\%(RecursiveDir)\%(Filename)%(Extension)</Link>
Expand Down

0 comments on commit d1054fb

Please sign in to comment.