Skip to content

Commit

Permalink
Added Foundatio.Parsers.SqlQueries to Foundatio.All.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Sep 27, 2024
1 parent a3a9f59 commit 40f70a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Foundatio.All.sln
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Kafka.Subscribe",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Parsers.ElasticQueries.Tests", "..\Foundatio.Parsers\tests\Foundatio.Parsers.ElasticQueries.Tests\Foundatio.Parsers.ElasticQueries.Tests.csproj", "{F25CB5A4-DE0E-4476-9736-DCD619BC8960}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foundatio.Parsers.SqlQueries.Tests", "..\Foundatio.Parsers\tests\Foundatio.Parsers.SqlQueries.Tests\Foundatio.Parsers.SqlQueries.Tests.csproj", "{FECAABE4-7B4B-4F70-A539-2B2ED4638AFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foundatio.Parsers.SqlQueries", "..\Foundatio.Parsers\src\Foundatio.Parsers.SqlQueries\Foundatio.Parsers.SqlQueries.csproj", "{DC95F757-B081-48E5-95AE-E8AF2A9FEB63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -272,6 +276,14 @@ Global
{F25CB5A4-DE0E-4476-9736-DCD619BC8960}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F25CB5A4-DE0E-4476-9736-DCD619BC8960}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F25CB5A4-DE0E-4476-9736-DCD619BC8960}.Release|Any CPU.Build.0 = Release|Any CPU
{FECAABE4-7B4B-4F70-A539-2B2ED4638AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FECAABE4-7B4B-4F70-A539-2B2ED4638AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FECAABE4-7B4B-4F70-A539-2B2ED4638AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FECAABE4-7B4B-4F70-A539-2B2ED4638AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{DC95F757-B081-48E5-95AE-E8AF2A9FEB63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC95F757-B081-48E5-95AE-E8AF2A9FEB63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC95F757-B081-48E5-95AE-E8AF2A9FEB63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC95F757-B081-48E5-95AE-E8AF2A9FEB63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -299,6 +311,7 @@ Global
{3CFBAED8-1FCD-4237-B7E6-59FCDC4FB0F5} = {A1DFF80C-113F-4FEC-84BB-1E3790FB410F}
{0B2C6825-972B-4B52-84A6-81C668FFCD5C} = {A1DFF80C-113F-4FEC-84BB-1E3790FB410F}
{F25CB5A4-DE0E-4476-9736-DCD619BC8960} = {70515E66-DAF8-4D18-8F8F-8A2934171AA9}
{FECAABE4-7B4B-4F70-A539-2B2ED4638AFA} = {70515E66-DAF8-4D18-8F8F-8A2934171AA9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD75F5C6-658B-40DF-A8F6-91C3EB76DAAA}
Expand Down

0 comments on commit 40f70a8

Please sign in to comment.