Skip to content

Commit

Permalink
Forgot to include these
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed May 4, 2024
1 parent 45e0d64 commit cf6745d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions OkTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lyfe.Cli", "src\Lyfe.Cli\Ly
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LyfeCli-Tests", "src\Lyfe.Cli\LyfeCli-Tests.csproj", "{C875B7D7-7FF4-4732-9FE0-A7A35D077F94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Terminal", "src\Core.Terminal\Core.Terminal.csproj", "{D6D04E0D-8325-4BDF-B4E8-2CBFF54764DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Terminal-Tests", "src\Core.Terminal\Core.Terminal-Tests.csproj", "{CB4C57D5-478F-4066-BC7A-2C2F42F36109}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -102,5 +106,13 @@ Global
{C875B7D7-7FF4-4732-9FE0-A7A35D077F94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C875B7D7-7FF4-4732-9FE0-A7A35D077F94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C875B7D7-7FF4-4732-9FE0-A7A35D077F94}.Release|Any CPU.Build.0 = Release|Any CPU
{D6D04E0D-8325-4BDF-B4E8-2CBFF54764DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6D04E0D-8325-4BDF-B4E8-2CBFF54764DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6D04E0D-8325-4BDF-B4E8-2CBFF54764DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6D04E0D-8325-4BDF-B4E8-2CBFF54764DE}.Release|Any CPU.Build.0 = Release|Any CPU
{CB4C57D5-478F-4066-BC7A-2C2F42F36109}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB4C57D5-478F-4066-BC7A-2C2F42F36109}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB4C57D5-478F-4066-BC7A-2C2F42F36109}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB4C57D5-478F-4066-BC7A-2C2F42F36109}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

0 comments on commit cf6745d

Please sign in to comment.