kenneththorman / webrtc-app-mono

Porting WebRTC app to C# - Mono.Android (and iOS in the future - hoping for code reuse using MVVMCross)
BSD 3-Clause "New" or "Revised" License
28 stars 13 forks source link

Importing the project into Visual Studio #4

Open sarinrohan opened 10 years ago

sarinrohan commented 10 years ago

Whenever I try to open the .sln file with Visual Studio 2012, ti gives me an error "This version of Visual Studio does not have the following project types installed or does not support them. You can still open these projects in the version of Visual Studio in which they were originally created.

 - WebRtc.Mono.Droid, "C:\Users\***\Desktop\webrtc-app-mono-master\WebRtc.Mono.Droid\WebRtc.Mono.Droid.csproj"
 - Org.Webrtc.Videoengineapp, "C:\Users\***\Desktop\webrtc-app-mono-master\Org.Webrtc.Videoengineapp\Org.Webrtc.Videoengineapp.csproj"
 - Org.Webrtc.Videoengine, "C:\Users\***\Desktop\webrtc-app-mono-master\Org.Webrtc.Videoengine\Org.Webrtc.Videoengine.csproj"
 - Org.Webrtc.Voiceengine, "C:\Users\***\Desktop\webrtc-app-mono-master\Org.Webrtc.Voiceengine\Org.Webrtc.Voiceengine.csproj"
kenneththorman commented 10 years ago

This is most likely happening if you do not have the appropriate Xamarin Visual studio extensions installed for Xamarin.Android or Xamarin.iOS development.

Med venlig hilsen

Kenneth Thorman

On Mon, Sep 8, 2014 at 2:05 PM, sarinrohan notifications@github.com wrote:

Whenever I try to open the .sln file with Visual Studio 2012, ti gives me an error "This version of Visual Studio does not have the following project types installed or does not support them. You can still open these projects in the version of Visual Studio in which they were originally created.

  • WebRtc.Mono.Droid, "C:\Users***\Desktop\webrtc-app-mono-master\WebRtc.Mono.Droid\WebRtc.Mono.Droid.csproj"
  • Org.Webrtc.Videoengineapp, "C:\Users***\Desktop\webrtc-app-mono-master\Org.Webrtc.Videoengineapp\Org.Webrtc.Videoengineapp.csproj"
  • Org.Webrtc.Videoengine, "C:\Users***\Desktop\webrtc-app-mono-master\Org.Webrtc.Videoengine\Org.Webrtc.Videoengine.csproj"
  • Org.Webrtc.Voiceengine, "C:\Users***\Desktop\webrtc-app-mono-master\Org.Webrtc.Voiceengine\Org.Webrtc.Voiceengine.csproj"

Reply to this email directly or view it on GitHub https://github.com/kenneththorman/webrtc-app-mono/issues/4.