I have Visual Studio 2003 project and I have set all of the AssemblyInfo fields.
<Assembly: AssemblyTitle("FooBar")>
<Assembly: AssemblyDescription("FooBar Desc")>
<Assembly: AssemblyCompany("FooBar CO")>
<Assembly: AssemblyProduct("FooBar")>
<Assembly: AssemblyCopyright("FooBar 2009")>
These fields are correctly included in compiled assembly, but they aren't included in projects satellite assemblies (*.resources.dll).
Is there any way to include assembly infos to resource satellite assemblys in Visual Studio 2003?