svcutil.exe generates a service proxy class file (Service.cs) and an output configuration file (output.config) containing endpoint settings when working with WCF services. The other options either use incorrect filenames (Services.cs) or reference the wrong configuration file (App.config is the application's existing config, not the generated one).