You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify DesignSurface and TestConsole into DemoConsole
Fixes#13338
## Proposed changes
- Renamed files in `DesignSurfaceExt` to match the updated class names
from PR #13433
- Moved all code files from `DesignSurfaceExt` into the `DemoConsole`
project directory
- Integrated all relevant configuration from `DesignSurfaceExt.csproj`
into `DemoConsole.csproj`
- Deleted `DesignSurfaceExt.csproj`
- Merged the contents of `Directory.Build.props` into
`DemoConsole.csproj` to consolidate all settings in one place
- Removed the now redundant `Directory.Build.props` file
- Relocated the `DemoConsole` folder up one level to align with other
integration test projects
- Deleted the now empty `DesignSurfaceExt` folder
## Customer Impact
- None
## Risk
- Minimal
## Test methodology
- Manual
## Test environment(s)
- 10.0.100-preview.3.25201.16
0 commit comments