Visual Studio Help - RunCommand Property Undefined

I am using Microsoft Visual Studio Community 2017. I created a project with several classes that need to be compiled. The primary class for which I want to run the application first has public static void Main(string[] args). In the library, I set the properties as follows:

  • Target structure: .NET 2.0 standard
  • Output Type: Console Application
  • Launch Object: Main.Game

However, the error persists in all the forums that I visited. If you encounter this problem, please help me so that I can compile my program. Thank:)

+4
source share
1 answer

Source: https://habr.com/ru/post/1684341/


All Articles