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. .NET (Core and Framework)
  4. Auto generating .sln .csproj files

Auto generating .sln .csproj files

Scheduled Pinned Locked Moved .NET (Core and Framework)
databasexmlcsharpvisual-studiojson
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.
  • D Offline
    D Offline
    danielk_
    wrote on last edited by
    #1

    Does anybody know of any API or SDK which I can use to programatically generate visual studio project files and solution files? Also is there a way to programatically generate a strongly typed dataset or xml schema by passing in a database name, and table name to some API, SDK or .exe? thanks

    E 1 Reply Last reply
    0
    • D danielk_

      Does anybody know of any API or SDK which I can use to programatically generate visual studio project files and solution files? Also is there a way to programatically generate a strongly typed dataset or xml schema by passing in a database name, and table name to some API, SDK or .exe? thanks

      E Offline
      E Offline
      Ed Poore
      wrote on last edited by
      #2

      danielk_ wrote:

      xml schema by passing in a database name, and table name

      If you export the table as an xml file you can then use the SDK tool XSD.exe to generate a schema for it and then it can be used again to generate a dataset from it.  I think :~, based on running xsd.exe in a prompt without any args (displays the help).

      danielk_ wrote:

      programatically generate visual studio project files and solution files?

      They're just text files, depends on what your input is but it shouldn't be too difficult to build your own utility for this.  If you're really stuck take a look at the Solution Import Wizard (or something with a similar name) in SharpDevelop [^]for some pointers.


      The Welsh will always support two teams: The Welsh, and anyone playing England :)

      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