C
carrot
With .Net Studio,
I have a solution includes some projects.
I want to execute a batch file during build solution time.
For example,
1'st project is builded.
2'nd project is builded.
" a batch file is executed."!
3'rd project is builded.
how can I do this?
how can I include a batch file in the solution?
how can I determine the order in projects and a batch file?
(the projects were written by C# and C++)
I have a solution includes some projects.
I want to execute a batch file during build solution time.
For example,
1'st project is builded.
2'nd project is builded.
" a batch file is executed."!
3'rd project is builded.
how can I do this?
how can I include a batch file in the solution?
how can I determine the order in projects and a batch file?
(the projects were written by C# and C++)