When I try to embed resources. I found the samples101 in the fsharp directory.
The sample add .resx file to itself. Compile it.
The .exe file size is 323KB. And then Open it using Reflector I found that there is seven resources in it:

But if I use the other method: --resource "SampleForm.resources" Command-Line.
The file size is 119KB. There is one resource only in Reflector:

Is there any one have the save issue???
FSharp-1.9.4.17 .NET 3.5 Server2k8