@@ -7,14 +7,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B286BCBD-DAD
77EndProject
88Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{20DAA632-F8AD-4C5F-9E5F-FC82B7CB56A7}"
99EndProject
10- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BlazorLogging " , "src\BlazorLogging\BlazorLogging .csproj" , "{9378C7BF-0899-4835-B8FB-099292C8C63D}"
10+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Blazor.Extensions.Logging " , "src\Blazor.Extensions.Logging\Blazor.Extensions.Logging .csproj" , "{9378C7BF-0899-4835-B8FB-099292C8C63D}"
1111EndProject
1212Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{8A34FDEB-D488-4AE3-887B-8254B33C7A13}"
1313 Project Section (SolutionItems ) = preProject
1414 README .md = README .md
1515 EndProject Section
1616EndProject
17- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "BlazorLogging.Test" , "test\BlazorLogging.Test\BlazorLogging.Test.csproj" , "{C4BB6A39-28E6-454D-8679-92562CEAD0A9}"
17+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Blazor.Extensions.Logging.Test" , "test\Blazor.Extensions.Logging.Test\Blazor.Extensions.Logging.Test.csproj" , "{C4BB6A39-28E6-454D-8679-92562CEAD0A9}"
18+ EndProject
19+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Blazor.Extensions.Logging.JS" , "src\Blazor.Extensions.Logging.JS\Blazor.Extensions.Logging.JS.csproj" , "{1C49147F-7C73-4962-A71C-6A193970D058}"
1820EndProject
1921Global
2022 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -50,13 +52,26 @@ Global
5052 {C4BB6A39-28E6-454D-8679-92562CEAD0A9} .Release| x64 .Build .0 = Release| Any CPU
5153 {C4BB6A39-28E6-454D-8679-92562CEAD0A9} .Release| x86 .ActiveCfg = Release| Any CPU
5254 {C4BB6A39-28E6-454D-8679-92562CEAD0A9} .Release| x86 .Build .0 = Release| Any CPU
55+ {1C49147F-7C73-4962-A71C-6A193970D058} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
56+ {1C49147F-7C73-4962-A71C-6A193970D058} .Debug| Any CPU .Build .0 = Debug| Any CPU
57+ {1C49147F-7C73-4962-A71C-6A193970D058} .Debug| x64 .ActiveCfg = Debug| Any CPU
58+ {1C49147F-7C73-4962-A71C-6A193970D058} .Debug| x64 .Build .0 = Debug| Any CPU
59+ {1C49147F-7C73-4962-A71C-6A193970D058} .Debug| x86 .ActiveCfg = Debug| Any CPU
60+ {1C49147F-7C73-4962-A71C-6A193970D058} .Debug| x86 .Build .0 = Debug| Any CPU
61+ {1C49147F-7C73-4962-A71C-6A193970D058} .Release| Any CPU .ActiveCfg = Release| Any CPU
62+ {1C49147F-7C73-4962-A71C-6A193970D058} .Release| Any CPU .Build .0 = Release| Any CPU
63+ {1C49147F-7C73-4962-A71C-6A193970D058} .Release| x64 .ActiveCfg = Release| Any CPU
64+ {1C49147F-7C73-4962-A71C-6A193970D058} .Release| x64 .Build .0 = Release| Any CPU
65+ {1C49147F-7C73-4962-A71C-6A193970D058} .Release| x86 .ActiveCfg = Release| Any CPU
66+ {1C49147F-7C73-4962-A71C-6A193970D058} .Release| x86 .Build .0 = Release| Any CPU
5367 EndGlobalSection
5468 GlobalSection (SolutionProperties ) = preSolution
5569 HideSolutionNode = FALSE
5670 EndGlobalSection
5771 GlobalSection (NestedProjects ) = preSolution
5872 {9378C7BF-0899-4835-B8FB-099292C8C63D} = {B286BCBD-DAD8-4DE7-9334-3DE18DF233AF}
5973 {C4BB6A39-28E6-454D-8679-92562CEAD0A9} = {20DAA632-F8AD-4C5F-9E5F-FC82B7CB56A7}
74+ {1C49147F-7C73-4962-A71C-6A193970D058} = {B286BCBD-DAD8-4DE7-9334-3DE18DF233AF}
6075 EndGlobalSection
6176 GlobalSection (ExtensibilityGlobals ) = postSolution
6277 SolutionGuid = {A97C0A4B-E309-4485-BB76-898B37BFBFFF}
0 commit comments