Documentation for this section has not yet been entered.
Linking files through this property is similar to the /winres and /winresource command-line arguments supported by many of the .NET Framework compilers.
Use CompilerParameters.Win32Resource to compile a Win32 resource file into the assembly. Use CompilerParameters.EmbeddedResources or CompilerParameters.LinkedResources to compile with .NET Framework resource files.
Not all compilers support Win32 resource files, so you should test a code generator for this support before linking a resource file by calling the ICodeGenerator.Supports(GeneratorSupport) method with the flag GeneratorSupport.Win32Resources.