Skip to content

Commit

Permalink
chore: set CLI as first project in solution
Browse files Browse the repository at this point in the history
Because Visual Studio stores the startup project in the user settings for a solution, when one is not set up yet -- such as after cloning the repo locally and running it for the first time -- it will default to the first project listed in the .sln file.
Since the CLI project is the end goal, switching up the order in the file to fit this behavior.

SlavaVedernikov#100
  • Loading branch information
kopelli committed Sep 16, 2024
1 parent 5b6a10f commit fce6dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion C4InterFlow.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "C4InterFlow.Cli", "C4InterFlow.Cli\C4InterFlow.Cli.csproj", "{EB78BBEC-4D8A-456C-90F1-920E45FFF982}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "C4InterFlow", "C4InterFlow\C4InterFlow.csproj", "{B047B5AE-FA9A-453E-B522-F53ED61A0C80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "C4InterFlow.Automation", "C4InterFlow.Automation\C4InterFlow.Automation.csproj", "{5DD6985D-35AC-4154-B09B-2186AB9AA3AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "C4InterFlow.Cli", "C4InterFlow.Cli\C4InterFlow.Cli.csproj", "{EB78BBEC-4D8A-456C-90F1-920E45FFF982}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5B62581-615E-45C5-8A4A-3FEC83B827F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit fce6dcd

Please sign in to comment.