I have been using a msbuild file that builds and packages my solution to \'Client\' and \'Server\'. So far I have been using the below cmd to build from VS cmd prompt:
Is there any way to tell Visual Studio 2010 (or Visual Studio 11 Developer Preview) to use a sources file?
If I have properties defined in my project file like so <Project xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">
Here is a list of my references in my silverlight project. Microsoft.Practices.Unity.Silverlight<br/>
I\'m getting an error compiling a VB .NET project using the MSBuild command line. Running from devenv works perfectly fine:
I\'m building Web project using TFS 2010. The project contains Silverlight client and .NET/C# server side. Both of these (client and server) are referencing one 3rd party library for which we have Sil
As part of a build process 开发者_如何学运维.. I would like to block the build until a file gets created (exists) remotely at an ftp location, after which I would continue the build. (Preferably with
Every-time I check in, I want to trigger Nant build script to run some开发者_开发技巧 tasks for the database in the project in Dev/Uat/Live server to clean db, reload contents of db etc.
I have a project in VB开发者_StackOverflow社区.NET 2010 (compiling to x86, .NET 2.0 runtime) that I want to compile into two separate EXEs - a \"lite\" version and a \"full\" version.
I have the following dll registration within my ms build now using the code below although we work with different code bases which might开发者_StackOverflow need different versions of the dll register