Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 338 Bytes

0005_rename-app-xaml-file.md

File metadata and controls

10 lines (7 loc) · 338 Bytes

Notes

  • After renaming the App.xaml file, I received the following error:

    error CS5001: Program does not contain a static 'Main' method suitable for an entry point
    
  • I found this StackOverflow answer which suggested, that I should right-click and set the build action to application definition in the properties.