Creating a portable application from Visual Studio projects
I made a VB.NET 2008 project to create dynamically generated data entry forms for SQL Server database tables.
My question is: is there a way that PortableApps can take this project and create a portable application from it?
I want my tools to stay with me and not on the company PC I happen to be using.