_IMPORTS=  /r:System.WinForms.DLL \
           /r:System.DLL \
           /r:Microsoft.Win32.Interop.dll\
           /r:System.ServiceProcess.dll\
           /r:System.Drawing.dll
_OUTDIR=.

All: mutex.exe
mutex.exe:
     csc /target:winexe $(_IMPORTS)  /out:$(_OUTDIR)\$@ *.cs
