J
Jonathan Kacprowicz
I am trying to create a build process using MSBuild that will build my
multiple projects all with the same AssemblyVersion and
AssemblyFileVersion. I have tried using the AssemblyInfo task from the
community tasks projects (http://msbuildtasks.tigris.org/) and the
AssemblyInfoTask from the MSBuild blog
(http://www.gotdotnet.com/codegallery/codegallery.aspx?id=93d23e13-c653-4815-9e79-16107919f93e).
My scenario is this: I have several project files, each within their
own sub-directory. I want to have one MSBuild file that I can set the
version number manually and build. I want all the output DLLS to have
that version number and be placed into a single folder.
This has to be common in the community, but cannot find any
good/working examples.
Any help would be greatly appreciated.
Jonathan
On a side note, if anyone can show me how to get some property values
from the main MSBuild file, and some property values from each
individual project file, that would be great...but not my main concern.
multiple projects all with the same AssemblyVersion and
AssemblyFileVersion. I have tried using the AssemblyInfo task from the
community tasks projects (http://msbuildtasks.tigris.org/) and the
AssemblyInfoTask from the MSBuild blog
(http://www.gotdotnet.com/codegallery/codegallery.aspx?id=93d23e13-c653-4815-9e79-16107919f93e).
My scenario is this: I have several project files, each within their
own sub-directory. I want to have one MSBuild file that I can set the
version number manually and build. I want all the output DLLS to have
that version number and be placed into a single folder.
This has to be common in the community, but cannot find any
good/working examples.
Any help would be greatly appreciated.
Jonathan
On a side note, if anyone can show me how to get some property values
from the main MSBuild file, and some property values from each
individual project file, that would be great...but not my main concern.