How can I connect xaml and xaml.cs files

前端 未结 11 1907
既然无缘
既然无缘 2020-12-14 05:27

I had a VB projected and converted it to C# using online conversion tools. Now the problem is xaml and xaml.cs file do not connect to each other, t

11条回答
  •  旧巷少年郎
    2020-12-14 06:08

    In a Shared Project there is .shproj file instead of a .csproj file and the and items do not exist there. However I found there is also a .projitems file and adding a section there as described above caused the .xaml and .cs files to be linked

提交回复
热议问题