Path to an image located in our project: Image path is in the formation of <AssembleName>;component/<Path2YourImageWithinTheAssembly>. Useful tips: To get the formation of the image path, just open design mode, add an image and select its source as an image in your project/solution and see the result. We can omit the AssemblyName part if the [...]
Archive for the ‘technology’ Category
Often used WPF Syntax (and it’s hard to remember – at least for me :( )
Posted in wpf on July 24, 2010 | Leave a Comment »
[MSBuild] Customized tasks – MSBuild Extension Pack
Posted in automating software build process, MSBuild on March 18, 2010 | Leave a Comment »
(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
[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 [...]