-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGoogleAnalytics.Blazor.sln
More file actions
49 lines (49 loc) · 2.84 KB
/
GoogleAnalytics.Blazor.sln
File metadata and controls
49 lines (49 loc) · 2.84 KB
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
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32611.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleAnalytics.Blazor", "GoogleAnalytics.Blazor\GoogleAnalytics.Blazor.csproj", "{E547547D-A5A6-40EB-AB7E-B7643C027956}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{ACF4EFB9-CDAD-4B28-9C06-2EEB00CFEA60}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\GithubActionsRelease.yml = .github\workflows\GithubActionsRelease.yml
.github\workflows\GithubActionsWIP.yml = .github\workflows\GithubActionsWIP.yml
LICENSE = LICENSE
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
SuperClean.cmd = SuperClean.cmd
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleAnalytics.Blazor.Website.Server", "GoogleAnalytics.Blazor.Website.Server\GoogleAnalytics.Blazor.Website.Server.csproj", "{6F974305-E720-4AB5-8383-C11BD41B66B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleAnalytics.Blazor.Website.WebAssembly", "GoogleAnalytics.Blazor.Website.WebAssembly\GoogleAnalytics.Blazor.Website.WebAssembly.csproj", "{3B174F5D-784C-414F-BB63-42A4980F79E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E547547D-A5A6-40EB-AB7E-B7643C027956}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E547547D-A5A6-40EB-AB7E-B7643C027956}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E547547D-A5A6-40EB-AB7E-B7643C027956}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E547547D-A5A6-40EB-AB7E-B7643C027956}.Release|Any CPU.Build.0 = Release|Any CPU
{6F974305-E720-4AB5-8383-C11BD41B66B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F974305-E720-4AB5-8383-C11BD41B66B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F974305-E720-4AB5-8383-C11BD41B66B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F974305-E720-4AB5-8383-C11BD41B66B0}.Release|Any CPU.Build.0 = Release|Any CPU
{3B174F5D-784C-414F-BB63-42A4980F79E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B174F5D-784C-414F-BB63-42A4980F79E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B174F5D-784C-414F-BB63-42A4980F79E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B174F5D-784C-414F-BB63-42A4980F79E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C00ECA7B-3844-48F6-990F-1DB71DA00F9F}
EndGlobalSection
EndGlobal