Hi;

 

I have a solution (for a Word add-in written in C#) that won’t build. My task is:

      <target name="compile_all" depends="init">

            <solution solutionfile="WindwardBear.sln" configuration="release">

            <excludeprojects>

                    <include name="WindwardBear/WindwardBearSetup.vdproj" />

            </excludeprojects>

            </solution>

      </target>

 

The error is:

compile_all:

 

 [solution] Starting solution build.

 [solution] Only C#, VB.NET and C++ projects are supported.  Skipping project 'W

indwardBearSetup\WindwardBearSetup.vdproj'.

 [solution] Only C#, VB.NET and C++ projects are supported.  Skipping project 'J

avaClasses\AutoTagJava.vjsproj'.

 

BUILD FAILED - 0 non-fatal error(s), 2 warning(s)

 

Project with GUID '{0E2CC051-E0A6-4985-B2E6-2C957B5A878A}' must be included for

the build to work.

 

Total time: 0.9 seconds.

 

Any ideas? (There are 4 projects, a C#, C++, Java, and setup one. This does not build the C# and C++ ones. It does build fine from Visual Studio.

 

Thanks - dave

 

 

Reply via email to