WildernessLabs / NetMF_MonoDevelop_VS_Mac_Addin

.NET MicroFramework add-in for MonoDevelop/Xamarin Studio/Visual Studio Mac
MIT License
0 stars 3 forks source link

Error when opening project created in VS Windows #8

Closed bryancostanich closed 6 years ago

bryancostanich commented 7 years ago
bryancostanich commented 7 years ago

Two csproj files for reference in the zip here.

ApplianceHost.csproj - throws err Connected_Coffee_SimpleControl.csproj - opens fine in mac

I believe it has to do with this line:

  <Import Condition="!EXISTS('$(NetMfTargetsBaseDir)$(TargetFrameworkVersion)\CSharp.Targets')" Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Archive.zip