#1
|
|||
|
|||
Building Visual Studio 05 Projects
Hi,
I'm using Visual Build Professional v6.0a (VBPro) and Microsoft Visual Studio 2005 Professional (VS05). I have a solution file (SLN) , which contains a Configuration project (namely one to build a CAB file), which has the extension, VDPROJ. When I try to build the solution using VBPro, I get the warning show below that MS Build doesn't build solutions of type VDProj. If I open the solution in VS05 IDE, then the project builds nicely. How do I get VBPro to build the solution. Thanks in advance, Martin A. Weinberger Registered to: Verizon Internet Solutions (3-computer license) 01/31/2006 3:16:52 PM: --------------------Starting Build: 'BandwidthOptimizer.bld'-------------------- 01/31/2006 3:16:52 PM: Building project step 'Clean Project: Cab'... Step default property 'Filename' = 'D:\Builds\ClientDevSource\Common\BandwidthOptimiz er\1.0\Source\cab\cabvzTCPConfig.sln' Pre-processing... Cleaning configuration 'Debug'... Microsoft (R) Build Engine Version 2.0.50727.42 [Microsoft .NET Framework, Version 2.0.50727.42] Copyright (C) Microsoft Corporation 2005. All rights reserved. Build started 01/31/2006 3:16:52 PM. __________________________________________________ Project "D:\Builds\ClientDevSource\Common\BandwidthOptimiz er\1.0\Source\cab\cabvzTCPConfig.sln" (clean target(s)): Target ValidateSolutionConfiguration: Building solution configuration "Debug|Default". Target Clean: Target CabvzTCPConfig:Clean: D:\Builds\ClientDevSource\Common\BandwidthOptimize r\1.0\Source\cab\cabvzTCPConfig.sln : warning MSB4078: The project file "cabvzTCPConfig.vdproj" is not supported by MSBuild and cannot be built. Done building target "CabvzTCPConfig:Clean" in project "cabvzTCPConfig.sln". Done building target "Clean" in project "cabvzTCPConfig.sln". Done building project "cabvzTCPConfig.sln". Build succeeded. D:\Builds\ClientDevSource\Common\BandwidthOptimize r\1.0\Source\cab\cabvzTCPConfig.sln : warning MSB4078: The project file "cabvzTCPConfig.vdproj" is not supported by MSBuild and cannot be built. 1 Warning(s) 0 Error(s) Time Elapsed 00:00:00.03 |
#2
|
|||
|
|||
MSBuild does not support building of solutions containing Setup projects. Enter devenv in the override field on the Options tab to build solutions containing Visual Studio 2005 Setup projects.
http://www.visualbuild.com/Manual/?makevs_net.htm |
|
|