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 1006477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:28:06+00:00 2026-05-16T08:28:06+00:00

I have created some ms build tasks for my VS project. Rather than having

  • 0

I have created some ms build tasks for my VS project.

Rather than having to update the VS Project file with each of the tasks, is it possible to create an external file to hold the build tasks and reference it via the main project file?

Also, I have seen with nant, that you can create .bat file to run nant tasks. Is it possible to do similar with msbuild?

  • 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-16T08:28:07+00:00Added an answer on May 16, 2026 at 8:28 am

    Yes. You can use the Import task:

    <Import Project="PathToMyIncludeFile\Include.proj" />
    

    And yes you can create a batch file to run msbuild. The syntax is

    msbuild <project> /t:target[;target] /p:propertyname=propertyvalue
    

    Where the targets are defined in the msbuild file and the properties are any properties defined in the file. If you don’t specify a target, the default that is defined in the msbuild file element will be run. Here are a couple of examples:

    So to run your build with the Clean, and Compile targets:

    msbuild myproject.proj /t:Clean;Compile
    

    Or to run your build with a target of Compile and a release configuration:

    msbuild myproject.proj /t:Compile /p:Configuration=Release
    

    Or to run your build with the default target and a set a version property:

    msbuild myproject.proj /p:Version=2.0.0.1
    

    Command line parameters take precedence over the values defined in the file. So in the example above if you had the version defined in the file as:

    <PropertyGroup>
        <Version>1.0.0.0</Version>
    <PropertyGroup>
    

    The build would run with a configured version of 2.0.0.1

    As usual, check out MSDN for more info.

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

Sidebar

Related Questions

I have created some rounded navigation tabs using CSS and am having trouble when
I m new to use ankhSVN and having issues. I have created some new
I have created some extra functionality on my Linq-to-SQL classes to make things easier
I'm using SQL*Plus 9.2 on Oracle 10g enterprise. I have created some scripts that
I have created a .NET DLL which makes some methods COM visible. One method
I have created an application that writes some data to the root folder of
I have created an item swapper control consisting in two listboxes and some buttons
I have created a report in MS Access report and write some VBA code
I basically created some tables to play around with: I have Two main tables,
I've created some MbUnit Test Fixtures that have SetUp methods marked with the SetUp

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.