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

[4.0] Create new .sln file for all new projects #791

Merged
merged 3 commits into from
Jul 30, 2018

Conversation

FreezyLemon
Copy link
Contributor

Purpose of this PR

  • Move all new projects that were/will be added during the development of version 4.0 to a new OpenTK.sln
  • Leave the old .sln available as OpenTK.Legacy.sln (just to access code, build is broken now)
    • Should be removed when 4.0 is done/everything is ported or updated
  • Move .props files to props folder (old structure was named incorrectly (those aren't build targets) and unnecessarily nested)

Comments

This should allow us to work on 4.0 more easily, e.g. to:

  • Fix stylecop errors (no need to do so in the old projects)
  • not break the new projects
  • get a new build process up and running (preferrably without FAKE)
  • get CI working again

and so on.

Copy link
Contributor

@Nihlus Nihlus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@Nihlus Nihlus merged commit ef52c1e into opentk:4.0 Jul 30, 2018
@FreezyLemon FreezyLemon deleted the 4.0-new-sln branch July 31, 2018 07:49
@varon varon added this to Done in OpenTK 4.0 Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
OpenTK 4.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants