Project conversions 2005 to 2003?

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

    Project conversions 2005 to 2003?

    Hi,

    is it possible to easily convert a visual studio 2005 C# project to visual
    studio 2003 ?

    thanks


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Project conversions 2005 to 2003?

    Tony,

    No, I would assume not. The build system between 2005 and 2003 are
    completely different, the former using MSBUILD, the latter using the old
    build system (which is a black box). MSBUILD is extremely extensible,
    supporting entry points into the build process that the VS.NET 2003 build
    system just didn't have.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Tony Clark" <Tony@here.co m> wrote in message
    news:uTYTyqqRGH A.4300@TK2MSFTN GP14.phx.gbl...[color=blue]
    > Hi,
    >
    > is it possible to easily convert a visual studio 2005 C# project to visual
    > studio 2003 ?
    >
    > thanks
    >
    >[/color]


    Comment

    • Ignacio Machin \( .NET/ C# MVP \)

      #3
      Re: Project conversions 2005 to 2003?

      Hi,


      "Tony Clark" <Tony@here.co m> wrote in message
      news:uTYTyqqRGH A.4300@TK2MSFTN GP14.phx.gbl...[color=blue]
      > Hi,
      >
      > is it possible to easily convert a visual studio 2005 C# project to visual
      > studio 2003 ?[/color]

      No really , remember that lot of things like partial classes are not
      supported in 2003


      --
      Ignacio Machin,
      ignacio.machin AT dot.state.fl.us
      Florida Department Of Transportation


      Comment

      Working...