Commit 0975081
msftbot[bot]
Add new 'DesignTools' projects (#3318)
## Fixes #3252
Created the `DesignTools` projects and refactored the code to work with the new XAML Designer.
Both `Design` and `DesignTools` projects live SxS (_Side by Side_) now, so that, we can ship for both the designers for the foreseeable future.
_More info in each of the commits' description._
## PR Type
What kind of change does this PR introduce?
- Bugfix
- Feature
- Refactoring (no functional changes)
- Build
## What is the current behavior?
Design tools don't work well with our controls (after VS v16.4 upgrade) because of the new XAML designer.
## What is the new behavior?
Now the design tools should work as before as the new `DesignTools` projects have been introduced to work with the new XAML designer.
## PR Checklist
Please check if your PR fulfills the following requirements:
- [x] Tested code with current [supported SDKs](../readme.md#supported)
- [ ] Pull Request has been submitted to the documentation repository [instructions](../contributing.md#docs). Link: **NIL**
- [x] Header has been added to all new source files (run *build/UpdateHeaders.bat*)
- [x] Contains **NO** breaking changes
## Other information
More info will be added as the PR progressesFile tree
91 files changed
+1698
-1878
lines changed- Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design
- Common
- Controls
- Properties
- Microsoft.Toolkit.Uwp.UI.Controls.DataGrid
- Microsoft.Toolkit.Uwp.UI.Controls.Design
- Common
- Controls
- Properties
- Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Design
- Common
- Controls
- Properties
- Microsoft.Toolkit.Uwp.UI.Controls.Markdown
- Microsoft.Toolkit.Uwp.UI.Controls
- SmokeTests
- build
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+1698
-1878
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 2 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
13 | 6 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 7 | | |
23 | | - | |
| 8 | + | |
24 | 9 | | |
25 | 10 | | |
26 | 11 | | |
27 | 12 | | |
28 | 13 | | |
29 | 14 | | |
30 | 15 | | |
| 16 | + | |
| 17 | + | |
31 | 18 | | |
32 | 19 | | |
33 | 20 | | |
| |||
36 | 23 | | |
37 | 24 | | |
38 | 25 | | |
| 26 | + | |
39 | 27 | | |
Lines changed: 0 additions & 253 deletions
This file was deleted.
Lines changed: 0 additions & 49 deletions
This file was deleted.
0 commit comments