Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Single Dll Compile

Single Dll Compile

Scheduled Pinned Locked Moved C#
csharpvisual-studiocomquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mark Sanders
    wrote on last edited by
    #1

    Is it possible to have 2 different C# Class Library Projects which individually compile to their own dll and then add the 2 projects to a solution and make them both compile into 1 dll while still allowing for them to individually compile into seperate ones when accessing only the individual project? FYI: I am using VS.NET 2002 Thanks Mark Sanders sanderssolutions.com

    D 1 Reply Last reply
    0
    • M Mark Sanders

      Is it possible to have 2 different C# Class Library Projects which individually compile to their own dll and then add the 2 projects to a solution and make them both compile into 1 dll while still allowing for them to individually compile into seperate ones when accessing only the individual project? FYI: I am using VS.NET 2002 Thanks Mark Sanders sanderssolutions.com

      D Offline
      D Offline
      Daniel Turini
      wrote on last edited by
      #2

      Mark Sanders wrote: Is it possible to have 2 different C# Class Library Projects which individually compile to their own dll and then add the 2 projects to a solution and make them both compile into 1 dll while still allowing for them to individually compile into seperate ones when accessing only the individual project? FYI: I am using VS.NET 2002 Thanks Yes: you create another empty project, and, when adding the files to your project, on the open file dialog, instead of clicking on the "Open" Button, click on the small down arrow on its right, select "Link file", and you're ready to go. My latest article: GBVB - Converting VB.NET code to C#

      L 1 Reply Last reply
      0
      • D Daniel Turini

        Mark Sanders wrote: Is it possible to have 2 different C# Class Library Projects which individually compile to their own dll and then add the 2 projects to a solution and make them both compile into 1 dll while still allowing for them to individually compile into seperate ones when accessing only the individual project? FYI: I am using VS.NET 2002 Thanks Yes: you create another empty project, and, when adding the files to your project, on the open file dialog, instead of clicking on the "Open" Button, click on the small down arrow on its right, select "Link file", and you're ready to go. My latest article: GBVB - Converting VB.NET code to C#

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #3

        Daniel Turini wrote: select "Link file", and you're ready to go. You sure that is in VS.NET 2002? I dont see it....:confused:

        leppie::AllocCPArticle(Generic DFA State Machine for .NET);

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups