Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit e6dee70

Browse files
committed
moved AfterClean target to more accessible spot
1 parent 39c737f commit e6dee70

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

hpg.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,4 @@
106106
<MSBuild Projects="example\db2-ddl\ddl.csproj" Properties="AStyle=" />
107107
</Target>
108108

109-
<Target Name="AfterClean">
110-
<RemoveDir Directories="$(OutputPath)" />
111-
<Delete Files="@(FileWrites)" />
112-
</Target>
113-
114109
</Project>

hpg.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,9 @@
7070
<Diff>fc.exe</Diff>
7171
</PropertyGroup>
7272

73+
<Target Name="AfterClean">
74+
<RemoveDir Directories="$(OutputPath)" />
75+
<Delete Files="@(FileWrites)" />
76+
</Target>
77+
7378
</Project>

0 commit comments

Comments
 (0)