From e32372f8a0c3f576a093cee6e181ea194b4e8b84 Mon Sep 17 00:00:00 2001 From: Eric Rozell Date: Wed, 9 Nov 2016 16:05:45 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b718c34..dffa90df 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Make the following additions to the given files manually: **windows/myapp.sln** Add the `ReactNativeVideo` project to your solution. + 1. Open the solution in Visual Studio 2015 2. Right-click Solution icon in Solution Explorer > Add > Existing Project... 3. Select `node_modules\react-native-video\windows\ReactNativeVideo\ReactNativeVideo.csproj` @@ -96,10 +97,12 @@ Add the `ReactNativeVideo` project to your solution. Add a reference to `ReactNativeVideo` to your main application project. Using Visual Studio 2015: + 1. Right-click main application project > Add > Reference... 2. Check `ReactNativeVideo` from Solution Projects. Manually from `windows/myapp/myapp.csproj`, add: + ```xml {e8f5f57f-757e-4237-ad23-f7a8755427cd}