Removed references to Blazor implementation due to issue with release.

This commit is contained in:
Daniel Wathen 2023-04-03 10:03:19 -07:00
parent 72e7a55ab4
commit 78c9421913

View File

@ -18,10 +18,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.config\dotnet-tools.json = .config\dotnet-tools.json .config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection EndProjectSection
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportingServices.Blazor", "ReportingServices.Blazor\ReportingServices.Blazor.csproj", "{3314DA8B-FC7A-4916-BA40-CA7C5C1EEA77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportingServices.Shared.Blazor", "ReportingServices.Shared.Blazor\ReportingServices.Shared.Blazor.csproj", "{12A16C96-E775-4E1F-BCA0-8C1CA7D6F1F1}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@ -44,14 +40,6 @@ Global
{0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Debug|Any CPU.Build.0 = Debug|Any CPU {0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Release|Any CPU.ActiveCfg = Release|Any CPU {0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Release|Any CPU.Build.0 = Release|Any CPU {0A8FDF86-8BF8-4A3B-9D8B-DBC8DAA35AD5}.Release|Any CPU.Build.0 = Release|Any CPU
{3314DA8B-FC7A-4916-BA40-CA7C5C1EEA77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3314DA8B-FC7A-4916-BA40-CA7C5C1EEA77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3314DA8B-FC7A-4916-BA40-CA7C5C1EEA77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3314DA8B-FC7A-4916-BA40-CA7C5C1EEA77}.Release|Any CPU.Build.0 = Release|Any CPU
{12A16C96-E775-4E1F-BCA0-8C1CA7D6F1F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12A16C96-E775-4E1F-BCA0-8C1CA7D6F1F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12A16C96-E775-4E1F-BCA0-8C1CA7D6F1F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12A16C96-E775-4E1F-BCA0-8C1CA7D6F1F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE