-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMatomo.Maui.sln
41 lines (41 loc) · 2.11 KB
/
Matomo.Maui.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1704.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Matomo.Maui", "Matomo.Maui\Matomo.Maui.csproj", "{160D13D6-14DC-4030-9504-4E29EAD09749}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{199F81EB-3FE7-451F-BD77-41E680A31F0B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{84FA4430-CA33-4436-98E6-E421058A0973}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Matomo.Maui.Sample", "Sample\Matomo.Maui.Sample\Matomo.Maui.Sample.csproj", "{F33C9D2B-FDF0-469A-9704-0154B9B87E3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{160D13D6-14DC-4030-9504-4E29EAD09749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{160D13D6-14DC-4030-9504-4E29EAD09749}.Debug|Any CPU.Build.0 = Debug|Any CPU
{160D13D6-14DC-4030-9504-4E29EAD09749}.Release|Any CPU.ActiveCfg = Release|Any CPU
{160D13D6-14DC-4030-9504-4E29EAD09749}.Release|Any CPU.Build.0 = Release|Any CPU
{F33C9D2B-FDF0-469A-9704-0154B9B87E3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F33C9D2B-FDF0-469A-9704-0154B9B87E3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F33C9D2B-FDF0-469A-9704-0154B9B87E3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F33C9D2B-FDF0-469A-9704-0154B9B87E3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99E4CA5A-ABE0-4F3F-8376-D15689601C67}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F33C9D2B-FDF0-469A-9704-0154B9B87E3B} = {84FA4430-CA33-4436-98E6-E421058A0973}
EndGlobalSection
EndGlobal