Add WpfCalculator app in a parallel directory to DrawingIsland, with steps#353
Draft
JesseCol wants to merge 49 commits intouser/jeffstall/drawingislandfrom
Draft
Add WpfCalculator app in a parallel directory to DrawingIsland, with steps#353JesseCol wants to merge 49 commits intouser/jeffstall/drawingislandfrom
JesseCol wants to merge 49 commits intouser/jeffstall/drawingislandfrom
Conversation
b1ad29e to
fae1230
Compare
jeffstall
requested changes
May 9, 2024
| <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> | ||
| <PlatformTarget>AnyCPU</PlatformTarget> |
Contributor
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change: