Skip to content

Commit 402c0dd

Browse files
committed
Copy table.pptx to output for single page example
1 parent 2d0fe7b commit 402c0dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/SinglePageApp/SinglePageApp.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
<PropertyGroup>
8484
<PostBuildEvent>xcopy /e /y /i /r "$(TargetDir)Templates\common\*.*" "$(TargetDir)Templates\single-page\"
8585
xcopy /y "$(ProjectDir)..\Data\demo.pptx" "$(TargetDir)"
86-
xcopy /y "$(ProjectDir)..\Data\demo-transitions.pptx" "$(TargetDir)"</PostBuildEvent>
86+
xcopy /y "$(ProjectDir)..\Data\demo-transitions.pptx" "$(TargetDir)"
87+
xcopy /y "$(ProjectDir)..\Data\table.pptx" "$(TargetDir)"</PostBuildEvent>
8788
</PropertyGroup>
8889
</Project>

0 commit comments

Comments
 (0)