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

Move every Touch.Client projects to its own folder. #69

Merged
merged 1 commit into from
Jul 14, 2020

Conversation

rolfbjarne
Copy link
Member

It's complicated to have multiple projects in the same folder and not end up
confusing VSfM or the build system, so just put each project in its own
folder.

  • The Directory.Build.props file is now unnecessary, so remove it.
  • It's no longer needed to set BaseIntermediateOutputPath, so don't do it.
  • We can use the default OutputPath again.
  • Make sure NUNITLITE_NUGET is defined in all configurations.

Also add a watchOS project.

It's complicated to have multiple projects in the same folder and not end up
confusing VSfM or the build system, so just put each project in its own
folder.

* The Directory.Build.props file is now unnecessary, so remove it.
* It's no longer needed to set BaseIntermediateOutputPath, so don't do it.
* We can use the default OutputPath again.
* Make sure NUNITLITE_NUGET is defined in all configurations.

Also add a watchOS project.
@rolfbjarne rolfbjarne merged commit 2c2a55e into xamarin:master Jul 14, 2020
@rolfbjarne rolfbjarne deleted the touch-client-projects branch July 14, 2020 14:13
rolfbjarne added a commit that referenced this pull request Jul 14, 2020
It's complicated to have multiple projects in the same folder and not end up
confusing VSfM or the build system, so just put each project in its own
folder.

* The Directory.Build.props file is now unnecessary, so remove it.
* It's no longer needed to set BaseIntermediateOutputPath, so don't do it.
* We can use the default OutputPath again.
* Make sure NUNITLITE_NUGET is defined in all configurations.

Also add a watchOS project.
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.

2 participants