|
-
December 21st, 2011, 03:01 PM
#1
App to create, compile and run a VS project.
Hi, I was wondering about some tutorial creating application that could, given a project template, fill in pieces of code, build and run it. Would that be insanely impossible? Let's say you have some sample code, that you can modify and test to see the results, without having the whole VS interface open.
We can of course create files and write data to them.
As far as I know, we can compile a project using MSBuild.
And we can run an external app given we know where the .exe file is, send parameters and receive the returned values.
The problem would be the data to be written to each file (for project integrity) and the file references inside the project if new files are to be added. The actual code could then be pasted from a textbox or something.
Maybe this Project Creating Wizard uses a known tool that I could use independently?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|