Hi Marc,
> What I'd like to be able to do it to automatically add a *linked* file
> (AssemblyInfo.cs) to each of my new Class Library objects.
What's the meaning of the *linked* here, compliles or referenced one?
By the way, do you have tried the AddFromFile Method?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/ht
ml/vxlrfaddfromfilemethodprojectitemsobject.asp
Thanks!
Best regards,
Gary Chang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Marc Jennings - 21 Dec 2004 16:19 GMT
OK, I figured out a solution to most of my problems.
I had not previously realised that you could specify a template file
to create a new project from. I created the project, and added the
links (Add exiting item > open as link) and opened the project file in
Notepad. I then copied the bits I needed (linked files, settings and
references, etc.) into a copy of the default project.csproj file, and
away I go.
I shall be blogging the steps later, so I can post the link if anyone
is interested?
Marc.
>Hi Marc,
>
[quoted text clipped - 17 lines]
>This posting is provided "AS IS" with no warranties, and confers no rights.
>--------------------
Gary Chang[MSFT] - 22 Dec 2004 02:44 GMT
> OK, I figured out a solution to most of my problems.
> ...
Great! Marc,
Thanks for sharing this tip with us, happy holidays!
Best regards,
Gary Chang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------