(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
Archive for the ‘automating software build process’ Category
[MSBuild] Customized tasks – MSBuild Extension Pack
Posted in automating software build process, MSBuild on March 18, 2010 | Leave a Comment »
[MSBuild] Reserved Metadatas
Posted in automating software build process, MSBuild, technology on March 17, 2010 | Leave a Comment »
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 [...]
[MSBuild] Reserved Properties
Posted in automating software build process, MSBuild, technology on March 17, 2010 | Leave a Comment »
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, [...]