I’d like to use custom build properties to drive the build process. Is it possible to specify them using Visual Studio user interface? I’d like to avoid editing the msbuild file every time I need to change the property.
Maybe VS2010 has support for that?
Thanks,
As far as I know, you can’t do that using the Visual Studio itself.
However, there are some extenal applications to do that, for example: MSBuild Sidekick or MSBuild Explorer.