Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6338607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:28:46+00:00 2026-05-24T19:28:46+00:00

I am very new to MSBuild. I am attempting two different paths toward a

  • 0

I am very new to MSBuild. I am attempting two different paths toward a solution. Test is giving me errors and Compile is working but I’m not even sure if it does anything.

<?xml version="1.0" encoding="utf-8"?>

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<Configuration>Debug</Configuration>
<AssemblyName>MSBuildSample</AssemblyName>
<OutputPath>Output\</OutputPath>
</PropertyGroup>

<ItemGroup>
<Compile Include="**\*.cs" />
<Reference Include="**\*.dll"/>
</ItemGroup>

<ItemGroup>
 <ProjectsToBuild Include="**\*proj" Exclude="$(MSBuildProjectFile)"/>
</ItemGroup>

<Target Name="Test">
<MakeDir Directories="$(OutputPath)"      Condition="!Exists('$(OutputPath)')" />
<Csc Sources="@(Compile)"  References="@(Reference)" OutputAssembly="$(OutputPath)$(AssemblyName).exe" />
<Message Text="The output file is done"/>
</Target>

<Target Name="Clean">
<MSBuild Projects="@(ProjectsToBuild)" ContinueOnError="false" Targets="Clean"
        Properties="Configuration= $(Configuration)" />
</Target>

<Target Name="Compile" DependsOnTargets="Clean">
<MSBuild Projects="@(ProjectsToBuild)" ContinueOnError="false" Properties="Configuration=$(Configuration)">
  <Output ItemName="BuildOutput" TaskParameter="TargetOutputs"/>
</MSBuild>
</Target>

</Project>

Am I headed down the right path at all?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T19:28:48+00:00Added an answer on May 24, 2026 at 7:28 pm

    You can simply pass a solution file as project to the MSBuild task:

    <MSBuild Projects="MySolution.sln"  />
    

    OR

    <MSBuild Projects="$(PathToSolutionFile)"  />
    

    If this is not a case for you please let me know

    EDIT: Answer to comments

    From MSDN, MSBuild Task:

    This task can process not only project files but also solution files.

    MSBuild does NOT create solution files. Considering you have a solution file which includes both projects you’ve mentioned – you can just specify single solution file and MSBuild pickup all projects which are included.

    Perhaps you need this one:
    How to: Create Solutions and Projects

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Very new to FluentNHibernate, but I'm also excited about the area. I've recently started
Very new to XSL (and XML for that matter), but I need to step
Im very new to SQL but need to write a query to do the
I still very new using Subversion. Is it possible to have a working copy
Very new to Objective-C and Xcode and working my way through modifying the DrillDownApp
Very new to Business Objects, but I have a .NET background and PL/SQL background.
Very new to RoR and am working on a music app where a release
Im very new to C programing, but have limited experience with Python, Java, and
I'm very new to MSBuild and am having trouble figuring out how to construct
Very new to AJAX, but have learned a bit from online tutorials. If I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.