I think I need to use custom 'svcutil' options to generate a WCF client. I know that I can provide a custom pre-build Event in my project file and apply the svcutil command line there.
However I'm wondering if there's any documentation on what overridable rules or targets exist in MSBuild that can be used to override the default command-line parameters for WCF's SvcUtil in VS 2008.
Thanks in advance.