From efc76f7f86f338c9f197dbf3156dbbf8d78faf34 Mon Sep 17 00:00:00 2001 From: BlueBlock Date: Thu, 12 Sep 2019 16:11:45 -0400 Subject: use postbuildevent to target only windows and debug --- .../GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Duplicati/GUI') diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj index ce2b11387..e82403571 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj @@ -443,12 +443,9 @@ - if "$(ConfigurationName)"=="Debug" goto :debug -goto :exit -:debug -xcopy /Y "%25USERPROFILE%25\.nuget\packages\alphavss\1.4.0\build\net45\AlphaVSS.*.dll" "$(TargetDir)\alphavss\" -xcopy /Y "%25USERPROFILE%25\.nuget\packages\alphavss\1.4.0\lib\net45\AlphaVSS.*.dll" "$(TargetDir)\alphavss\" -:exit + copy /Y '%USERPROFILE%\.nuget\packages\alphavss\1.4.0\build\net45\AlphaVSS.*.dll' '$(TargetDir)\alphavss\' +copy /Y '%USERPROFILE%\.nuget\packages\alphavss\1.4.0\lib\net45\AlphaVSS.*.dll' '$(TargetDir)\alphavss\' + @@ -457,4 +454,7 @@ xcopy /Y "%25USERPROFILE%25\.nuget\packages\alphavss\1.4.0\lib\net45\AlphaVSS.* + + :: view this project config file for cusotm postbuildevent entries + \ No newline at end of file -- cgit v1.2.3