Build Configuration Settings

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Teddy

    #1

    Build Configuration Settings

    Project Type: C#

    Hi
    I have a C# project solution that contains multiple sub
    projects with references to each other. Currently I am
    developing and debugging with build configuration of
    DEBUG.

    My question is regarding release process. Is it the case
    that I simple toggle the solution's build configuration
    to RELEASE or do I also have to remove current references
    (pointing to debug complie) and re-attach references from
    release compile for all projects. And vice versa if I
    need to toggle back to DEBUG configuration.

    Is there a ref article that I can lookup?

    Thanks in advance

    Teddy
  • Cowboy \(Gregory A Beamer\)

    #2
    Re: Build Configuration Settings

    If you have project references, you should be able to simply switch over to
    release and not fark with the references at all.

    --
    Gregory A. Beamer
    MPV; MCP: +I, SE, SD, DBA

    *************** *************** *************** *************** **********
    Think outside the box!
    *************** *************** *************** *************** **********
    "Teddy" <tpujji@sysdome .com> wrote in message
    news:00da01c377 bf$6a594500$a40 1280a@phx.gbl.. .[color=blue]
    > Project Type: C#
    >
    > Hi
    > I have a C# project solution that contains multiple sub
    > projects with references to each other. Currently I am
    > developing and debugging with build configuration of
    > DEBUG.
    >
    > My question is regarding release process. Is it the case
    > that I simple toggle the solution's build configuration
    > to RELEASE or do I also have to remove current references
    > (pointing to debug complie) and re-attach references from
    > release compile for all projects. And vice versa if I
    > need to toggle back to DEBUG configuration.
    >
    > Is there a ref article that I can lookup?
    >
    > Thanks in advance
    >
    > Teddy[/color]


    Comment

    Working...