-
Notifications
You must be signed in to change notification settings - Fork 229
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
base: user/jeffstall/drawingisland
Are you sure you want to change the base?
Conversation
b1ad29e
to
fae1230
Compare
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.
Comments
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> | ||
<PlatformTarget>AnyCPU</PlatformTarget> |
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.
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 |
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.
Put System first, then Windows, then Microsoft, then local.
Copy latest Text and device-lost changes.
…/WindowsAppSDK-Samples into user/jessecol/calc-app
…to user/jessecol/calc-app Updating with latest bits from drawingisland branch.
Probably a DispatcherQueue integration problem. This works around at expense of performance.
This reverts commit 5f17057. Remove the demo2_step3 code
423bb42
to
2969af0
Compare
Align comments with actual VS Bookmark tags that are used for the Ignite2024 demo script.
Start of Ignite 2024 demo, snapped 11/14/2024.
Change DrawingIsland C++ and C# to also be at a starting point, aligning with Build 2024.
…kdrop, make the package name more readable
Update project file to make it easier to demo.
Start with Lottie Simplify uncommenting.
This change: