mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
windows: add path to Property Manager for VS2017
This commit is contained in:
parent
82dd7c3215
commit
e2a018290c
1 changed files with 6 additions and 2 deletions
|
@ -153,8 +153,12 @@ The included property sheets make creating new projects extremely easy.
|
|||
In Visual Studio 2010 create a new project (Normally a `Win32
|
||||
Console` or `Win32 Application`). Then go to the Property Manager
|
||||
(View→Property Manager), right-click on your project and select “Add
|
||||
Existing Property Sheet...”. Navigate to
|
||||
`%GSTREAMER_ROOT_X86%`\\`share\vs\2010\libs` and
|
||||
Existing Property Sheet...”.
|
||||
|
||||
> In Visual Studio 2017, the property manager can be found in
|
||||
> View→Other Windows→Property Manager
|
||||
|
||||
Navigate to `%GSTREAMER_ROOT_X86%`\\`share\vs\2010\libs` and
|
||||
load `gstreamer-1.0.props `
|
||||
|
||||
This property sheet contains the directories where the headers and
|
||||
|
|
Loading…
Reference in a new issue