/VSProjectTextExport

.Net Maui - Export all project files (.cs, .xaml ...) an single plain text file.

Primary LanguageC#MIT LicenseMIT

VSProjectTextExport

Sometimes you need the content of all Visuel Studio project files as plain text,
e.g. to train an AI.

This .Net Maui app (currently for Windows and Mac) lists all files from a Visual Studio project (.sln)
and adds the contents of all files (e.g. .cs .xaml) in a text file.

VSProjectTextExport