Skip to content

Commit 37f4c13

Browse files
committed
Clean nit.
1 parent 03a8ae8 commit 37f4c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/MicrosoftAspNetSessionState.settings.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<Target Name="SuperClean" AfterTargets="Clean" Condition="'$(MSBuildProjectExtension)' != '.nuproj'">
9595
<RemoveDir Directories="$(TargetDir)" /> <!-- bin -->
9696
<RemoveDir Directories="$(ProjectDir)$(BaseIntermediateOutputPath)" /> <!-- obj -->
97+
<RemoveDir Directories="$(ProjectDir)\obj" /> <!-- obj for features that weren't paying attention to BIOP -->
9798
</Target>
9899

99100
<Target Name="SuperCleanPackage" AfterTargets="Clean" Condition="'$(MSBuildProjectExtension)' == '.nuproj'">

0 commit comments

Comments
 (0)