✅ Local csproj
I am currently working on a project which is used as a library. My problem is that if I locally develop the project it is a standalone project and should be run as WinExe. When I use the project as Library in another project the .csproj needs to be changed. Is there an easy way to have a "local" .csproj and a "github" .csproj.
If I am on the wrong track, please let me know.
6 Replies
use a second console project to run, or a test project
what exactly do you mean by that?
Have your main project as a library. You can then have a second exe project for local testing which references the library project
ah okay i understand
thank you for your help
No worries!
$close
If you have no further questions, please use /close to mark the forum thread as answered