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. Visual Studio
  4. How to create a make file in visual studio 2005- C#

How to create a make file in visual studio 2005- C#

Scheduled Pinned Locked Moved Visual Studio
csharpvisual-studiotoolstutorialquestion
2 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.
  • T Offline
    T Offline
    TJS4u
    wrote on last edited by
    #1

    Hello all, In VisualStudio 6.0, there's an Export Makefile menu item that creates a makefile for the project. Is there any way to achieve this in VS.Net 2005? Basically, I need a command-line build script for my project and was wondering if there's an automated way to generate it for an existing VS.Net project. Thks & Rgds T J S

    S 1 Reply Last reply
    0
    • T TJS4u

      Hello all, In VisualStudio 6.0, there's an Export Makefile menu item that creates a makefile for the project. Is there any way to achieve this in VS.Net 2005? Basically, I need a command-line build script for my project and was wondering if there's an automated way to generate it for an existing VS.Net project. Thks & Rgds T J S

      S Offline
      S Offline
      Simon P Stevens
      wrote on last edited by
      #2

      .net using a build system called MSBuild[^]. The project file itself is actually the MSBuild script. (Open it up in notepad and you'll see the xml style build script). You can run msbuild directly from the commend line. Something like

      MSBuild /target:Debug myproject.csproj

      Check out this overview[^]

      Simon

      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