Commit f0ddfb6
committed
chore: remove obsolete Stride.ProjectGenerator tool and update_solutions.bat
The tool generated platform-specific .sln files from Stride.sln using
<StrideBuildTags> filtering and .Windows.csproj renaming. Both workflows
are obsolete:
- Platform solutions are now .slnf filters on Stride.slnx
- Cross-platform targets are handled by multi-TFM in a single .csproj
The project-unittest subcommand generated old-style multi-platform test
project scaffolding (.Windows.csproj, AndroidManifest.xml, etc.) which
is incompatible with the current SDK-style build system.
Also removes:
- build/update_solutions.bat (sole caller of the tool)
- Stride.ProjectGenerator entry from build/Stride.slnx
- /sources/tools/Stride.ProjectGenerator/build/ from .gitignore
- Stale generator reference from Stride.Graphics.Tests/README.md1 parent c763fd6 commit f0ddfb6
35 files changed
Lines changed: 1 addition & 2019 deletions
File tree
- build
- sources
- engine/Stride.Graphics.Tests
- tools/Stride.ProjectGenerator
- Properties
- Templates
- Stride.UnitTests
- Properties
- Resources
- drawable
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
| 295 | + | |
299 | 296 | | |
300 | 297 | | |
301 | 298 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 0 additions & 80 deletions
This file was deleted.
0 commit comments