-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Here's the basic process: | ||
|
||
**Demo2_Step2_RunCalcWithThemes** | ||
* Open WpfCalculator.sln. | ||
* Ensure settings are: | ||
|
||
![alt text](img/image.png) | ||
|
||
* ctrl+f5 | ||
|
||
**Demo2_Step3_AddPackaging** | ||
* Change Startup project to: | ||
|
||
![alt text](img/image-1.png) | ||
|
||
* ctrl+f5 | ||
* App runs, and looks the same. Note how the Start Menu now contains "CalculatorDemoPackage". | ||
|
||
**Demo3_Step2_AddCompact** | ||
* Remove comments for "Demo3_Step1_AddWasdk" | ||
* ctrl+f5 | ||
* App now has "compact" mode | ||
|
||
**Demo4_Step2_AddIsland** | ||
* Remove comments for "Demo4_Step2_AddIsland" | ||
* ctrl+f5 | ||
* App now has an option File | Add DrawingIsland. | ||
|
||
|
||
|