Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit 45cfc2b

Browse files
committed
Add Rebuild target to SharpDXGen
1 parent 1e19f6b commit 45cfc2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Build/SharpDXGen.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@
1616
<Target Name="Pack" DependsOnTargets="Build">
1717
</Target>
1818
<Target Name="Clean"></Target>
19+
<Target Name="Rebuild" DependsOnTargets="Clean;Build">
20+
</Target>
1921
</Project>

0 commit comments

Comments
 (0)