launchSettings.json entfernt (muss bei jedem selbst erstellt werden)

This commit is contained in:
Lennart Kampshoff
2019-05-01 20:43:03 +02:00
parent f799ce1e0b
commit 2a9b859300
3 changed files with 4 additions and 9 deletions

View File

@@ -33,6 +33,9 @@
<HintPath>..\..\Bootstrapper.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">
<Exec Command="powershell.exe .\Scripts\moveItems.ps1 -outDir $(OutDir) -outFile $(TargetFileName)" />
</Target>