Whidbey MSBuild Question for CSProj File

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

    Whidbey MSBuild Question for CSProj File

    Hello,

    Does anyone know if the csproj extension is been used
    under Whidbey or if it uses MSBuild (proj) extension?
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Whidbey MSBuild Question for CSProj File

    BuddyWork,

    I believe, MSBuild uses any file that ends in proj. This way, it can
    compile VB project files (vbproj), C# project files (csproj), etc, etc.

    Hope this helps.


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

    "BuddyWork" <anonymous@disc ussions.microso ft.com> wrote in message
    news:5fbf01c401 17$e81d33c0$a30 1280a@phx.gbl.. .[color=blue]
    > Hello,
    >
    > Does anyone know if the csproj extension is been used
    > under Whidbey or if it uses MSBuild (proj) extension?[/color]


    Comment

    • BuddyWork

      #3
      Re: Whidbey MSBuild Question for CSProj File

      Thanks,

      I found on the Microsoft site a MSDN TV show done by 'Alex
      Kipman' which showed how MSBuild works, the link is
      Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.

      xml=episodes/en/20040122VSNETAK/manifest.xml

      Basically Whidbey is totally integrated with MSBuild so
      you only now need to understand the MSBuild script.

      Thanks,[color=blue]
      >-----Original Message-----
      >BuddyWork,
      >
      > I believe, MSBuild uses any file that ends in proj.[/color]
      This way, it can[color=blue]
      >compile VB project files (vbproj), C# project files[/color]
      (csproj), etc, etc.[color=blue]
      >
      > Hope this helps.
      >
      >
      >--
      > - Nicholas Paldino [.NET/C# MVP]
      > - mvp@spam.guard. caspershouse.co m
      >
      >"BuddyWork" <anonymous@disc ussions.microso ft.com> wrote[/color]
      in message[color=blue]
      >news:5fbf01c40 117$e81d33c0$a3 01280a@phx.gbl. ..[color=green]
      >> Hello,
      >>
      >> Does anyone know if the csproj extension is been used
      >> under Whidbey or if it uses MSBuild (proj) extension?[/color]
      >
      >
      >.
      >[/color]

      Comment

      • BuddyWork

        #4
        Whidbey MSBuild Question for CSProj File

        I found on the Microsoft site a MSDN TV show done by 'Alex
        Kipman' which showed how MSBuild works, the link is
        Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.

        xml=episodes/en/20040122VSNETAK/manifest.xml

        Basically Whidbey is totally integrated with MSBuild so
        you only now need to understand the MSBuild script.

        Thanks,
        [color=blue]
        >-----Original Message-----
        >Hello,
        >
        >Does anyone know if the csproj extension is been used
        >under Whidbey or if it uses MSBuild (proj) extension?
        >.
        >[/color]

        Comment

        • Christoph Nahr

          #5
          Re: Whidbey MSBuild Question for CSProj File

          On Wed, 3 Mar 2004 07:10:08 -0800, "BuddyWork"
          <anonymous@disc ussions.microso ft.com> wrote:
          [color=blue]
          >Basically Whidbey is totally integrated with MSBuild so
          >you only now need to understand the MSBuild script.[/color]

          Even better, the MSBuild parser (NMake v2 apparently) ships with the
          ..NET Framework 2.0 so you can use the same build file with and without
          Visual Studio! At least that's what the PDC slides say.
          --
          Stay ahead in World of Warcraft with expert guides, latest patch news, class tips, dungeon strategies, PvP builds, and The War Within updates—all in one place.

          Comment

          Working...