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 WpfCalculator app in a parallel directory to DrawingIsland, with steps #353

Draft
wants to merge 35 commits into
base: user/jeffstall/drawingisland
Choose a base branch
from

Conversation

JesseCol
Copy link
Collaborator

@JesseCol JesseCol commented May 9, 2024

This change:

  • Creates a WpfCalculator app in the islands directory, parallel to DrawingIsland.
  • It contains comments for the various demo steps. See WpfCalculator/readme.md.

Copy link
Contributor

@jeffstall jeffstall left a comment

Choose a reason for hiding this comment

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

Comments

<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<PlatformTarget>AnyCPU</PlatformTarget>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you fix to completely remove "Any CPU" and "arm"?

// // Copyright (c) Microsoft. All rights reserved.
// // Licensed under the MIT license. See LICENSE file in the project root for full license information.

#if false // Demo3_Step2_AddCompact
Copy link
Contributor

Choose a reason for hiding this comment

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

Put System first, then Windows, then Microsoft, then local.

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