microsoft / AppModelSamples

Sample code for AppModel features
MIT License
200 stars 102 forks source link

xaml files have wrong line ending #5

Open mwelo opened 5 years ago

mwelo commented 5 years ago

xaml files should have CRLF line termination, not just LF. Otherwise it says Invalid Markup in Designer and it won't build correctly. Actually, all project files should have the right line ending.