Closed
Description
I'm inclined to rewrite the solution to have the following:
- Configurations:
Debug
,Release
- Platforms:
All
,VS2015
,VS2017
Where all configurations and platforms try to build everything, with the exception of 2017 specific projects for the VS2015 platform, and 2015 specific projects for the VS2017 platform. I don't think we need the *.Lab
variations of MICore/MIDebugEngine. Each project currently only has the Any CPU
or x86
platform.
Right now the solution has the following:
- Configurations:
Debug
,Debug.Lab
,Release
,Release.Lab
- Platforms:
Any CPU
,Mixed Platforms
,x64
,x86
The majority of these are in a less than sane state:
Any CPU
- None of the setup projects are set to build in
!Lab
VisualRust.Test
not set to build inRelease
Debug.Lab
buildsRelease
setup projects
- None of the setup projects are set to build in
Mixed Platforms
: Similar toAny CPU
, although Setup projects are built inRelease
(but still not inDebug
)x64
: None of the projects even have x64 variations, and bothDebug
andRelease
only build 4 projects.x86
:Debug
andRelease
aren't building a random assortment of projects.
Metadata
Metadata
Assignees
Labels
No labels