Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructuring of Visual Studio Extensions #71

Merged
merged 10 commits into from Jan 28, 2015
Merged

Conversation

dwmkerr
Copy link
Owner

@dwmkerr dwmkerr commented Jan 23, 2015

The Visual Studio Extensions are not part of the core functionality of SharpGL, but add complexity to the build process and maintenance. To simplify things, everything to do with Visual Studio Extensions now sits in:

\extensions\

A detailed description of the structure of this folder, the software needed to build the extensions and how to build the extensions is in the README.md file in the extensions folder.

Other improvements to extensions:

  • Visual Studio 2013 is supported
  • The projects use Nuget to reference SharpGL

Fixes #42, #56, #68.

@dwmkerr dwmkerr added this to the SharpGL 2.4 milestone Jan 23, 2015
@dwmkerr dwmkerr mentioned this pull request Jan 25, 2015
@robinsedlaczek
Copy link
Contributor

Hey Dave!

Looks good for me! Changing to NuGet and refactor the extensions out is logically. Cool thing! I would strongly suggest, that we support Visual Studio 2015! The Microsoft guys take big steps forward. They released Update 5 CTP 2 these days. So release will be soon. I'll create an issue. We should take it into 2.5.

@dwmkerr
Copy link
Owner Author

dwmkerr commented Jan 28, 2015

Hi Robin,

Thanks for checking this - the nice thing about using Nuget for the extensions is that we can release updates of SharpGL without having to update the extensions, consumers can just update their packages. Good call on extensions for 2015, I'll update the milestone for #77 to be 2.5

dwmkerr added a commit that referenced this pull request Jan 28, 2015
Restructuring of Visual Studio Extensions
@dwmkerr dwmkerr merged commit 2df2cda into v/2.4 Jan 28, 2015
@dwmkerr dwmkerr deleted the d/ExtensionsForVS2013 branch January 28, 2015 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants