-
Notifications
You must be signed in to change notification settings - Fork 6k
Changed code references to reflect code changes #10139
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
Conversation
Closing and reopening to begin new build after dotnet/samples#590 is merged. |
Closing and reopening to begin new build. |
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.
Looks great @rpetrusha! Left some comments for you to consider.
docs/framework/wpf/app-development/application-management-overview.md
Outdated
Show resolved
Hide resolved
docs/framework/wpf/app-development/application-management-overview.md
Outdated
Show resolved
Hide resolved
|
||
### Configuring the Application Definition for MSBuild | ||
Standalone applications and [!INCLUDE[TLA#tla_xbap#plural](../../../../includes/tlasharptla-xbapsharpplural-md.md)] require the implementation of a certain level of infrastructure before they can run. The most important part of this infrastructure is the entry point. When an application is launched by a user, the operating system calls the entry point, which is a well-known function for starting applications. | ||
Standalone applications and XBAPs require the implementation of a certain level of infrastructure before they can run. The most important part of this infrastructure is the entry point. When an application is launched by a user, the operating system calls the entry point, which is a well-known function for starting applications. |
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.
would it be good to continue to spell out XBAP here?
…view.md Co-Authored-By: rpetrusha <ronpet@microsoft.com>
Changed code references to reflect code changes
Related to #590
Contributes to #2994