if not exist "$(OutDir)" mkdir "$(OutDir)" xcopy /Y /Q "$(EngineRoot)external\websockets\prebuilt\win32\*.*" "$(OutDir)" xcopy "$(ProjectDir)..\Resources" "$(OutDir)" /D /E /I /F /Y