devenv user.sln /Build "Win32|Release"This will create both the release version of the USER application, including the executable user and the SYMPHONY library needed for linking with applications.
Debug\user.exe -F ..\..\sample.user
devenv user.sln /make all /rebuildin order to clean and rebuild everything.