openlvc / portico

Portico is an open source, cross-platform, fully supported HLA RTI implementation. Designed with modularity and flexibility in mind, Portico is a production-grade RTI for the Simulation and Training Community, so come say hi!
http://www.porticoproject.org
151 stars 81 forks source link

Create Visual Studio 2013 and 2015 Projects #245

Closed timpokorny closed 6 years ago

timpokorny commented 6 years ago

Summary

Eclipse CDT on Windows is just painful. For Windows C++ interface development we'll use Visual Studio.

Acceptance Criteria

Once complete, Portico shall:

Visual Studio 2013 Solution

Visual Studio 2015 Solution

timpokorny commented 6 years ago

@michaelrfraser - I have created the solution and a single project (1516e DLL, Debug x64).

I reckon we only need Debug x64 as build configurations for now. Have enabled parallel build to keep things quick. Have also set output and intermediate top-level directories to: codebase\build\cpp\visualstudio\{2013|2015}\{output|intermediate}.

Will hand off to you as requested (cheers!)

NOTE Branch is port245-vsprojects

timpokorny commented 6 years ago

Done! Good job.