Skip to content

Commit

Permalink
Included test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-litvinchik committed Oct 26, 2022
1 parent 46ed375 commit 5140a27
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions Demos/ASP.NET Core/src/GroupDocs.Viewer.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,32 @@
</ItemGroup>

<ItemGroup>
<Folder Include="Files\" />
<Folder Include="Storage\" />
</ItemGroup>

<ItemGroup>
<None Update="Files\password.pdf">
<None Update="Storage\Files\flowchart.vsdx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Files\sample.docx">
<None Update="Storage\Files\groupdocs.pptx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Files\sample.pdf">
<None Update="Storage\Files\house-plan.dwg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Files\sample.xlsx">
<None Update="Storage\Files\invoice.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Files\sample.pptx">
<None Update="Storage\Files\resume.docx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Storage\Files\resume.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Storage\Files\software-development-plan.mpp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Storage\Files\vector-image.svg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 5140a27

Please sign in to comment.