|
|
|
date: Thu, 27 Mar 2008 15:18:01 -0700,
group: microsoft.public.vstudio.development
back
Re: #define at Solution Level to a set of Projects
If you're using VS 2005/2008, you could use a property sheet to do that. It
requires the project files to be updated with the new property set, but that
could be automated pretty easily with a search/replace operation.
http://msdn2.microsoft.com/en-us/library/a4xbdz1e(VS.80).aspx
--
---------------------------------------------------
Automate your software builds with Visual Build Pro
http://www.visualbuild.com/
"Deepak" wrote in message
news:4D925FA6-7396-4BFB-BEF8-39CBCA46F555@microsoft.com...
> Assume I have a solution that has 200+ projects under it, and I received
> the
> entrie source from some other developer. Now, I want to do a #define ...
> to
> every project within the solution. How can I do that? Is there a single
> one
> shot way for me add such #defs to solution space, rather than to project
> space?
>
> Ofocurse, other workarounds is to create a new .H file, put the #def
> inside,
> and include it in every project.
>
> Thanks,
>
date: Fri, 28 Mar 2008 07:31:01 -0600
author: Kyle Alons group
Re: #define at Solution Level to a set of Projects
Thank You,
"Kyle Alons" wrote:
> If you're using VS 2005/2008, you could use a property sheet to do that. It
> requires the project files to be updated with the new property set, but that
> could be automated pretty easily with a search/replace operation.
> http://msdn2.microsoft.com/en-us/library/a4xbdz1e(VS.80).aspx
>
> --
> ---------------------------------------------------
> Automate your software builds with Visual Build Pro
> http://www.visualbuild.com/
>
> "Deepak" wrote in message
> news:4D925FA6-7396-4BFB-BEF8-39CBCA46F555@microsoft.com...
> > Assume I have a solution that has 200+ projects under it, and I received
> > the
> > entrie source from some other developer. Now, I want to do a #define ...
> > to
> > every project within the solution. How can I do that? Is there a single
> > one
> > shot way for me add such #defs to solution space, rather than to project
> > space?
> >
> > Ofocurse, other workarounds is to create a new .H file, put the #def
> > inside,
> > and include it in every project.
> >
> > Thanks,
> >
>
>
>
date: Fri, 28 Mar 2008 07:03:00 -0700
author: Deepak
|
|