Feeds:
Posts
Comments

Archive for the ‘automating software build process’ Category

(source: help – MSBuild Extension Pack) Get started: Download and install at download MSBuild Extension Pack (keep all as default settings) At the beginning of your build script, add the following line: <Import Project=”$(MSBuildExtensionsPath)\ExtensionPack\MSBuild.ExtensionPack.tasks”/> After that, you can start using the MSBuild Exgtension Pack ‘s tasks. Intellisense in Visual Studio : http://www.msbuildextensionpack.com/help/3.5.5.0/Configuring%20Intellisense.htm

Read Full Post »

Identity The value that was specifi ed in the Include attribute of the item after it was evaluated. FullPath Full path of the fi le. Rootdir The root directory to which the file belongs. Filename The name of the file, not including the extension. Extension The extension of the file, including the ‘.’. RelativeDir The [...]

Read Full Post »

The following table describes the MSBuild reserved properties. Property Description MSBuildProjectDirectory The absolute path of the directory where the project file is located, for example, C:\MyCompany\MyProduct. MSBuildProjectFile The complete file name of the project file, including the file name extension, for example, MyApp.proj. MSBuildProjectExtension The file name extension of the project file, including the period, [...]

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.