Missing Visual Studio Project Template for Xamarin Shared Project -
visual studio 2013 update 4 not show shared project template. have xamarin forms project templates. installed fresh update of xamarin morning. based on i've found far, used issue vs update 2. idea on how shared project template show up?
from xamarin support:
no, there's no optional bits missing. think visual studio update 4 removed shared project template. it's microsoft template, not xamarin one. can still create xamarin.forms app shared project (that's our template), no longer allow create independent shared project.
so, 3 ways create 1 if using visual studio 2013:
1) switch xamarin studio , create there , close , reopen solution in vs. vs recognize project, doesn't have template create anymore. easiest approach.
2) install "shared project template" online templates - 3rd party template; i've not tried if want stay in vs , have template, it's worth shot.
3) create either universal windows store app (which uses shared proejct), or xamarin.forms app , delete other projects :)
alternatively, visual studio 2015 (currently in ctp); last time checked, still has project template - can install side-by-side vs2013 , use ide.
Comments
Post a Comment