I'm attempting to use project settings "Mono->Project->Solution Directory" and "Mono->Project->C# Project Directory" to get .sln and .csproj files to be created in, or used from, specified ...
FilesLister is a C# application designed to list files in a specified directory and serve them over HTTP. This application is built using the HttpListener framework. Start the HTTP Listener: The Start ...