|
| 1 | + |
| 2 | +# Visual Studio 2017 openFrameworks plugin |
| 3 | + |
| 4 | +Allows to easily create new openFrameworks projects from inside Visual Studio 2017 and configure the addons in them. |
| 5 | + |
| 6 | +- [Getting started](#getting-started) |
| 7 | +- [Contributing](#contributor-guidelines) |
| 8 | +- [Previous versions](#previous-versions) |
| 9 | +- [Release notes](#release-notes) |
| 10 | + |
| 11 | +## Getting started |
| 12 | + |
| 13 | +For more info on how to use openFrameworks with Visual Studio, check the setup |
| 14 | +guide at http://openframeworks.cc/setup/vs |
| 15 | + |
| 16 | +Note that the guide might refer to Visual Studio 2015, but the instructions also apply to Visual Studio 2017. |
| 17 | + |
| 18 | +### Note |
| 19 | +This project is an upgraded version from the original [Visual Studio 2015 extension](https://github.com/openframeworks/visualstudioPlugin), |
| 20 | +developed by by [@arturo](https://github.com/arturoc). |
| 21 | + |
| 22 | +## Contributor guidelines |
| 23 | + |
| 24 | +``` |
| 25 | +The information below is for developers looking to contribute to the openFrameworks project creator for Visual Studio. |
| 26 | +To learn about how to get started with openFrameworks using Visual Studio check http://openframeworks.cc/setup/vs. |
| 27 | +``` |
| 28 | + |
| 29 | +To develop this solution further, clone the repo and open /src/VSIXopenFrameworks.sln in Visual Studio. |
| 30 | + |
| 31 | +Running the **VSIXopenFrameworks** project (right-click, Debug, or F5) will start the experimental version of Visual Studio, |
| 32 | +which will run having the Visual Studio Extension (vsix) already loaded. |
| 33 | + |
| 34 | +If you are new to Visual Studio Extension, check the documentation at |
| 35 | +https://docs.microsoft.com/en-us/visualstudio/extensibility/starting-to-develop-visual-studio-extensions?view=vs-2017. |
| 36 | + |
| 37 | +## Previous versions |
| 38 | + |
| 39 | +The project creator for Visual Studio 2015 is not from the Market Place, meaning it cannot be installed from Visual Studio |
| 40 | +Tools menu, Extensions and Updates, Online. If you are still using using VS 2015, you can manually installed the extension |
| 41 | +from https://github.com/openframeworks/visualstudioPlugin/tree/vs2015 and installing the VSIX file. |
| 42 | + |
| 43 | + |
| 44 | +## Release notes |
| 45 | + |
| 46 | +2019-02-15 v0.5 |
| 47 | +- Upgraded project file to use Visual Studio 2017 (ToolsVersion="15.0"). |
| 48 | +- Included Contributor Guidelines and Release Notes. |
| 49 | + |
| 50 | +2017-07-10 v0.4 |
| 51 | +- First working version.Initial publication to Visual Studio Marketplace at |
| 52 | + https://marketplace.visualstudio.com/items?itemName=HalfA.openFrameworkspluginforVisualStudio2017 |
0 commit comments