-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMichelMichels.NLog.Targets.Ntfy.sln
37 lines (37 loc) · 2.15 KB
/
MichelMichels.NLog.Targets.Ntfy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "src\Demo\Demo.csproj", "{D2D5F604-6A74-4DCB-8FCA-0DA884F2E99C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MichelMichels.NLog.Targets.Ntfy", "src\MichelMichels.NLog.Targets.Ntfy\MichelMichels.NLog.Targets.Ntfy.csproj", "{AF38EADD-E120-4A00-BA19-37978C5BFE1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MichelMichels.NLog.Targets.Ntfy.Tests", "src\MichelMichels.NLog.Targets.Ntfy.Tests\MichelMichels.NLog.Targets.Ntfy.Tests.csproj", "{2077289D-7FD9-4911-99A5-4CF91D59D9B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2D5F604-6A74-4DCB-8FCA-0DA884F2E99C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2D5F604-6A74-4DCB-8FCA-0DA884F2E99C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2D5F604-6A74-4DCB-8FCA-0DA884F2E99C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2D5F604-6A74-4DCB-8FCA-0DA884F2E99C}.Release|Any CPU.Build.0 = Release|Any CPU
{AF38EADD-E120-4A00-BA19-37978C5BFE1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF38EADD-E120-4A00-BA19-37978C5BFE1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF38EADD-E120-4A00-BA19-37978C5BFE1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF38EADD-E120-4A00-BA19-37978C5BFE1F}.Release|Any CPU.Build.0 = Release|Any CPU
{2077289D-7FD9-4911-99A5-4CF91D59D9B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2077289D-7FD9-4911-99A5-4CF91D59D9B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2077289D-7FD9-4911-99A5-4CF91D59D9B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2077289D-7FD9-4911-99A5-4CF91D59D9B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68191A10-DA88-4690-B397-4E97DA1B773C}
EndGlobalSection
EndGlobal