We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0fe7b commit 402c0ddCopy full SHA for 402c0dd
Examples/SinglePageApp/SinglePageApp.csproj
@@ -83,6 +83,7 @@
83
<PropertyGroup>
84
<PostBuildEvent>xcopy /e /y /i /r "$(TargetDir)Templates\common\*.*" "$(TargetDir)Templates\single-page\"
85
xcopy /y "$(ProjectDir)..\Data\demo.pptx" "$(TargetDir)"
86
-xcopy /y "$(ProjectDir)..\Data\demo-transitions.pptx" "$(TargetDir)"</PostBuildEvent>
+xcopy /y "$(ProjectDir)..\Data\demo-transitions.pptx" "$(TargetDir)"
87
+xcopy /y "$(ProjectDir)..\Data\table.pptx" "$(TargetDir)"</PostBuildEvent>
88
</PropertyGroup>
89
</Project>
0 commit comments