mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +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
|
In Visual Studio 2010 create a new project (Normally a `Win32
|
||||||
Console` or `Win32 Application`). Then go to the Property Manager
|
Console` or `Win32 Application`). Then go to the Property Manager
|
||||||
(View→Property Manager), right-click on your project and select “Add
|
(View→Property Manager), right-click on your project and select “Add
|
||||||
Existing Property Sheet...”. Navigate to
|
Existing Property Sheet...”.
|
||||||
`%GSTREAMER_ROOT_X86%`\\`share\vs\2010\libs` and
|
|
||||||
|
> 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 `
|
load `gstreamer-1.0.props `
|
||||||
|
|
||||||
This property sheet contains the directories where the headers and
|
This property sheet contains the directories where the headers and
|
||||||
|
|
Loading…
Reference in a new issue