Fix post build stages x MBus
This commit is contained in:
@@ -20,11 +20,6 @@ CLI_INST=SteamWareSim
|
||||
;STARTLIST=PIZ09
|
||||
|
||||
;NB: mettere copy always ai file di conf x fare test...
|
||||
;STARTLIST=2014
|
||||
;STARTLIST=Tend_RAMA_10_47
|
||||
;STARTLIST=3024-PING
|
||||
;STARTLIST=2015
|
||||
;STARTLIST=3024
|
||||
;STARTLIST=SIMUL_01
|
||||
;STARTLIST=WPS
|
||||
STARTLIST=PIZ10
|
||||
|
||||
@@ -318,4 +318,14 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="AfterBuild">
|
||||
<ItemGroup>
|
||||
<MoveToLibFolder Include="$(OutputPath)*.dll ; $(OutputPath)*.pdb ; $(OutputPath)*.xml; $(OutputPath)*.so; $(OutputPath)*.dylib" />
|
||||
</ItemGroup>
|
||||
<Move SourceFiles="@(MoveToLibFolder)" DestinationFolder="$(OutputPath)lib" OverwriteReadOnlyFiles="true" />
|
||||
</Target>
|
||||
<Target Name="FinalBuild" AfterTargets="AfterBuild">
|
||||
<Exec Command="$(ProjectDir)postBuildTgt.bat $(ConfigurationName) $(TargetDir)">
|
||||
</Exec>
|
||||
</Target>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user