Updated daily report to show correct information when two work weeks split quarters.
Also current changes to project with Blazor implementation is implemented here as well.
This commit is contained in:
@ -18,6 +18,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
.config\dotnet-tools.json = .config\dotnet-tools.json
|
||||
EndProjectSection
|
||||
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
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@ -40,6 +44,14 @@ Global
|
||||
{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.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
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
Reference in New Issue
Block a user