From 56deda32e3f35f650d864711571c6094212bddf3 Mon Sep 17 00:00:00 2001 From: Ben Moore Date: Thu, 15 Jun 2023 16:26:18 -0700 Subject: [PATCH 1/2] Include the new DLL's in the project so they get included in the build output. --- WinLaunch/WinLaunch.csproj | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/WinLaunch/WinLaunch.csproj b/WinLaunch/WinLaunch.csproj index b16041a..040ca58 100644 --- a/WinLaunch/WinLaunch.csproj +++ b/WinLaunch/WinLaunch.csproj @@ -546,6 +546,17 @@ + + + Always + + + Always + + + Always + + - +for /f "tokens=*" %25%25G in ('dir /b /a:d "$(TargetDir)"') do ( if not "%25%25~NG" == "lib" if not "%25%25~NG" == "lang" if not "%25%25~NG" == "data" RoboCopy "$(TargetDir)%25%25G " "$(TargetDir)lang\%25%25G " /E /IS /MOVE) + +RoboCopy "$(TargetDir) " "$(TargetDir)lib\ " /XF *.exe *.config *.manifext /XD lib lang data /E /IS /MOVE +if %25errorlevel%25 leq 4 exit 0 else exit %25errorlevel%25 + \ No newline at end of file diff --git a/WinLaunch/app.config b/WinLaunch/app.config index c8ea319..58d1720 100644 --- a/WinLaunch/app.config +++ b/WinLaunch/app.config @@ -3,4 +3,9 @@ + + + + +