Solution Name
The file name of the Visual Studio solution (.sln) that BimlFlex generates alongside the SSDT database projects.
The value supports the @@VersionName and @@CustomerName placeholders, which resolve to the current version name and customer name. The solution lists every generated database project, and is only written when a file with the resolved name does not already exist — an existing solution is left untouched.
When to Change This Setting
Keep the default @@VersionName.sln to get one solution per version. Set an explicit name to keep a stable solution file name across versions, or include @@CustomerName to distinguish solutions per customer.
Related Settings
| Setting | Interaction |
|---|---|
| Output Path | The folder the solution and projects are written into |
| Visual Studio Version | The Visual Studio version stamped into the generated solution |
Notes
- This setting is part of the SSDT settings category.
- The default value for this setting is
@@VersionName.sln.