Update README.md

This commit is contained in:
Eric Rozell 2016-11-09 16:05:45 -08:00 committed by GitHub
parent 8cc1dbda4f
commit e32372f8a0

View File

@ -87,6 +87,7 @@ Make the following additions to the given files manually:
**windows/myapp.sln** **windows/myapp.sln**
Add the `ReactNativeVideo` project to your solution. Add the `ReactNativeVideo` project to your solution.
1. Open the solution in Visual Studio 2015 1. Open the solution in Visual Studio 2015
2. Right-click Solution icon in Solution Explorer > Add > Existing Project... 2. Right-click Solution icon in Solution Explorer > Add > Existing Project...
3. Select `node_modules\react-native-video\windows\ReactNativeVideo\ReactNativeVideo.csproj` 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. Add a reference to `ReactNativeVideo` to your main application project.
Using Visual Studio 2015: Using Visual Studio 2015:
1. Right-click main application project > Add > Reference... 1. Right-click main application project > Add > Reference...
2. Check `ReactNativeVideo` from Solution Projects. 2. Check `ReactNativeVideo` from Solution Projects.
Manually from `windows/myapp/myapp.csproj`, add: Manually from `windows/myapp/myapp.csproj`, add:
```xml ```xml
<ProjectReference Include="..\..\node_modules\react-native-video\windows\ReactNativeVideo\ReactNativeVideo.csproj"> <ProjectReference Include="..\..\node_modules\react-native-video\windows\ReactNativeVideo\ReactNativeVideo.csproj">
<Project>{e8f5f57f-757e-4237-ad23-f7a8755427cd}</Project> <Project>{e8f5f57f-757e-4237-ad23-f7a8755427cd}</Project>