Skip to content

Commit

Permalink
build: add missing project to the deployment solution
Browse files Browse the repository at this point in the history
  • Loading branch information
yv989c committed Nov 26, 2023
1 parent f4a8d27 commit fbf58b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BlazarTech.QueryableValues.SqlServer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QueryableValues.SqlServer.EFCore7", "src\QueryableValues.SqlServer.EFCore7\QueryableValues.SqlServer.EFCore7.csproj", "{F7FFB4FE-1E81-41EF-B93E-5EEDA30C2A99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QueryableValues.SqlServer.EFCore8", "src\QueryableValues.SqlServer.EFCore8\QueryableValues.SqlServer.EFCore8.csproj", "{91D461B8-ECE6-4852-806E-2DD17ACA3B04}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -56,6 +58,12 @@ Global
{F7FFB4FE-1E81-41EF-B93E-5EEDA30C2A99}.Release|Any CPU.Build.0 = Release|Any CPU
{F7FFB4FE-1E81-41EF-B93E-5EEDA30C2A99}.Test|Any CPU.ActiveCfg = Test|Any CPU
{F7FFB4FE-1E81-41EF-B93E-5EEDA30C2A99}.Test|Any CPU.Build.0 = Test|Any CPU
{91D461B8-ECE6-4852-806E-2DD17ACA3B04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91D461B8-ECE6-4852-806E-2DD17ACA3B04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91D461B8-ECE6-4852-806E-2DD17ACA3B04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91D461B8-ECE6-4852-806E-2DD17ACA3B04}.Release|Any CPU.Build.0 = Release|Any CPU
{91D461B8-ECE6-4852-806E-2DD17ACA3B04}.Test|Any CPU.ActiveCfg = Test|Any CPU
{91D461B8-ECE6-4852-806E-2DD17ACA3B04}.Test|Any CPU.Build.0 = Test|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit fbf58b0

Please sign in to comment.