-
Notifications
You must be signed in to change notification settings - Fork 4
/
NLog.Targets.MauiLog.sln
45 lines (45 loc) · 2.21 KB
/
NLog.Targets.MauiLog.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
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA9503EA-0938-497B-ACBF-5907B66D56A1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
global.json = global.json
README.md = README.md
update-global-json.ps1 = update-global-json.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Targets.MauiLog", "src\NLog.Targets.MauiLog\NLog.Targets.MauiLog.csproj", "{F7C81AB8-6833-449D-80E3-68CEC129E692}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{76234569-98B6-42D6-AB8A-8346A80EBD32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiApp2", "examples\MauiApp2\MauiApp2.csproj", "{F5DDCB81-5475-45A8-84B9-2F9880965288}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7C81AB8-6833-449D-80E3-68CEC129E692}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7C81AB8-6833-449D-80E3-68CEC129E692}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7C81AB8-6833-449D-80E3-68CEC129E692}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7C81AB8-6833-449D-80E3-68CEC129E692}.Release|Any CPU.Build.0 = Release|Any CPU
{F5DDCB81-5475-45A8-84B9-2F9880965288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5DDCB81-5475-45A8-84B9-2F9880965288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5DDCB81-5475-45A8-84B9-2F9880965288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5DDCB81-5475-45A8-84B9-2F9880965288}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F5DDCB81-5475-45A8-84B9-2F9880965288} = {76234569-98B6-42D6-AB8A-8346A80EBD32}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BC71581-3BC8-4C8E-93A8-8102B0C953E1}
EndGlobalSection
EndGlobal