Opened 9 years ago

Closed 8 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

In 5168:

Re #1881: Add Visual Studio 2015 support.

comment:2 Changed 9 years ago by nanang

In 5169:

Re #1881:

  • Updated build output naming 'vc8' -> 'vc14' for VS2015.
  • Fixed miscelaneous warnings in VS2015 project settings.
  • Updated SVN ignore property.

comment:3 Changed 9 years ago by nanang

In 5170:

Re #1881: Fixed compile warnings on VS2015 about declaration hides previous declaration.

comment:4 Changed 9 years ago by nanang

In 5172:

Re #1881: Removed WM5 & WM6 target from VS2015 solution, also fixed libmilenage not included in some build configs.

comment:5 Changed 9 years ago by nanang

In 5175:

Re #1881: Minor update on pjlib-util project to use default target platform version.

comment:6 Changed 9 years ago by riza

In 5181:

Re #1881: Add filters file.

comment:7 Changed 9 years ago by riza

  • Description modified (diff)

comment:8 Changed 8 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.