Skip to content

Commit

Permalink
Merge pull request #31 from Lombiq/issue/NEST-302-alt
Browse files Browse the repository at this point in the history
NEST-302: Adding UI Test Project
  • Loading branch information
wAsnk authored Aug 31, 2022
2 parents cc95328 + 17e3316 commit e556e67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Lombiq.Hosting.Tenants.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.Hosting.Tenants.Mana
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.Hosting.Tenants.IdleTenantManagement", "Lombiq.Hosting.Tenants.IdleTenantManagement\Lombiq.Hosting.Tenants.IdleTenantManagement.csproj", "{CE2B8933-B900-4243-B7B3-FB4A66AF0681}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI", "Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI\Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI.csproj", "{E2F50048-399C-4B51-848C-85D35C938B6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -27,6 +29,10 @@ Global
{CE2B8933-B900-4243-B7B3-FB4A66AF0681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE2B8933-B900-4243-B7B3-FB4A66AF0681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE2B8933-B900-4243-B7B3-FB4A66AF0681}.Release|Any CPU.Build.0 = Release|Any CPU
{E2F50048-399C-4B51-848C-85D35C938B6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2F50048-399C-4B51-848C-85D35C938B6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2F50048-399C-4B51-848C-85D35C938B6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2F50048-399C-4B51-848C-85D35C938B6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit e556e67

Please sign in to comment.