microsoft / WPF-Samples

Repository for WPF related samples
MIT License
5.15k stars 3.21k forks source link

Update SortFilter.csproj #656

Closed noonand closed 1 month ago

noonand commented 1 month ago

As it stands when opening this project an error about not being able to find the entry point occurs. The fix is to change it from Application Definition to Page and back again, These are the resulting changes in the .csproj file

Microsoft Reviewers: Open in CodeFlow
dipeshmsft commented 1 month ago

Hey @noonand,

I tried this out, but I am not facing any error. I can build and run the app without making any changes to .csproj file.

Can you elaborate your scenario ?

noonand commented 1 month ago

Hello @dipeshmsft,

It is entirely possible that it was something wrong with my setup. Disregard the PR if you don't think it's needed. I won't be offended ;-)

dipeshmsft commented 1 month ago

In that case, I am going ahead and closing this PR, also you are not allowed to be mad at me ;-)
Thanks @noonand for the quick response. Feel free to start another conversation if you find something wrong about it.