-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplex-server-webhooks.sln
More file actions
39 lines (39 loc) · 1.91 KB
/
plex-server-webhooks.sln
File metadata and controls
39 lines (39 loc) · 1.91 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{393F97E6-85EC-4751-971D-C4AF2C743C7D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
LICENSE = LICENSE
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plex.Server.Webhooks", "Plex.Server.Webhooks\Plex.Server.Webhooks.csproj", "{2A555898-1357-4175-B2E0-28D7C767900F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plex.Server.Webhooks.Tests", "Plex.Server.Webhooks.Tests\Plex.Server.Webhooks.Tests.csproj", "{019E3641-8A52-407B-A554-7BB0CEEA5229}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A555898-1357-4175-B2E0-28D7C767900F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A555898-1357-4175-B2E0-28D7C767900F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A555898-1357-4175-B2E0-28D7C767900F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A555898-1357-4175-B2E0-28D7C767900F}.Release|Any CPU.Build.0 = Release|Any CPU
{019E3641-8A52-407B-A554-7BB0CEEA5229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{019E3641-8A52-407B-A554-7BB0CEEA5229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{019E3641-8A52-407B-A554-7BB0CEEA5229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{019E3641-8A52-407B-A554-7BB0CEEA5229}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E40A0AF-A359-4FD2-BB83-8B366A4F9514}
EndGlobalSection
EndGlobal