tags:

views:

13

answers:

0

I am working in the .NET 3.5 framework. I have a project that builds fine locally. I can build it on our build server when the source files are posted there. However when I am running the build process through Visual Studio 2010 I get a warning that says "C:\WINDOWS\Microsoft.NET\Framework64\v3.5\Microsoft.Common.targets: The OutputPath property is not set for this project. Please check to make sure that you have specified a valid Configuration/Platform combination. Configuration='DEV' Platform='Any CPU'"

Any suggestions anyone has or if you need additional information please let me know. I have been struggling with this for a couple of days now.

Thanks in advance for your help.

Jay Clarke