File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <UsingTask AssemblyFile =" SmallSharp.dll" TaskName =" EmitPackages" />
44
55 <PropertyGroup >
6- <!-- Excluding top-level files so we can only set to Compile the startup/active one -->
7- <DefaultItemExcludesInProjectFolder >*$(DefaultLanguageSourceExtension)</DefaultItemExcludesInProjectFolder >
86 <UserProjectNamespace >
97 <Namespace Prefix =" msb" Uri =" http://schemas.microsoft.com/developer/msbuild/2003" />
108 </UserProjectNamespace >
139137
140138 </Target >
141139
140+ <Target Name =" AfterClean" >
141+ <Delete Files =" $(MSBuildProjectDirectory)\Properties\launchSettings.json"
142+ Condition =" Exists('$(MSBuildProjectDirectory)\Properties\launchSettings.json')" />
143+ </Target >
144+
142145 <Target Name =" UpdateLaunchSettings" >
143146 <WriteLinesToFile File =" $(MSBuildProjectDirectory)\Properties\launchSettings.json"
144147 Lines =" { }"
You can’t perform that action at this time.
0 commit comments