Feeds:
Posts
Comments

Archive for the ‘technology’ Category

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 [...]

Read Full Post »

(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 »

Older Posts »

Follow

Get every new post delivered to your Inbox.