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. Change product output path

Change product output path

Scheduled Pinned Locked Moved C#
debuggingquestion
3 Posts 2 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.
  • R Offline
    R Offline
    Ronenb
    wrote on last edited by
    #1

    Hi I would like to change the output of my project that include exe,DLL and obj I see that I can change the exe path at project->propoerties->build How can I change also the obj outout such as *.csproj.GenerateResource.Cache,*.frmMain.resources, *.frmTemplate.resources All the files above create at obj->debug and I wish to change it Thanks Ronen

    D 1 Reply Last reply
    0
    • R Ronenb

      Hi I would like to change the output of my project that include exe,DLL and obj I see that I can change the exe path at project->propoerties->build How can I change also the obj outout such as *.csproj.GenerateResource.Cache,*.frmMain.resources, *.frmTemplate.resources All the files above create at obj->debug and I wish to change it Thanks Ronen

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      In the csproj file, add a tag for BaseIntermediateOutputPath under root property group tag. Put the desired path there.

      C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void "Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live." - Martin Golding

      R 1 Reply Last reply
      0
      • D dan sh

        In the csproj file, add a tag for BaseIntermediateOutputPath under root property group tag. Put the desired path there.

        C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void "Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live." - Martin Golding

        R Offline
        R Offline
        Ronenb
        wrote on last edited by
        #3

        thanks Ronen

        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