How do i implement Mutex lock in Nant, the reason why i need this feature is because
i register COM components in order to get my build working , and then end of the build i Un Register the COM components.
without mutex lock, different version of COM are registered and face some issues.
so it would be better if we apply mutex lock in nant script , so if the build is running other project will wait until it finishes.