-
Notifications
You must be signed in to change notification settings - Fork 329
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
Initial commit of Reunion Common Entrypoint #1
Conversation
@@ -0,0 +1,269 @@ | |||
## Ignore Visual Studio temporary files, build results, and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a fan of the kitchen sink .gitignore
that Visual Studio generates. I'd rather be deliberate about what I ignore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of this is probably unneeded if you also pick up the directory.props and other root configurations that make sure all the VS generated goop is in the root "BuildOutput" folder. VS generates quite a lot of nonsense into the source tree if you aren't careful though and I feel this is safer than folks accidentally blowing up the remote git repo with binary blobs that are never meant to be checked in.
{A4412A57-CECE-4494-A873-CCBBA5C6E9E6}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{A4412A57-CECE-4494-A873-CCBBA5C6E9E6}.Debug|x86.Build.0 = Debug|Win32 | ||
{A4412A57-CECE-4494-A873-CCBBA5C6E9E6}.Release|ARM.ActiveCfg = Release|ARM | ||
{A4412A57-CECE-4494-A873-CCBBA5C6E9E6}.Release|ARM.Build.0 = Release|ARM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make sure we have ARM64 configs from the get-go.
Bring up initial markdown documentation, solution, "common" type, and get things building.
Much more work to be done:
docs/
content promised in the README