S
Sijmen Grunbauer
Hi,
We have a VS.Net solution with numerous C# projects. Each
time we want to change the AssemblyCopyright or the
AssemblyTrademark, etc, we have to edit the
AssemblyInfo.cs in each project, even thought the
information is the same in all projects.
In C++, we were able to create a shared header file, which
contained #define's for each symbol, and simply include
the header file in each project, and reference the
symbols. However this does not seem obvious with C# in
CS.Net.
How can a use a shared file across all my projects,
without duplicating the code?
Regards,
Sjimen.
We have a VS.Net solution with numerous C# projects. Each
time we want to change the AssemblyCopyright or the
AssemblyTrademark, etc, we have to edit the
AssemblyInfo.cs in each project, even thought the
information is the same in all projects.
In C++, we were able to create a shared header file, which
contained #define's for each symbol, and simply include
the header file in each project, and reference the
symbols. However this does not seem obvious with C# in
CS.Net.
How can a use a shared file across all my projects,
without duplicating the code?
Regards,
Sjimen.