$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Mono@DefaultCLR)
$(ProgramFiles)\Mono-$(MonoDefaultClr)
false
true
$(OutputPath)\$(AssemblyName).dll
$(IntermediateOutputPath)\$(AssemblyName).rsp
"$(MonoInstallLocation)\bin\gmcs.bat"
$(MonoCommandLine) /define:$(DefineConstants)
$(MonoCommandLine) /doc:"$(DocumentationFile)"
$(MonoCommandLine) /debug+
$(MonoCommandLine) /keyfile:$(AssemblyOriginatorKeyFile)
$(MonoCommandLine) /optimize+
$(MonoCommandLine) /waraserror+
$(MonoCommandLine) /warn:$(WarningLevel)
$(MonoCommandLine) /target:exe
$(MonoCommandLine) /target:library
$(MonoCommandLine) /out:"$(OutputAssemblyPath)"
$(MonoCommandLine)@(Reference ->' /reference:"%(Identity)"', '')
$(MonoCommandLine) @"$(ResponseFile)"