G
Guest
Hi,
I have got a massive project built under c#. Needing to make massive changes
as a result to one of the AssemblyInfo attributes.
How is it possible to to set the AssemblyCompany by using a static class?
I tried:
[assembly: AssemblyCompany(Test.ApplicationInformation.CompanyName)]
but did not work. I also want to do this with other parts too so that we can
use the same details throught the project with out having to type again and
change in the future if a change is made.
I have got a massive project built under c#. Needing to make massive changes
as a result to one of the AssemblyInfo attributes.
How is it possible to to set the AssemblyCompany by using a static class?
I tried:
[assembly: AssemblyCompany(Test.ApplicationInformation.CompanyName)]
but did not work. I also want to do this with other parts too so that we can
use the same details throught the project with out having to type again and
change in the future if a change is made.