I’am use Unity 5.2 + VS2015 Community to build Windows 10 Universal project. When I build in Unity and try open result solution in VS, Assembly-CSharp and Assembly-CSharp-firstpass projects loaded, but main project failed load. How fix this??
I am solve problem. This is Unity Bug, when Unity generate *.csproj file, sometimes write 5 number version - it error
10.0.10586.0.0
and Visual studio cannot parse this project file
Need delete last number
10.0.10586.0
and all will be loaded ok