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

Add common.props for use in all projects #786

Merged
merged 2 commits into from
Jul 21, 2018

Conversation

FreezyLemon
Copy link
Contributor

Purpose of this PR

  • Adds a common.props that contains properties that should be in every project (currently only copyright)

Comments

  • No clue about the state of .iOS and .Android, they don't seem to have any of the other props files imported. I ignored them for now.

@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<Copyright>Copyright (c) 2006 - 2016 Stefanos Apostolopoulos (stapostol@gmail.com) for the Open Toolkit library.</Copyright>
Copy link
Contributor

Choose a reason for hiding this comment

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

Change to 2018?

@@ -1,7 +1,6 @@
<Project>
<PropertyGroup>
<Authors>The OpenTK team.</Authors>
Copy link
Contributor

Choose a reason for hiding this comment

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

It's probably worth moving this property, too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I originally left it in there since VS's description of this element said it was for NuGet:

Could be moved anyways, though.

Copy link
Contributor

Choose a reason for hiding this comment

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

Alright, let's keep it there then.

@Nihlus Nihlus merged commit e50fc8e into opentk:4.0 Jul 21, 2018
@FreezyLemon FreezyLemon deleted the 4.0-add-common-props branch July 21, 2018 21:49
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

3 participants