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 03a8ae8 commit 37f4c13Copy full SHA for 37f4c13
tools/MicrosoftAspNetSessionState.settings.targets
@@ -94,6 +94,7 @@
94
<Target Name="SuperClean" AfterTargets="Clean" Condition="'$(MSBuildProjectExtension)' != '.nuproj'">
95
<RemoveDir Directories="$(TargetDir)" /> <!-- bin -->
96
<RemoveDir Directories="$(ProjectDir)$(BaseIntermediateOutputPath)" /> <!-- obj -->
97
+ <RemoveDir Directories="$(ProjectDir)\obj" /> <!-- obj for features that weren't paying attention to BIOP -->
98
</Target>
99
100
<Target Name="SuperCleanPackage" AfterTargets="Clean" Condition="'$(MSBuildProjectExtension)' == '.nuproj'">
0 commit comments