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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:38:00+00:00 2026-06-14T03:38:00+00:00

I have an MSBuild script that builds a class library to a DLL. In

  • 0

I have an MSBuild script that builds a class library to a DLL.

In order to build, I need to include references to several dlls (i.e. log4net.dll, Elmah.dll etc etc).

At the moment, my build file includes the path to each of the dlls like this:

<Reference Include="C:\Projects\MillinCommon\Trunk\bin\Debug\log4net.dll" />
<Reference Include="C:\Projects\MillinCommon\Trunk\bin\Debug\Elmah.dll" />
<Reference Include="C:\Projects\MillinCommon\Trunk\bin\Debug\Microsoft.Practices.EnterpriseLibrary.Common.dll" />

etc. etc. etc.

Then, in the Target, I have my CSC:
References=”@(Reference)”

This is becoming quite tedious. What I would like to do is put all dependent dll’s into a single directory someplace on the filesystem, and then pass a single to reference to the directory and MSBuild would use and required dll’s contained in that directory.

Is this possible?

  • 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-06-14T03:38:01+00:00Added an answer on June 14, 2026 at 3:38 am

    To include all items from one folder, simply use a wildcard in your reference include statement:

    <Reference Include="C:\Projects\MillinCommon\Trunk\bin\Debug\*.dll" />
    

    You can even use recursive wildcards such as C:\Projects\MillinCommon\Trunk\bin\**\*.dll to include from a folder and all its subfolders.

    See MSBuild Items – Using Wildcards to Specify Items for details.

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

Sidebar

Related Questions

I have a build script (.bat) that invokes MSBUILD ( C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild.exe ) that used
I have an msbuild script that runs on Team Foundation build. One of the
I have a msbuild script that builds multiple projects using TeamCity. It builds a
I have a MSBuild build/deployment script that, as part of it's routine, stops and
I have a MSBuild script that builds my windows forms application, generates the application
I have an MSBuild script that uses NUnit to run tests in two assemblies.
I have a MSBuild script that I am executing through TeamCity. One of the
I have a Silverlight solution that I want to create a build script for.
I have a nant build script that specifies the compilation of various Visual Studio
I have been working on a build script for a website that we have.

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.