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

Commit ed26da1

Browse files
authored
Merge pull request #872 from jkoritzinsky/SharpDXGen-Rebuild
Add Rebuild target to SharpDXGen
2 parents 1e19f6b + 45cfc2b commit ed26da1

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)