-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathSample.Blazor.WebAssembly.sln
44 lines (44 loc) · 2.69 KB
/
Sample.Blazor.WebAssembly.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Blazor.WebAssembly", "Sample.Blazor.WebAssembly\Sample.Blazor.WebAssembly.csproj", "{83851FE1-845A-47D7-BAC0-5981A68D4FEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rollbar", "..\Rollbar\Rollbar.csproj", "{D257DA30-ACAE-4B07-B495-4040B3308D31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rollbar.NetPlatformExtensions", "..\Rollbar.NetPlatformExtensions\Rollbar.NetPlatformExtensions.csproj", "{06595BFF-5E5E-450E-A9BE-2018FC902D4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Instrumented|Any CPU = Instrumented|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83851FE1-845A-47D7-BAC0-5981A68D4FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83851FE1-845A-47D7-BAC0-5981A68D4FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83851FE1-845A-47D7-BAC0-5981A68D4FEB}.Instrumented|Any CPU.ActiveCfg = Release|Any CPU
{83851FE1-845A-47D7-BAC0-5981A68D4FEB}.Instrumented|Any CPU.Build.0 = Release|Any CPU
{83851FE1-845A-47D7-BAC0-5981A68D4FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83851FE1-845A-47D7-BAC0-5981A68D4FEB}.Release|Any CPU.Build.0 = Release|Any CPU
{D257DA30-ACAE-4B07-B495-4040B3308D31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D257DA30-ACAE-4B07-B495-4040B3308D31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D257DA30-ACAE-4B07-B495-4040B3308D31}.Instrumented|Any CPU.ActiveCfg = Instrumented|Any CPU
{D257DA30-ACAE-4B07-B495-4040B3308D31}.Instrumented|Any CPU.Build.0 = Instrumented|Any CPU
{D257DA30-ACAE-4B07-B495-4040B3308D31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D257DA30-ACAE-4B07-B495-4040B3308D31}.Release|Any CPU.Build.0 = Release|Any CPU
{06595BFF-5E5E-450E-A9BE-2018FC902D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06595BFF-5E5E-450E-A9BE-2018FC902D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06595BFF-5E5E-450E-A9BE-2018FC902D4F}.Instrumented|Any CPU.ActiveCfg = Debug|Any CPU
{06595BFF-5E5E-450E-A9BE-2018FC902D4F}.Instrumented|Any CPU.Build.0 = Debug|Any CPU
{06595BFF-5E5E-450E-A9BE-2018FC902D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06595BFF-5E5E-450E-A9BE-2018FC902D4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52929CAC-D98A-450E-8223-A116604BCAC4}
EndGlobalSection
EndGlobal