The common method for embedding XML files in a C# executable is to simply add it to the project in Visual Studio, then change its "Build Action" property to "Embedded Resource."
This works very well in Visual Studio, but how can the same result be accomplished with only the command line?