Opened 9 years ago
Closed 9 years ago
#1881 closed enhancement (fixed)
Visual Studio 2015 support
Reported by: | riza | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.5 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by riza)
To support to Visual Studio 2015 (VS 2015), this ticket will introduce these files:
- Solution file : pjproject-vs14.sln - Project files : *.vcxproj - Project properties sheet files : *.props - Project filter files : *.filters
Please note that in VS 2015, VC++ directories settings are available in the user property sheet.
To include them in a global setting, use Microsoft.cpp.<Platform>.users (e.g: Microsoft.Cpp.Win32.user) properties sheet file.
Change History (8)
comment:1 Changed 9 years ago by riza
comment:2 Changed 9 years ago by nanang
In 5169:
comment:3 Changed 9 years ago by nanang
In 5170:
comment:4 Changed 9 years ago by nanang
In 5172:
comment:5 Changed 9 years ago by nanang
In 5175:
comment:6 Changed 9 years ago by riza
In 5181:
comment:7 Changed 9 years ago by riza
- Description modified (diff)
comment:8 Changed 9 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5168: