Hello! I just installed Visual Studio 2019 onto my laptop and the program was working fine until i had a problem, 2 to be exact! The first one was CS0017 where it has more than one entry point, i looked it up in StackOverflow and the guy said he changed Main to MainWindow. so i did what he did and the 1st problem got away! but....whenever i run the file it runs the wrong file like in my other C# Project in VSCode where it was supposed to run the file i told it to run but it runs the default file that Visual Studio created for C#! Pls help me i am a beginner for C#