-
Notifications
You must be signed in to change notification settings - Fork 27
/
Jellyscrub.sln
49 lines (49 loc) · 2.41 KB
/
Jellyscrub.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
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nick.Plugin.Jellyscrub", "Nick.Plugin.Jellyscrub\Nick.Plugin.Jellyscrub.csproj", "{DF526B2C-5F30-40A0-ACDA-17D8933962B1}"
EndProject
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "jellyfin", "..\..\..\Desktop\jellyfin_10.8.1\jellyfin_10.8.1\jellyfin.exe", "{3C3B31F4-F1D8-4C10-A142-066D2033783E}"
ProjectSection(DebuggerProjectSystem) = preProject
PortSupplier = 00000000-0000-0000-0000-000000000000
Executable = C:\Users\Nick\Desktop\jellyfin_10.8.7\jellyfin.exe
RemoteMachine = DESKTOP-IV35NHD
StartingDirectory = C:\Users\Nick\Desktop\jellyfin_10.8.7
Environment = Default
LaunchingEngine = 00000000-0000-0000-0000-000000000000
UseLegacyDebugEngines = No
LaunchSQLEngine = No
AttachLaunchAction = No
IORedirection = Auto
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF526B2C-5F30-40A0-ACDA-17D8933962B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF526B2C-5F30-40A0-ACDA-17D8933962B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF526B2C-5F30-40A0-ACDA-17D8933962B1}.Debug|x64.ActiveCfg = Debug|Any CPU
{DF526B2C-5F30-40A0-ACDA-17D8933962B1}.Debug|x64.Build.0 = Debug|Any CPU
{DF526B2C-5F30-40A0-ACDA-17D8933962B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF526B2C-5F30-40A0-ACDA-17D8933962B1}.Release|Any CPU.Build.0 = Release|Any CPU
{DF526B2C-5F30-40A0-ACDA-17D8933962B1}.Release|x64.ActiveCfg = Release|Any CPU
{DF526B2C-5F30-40A0-ACDA-17D8933962B1}.Release|x64.Build.0 = Release|Any CPU
{3C3B31F4-F1D8-4C10-A142-066D2033783E}.Debug|Any CPU.ActiveCfg = Release|x64
{3C3B31F4-F1D8-4C10-A142-066D2033783E}.Debug|x64.ActiveCfg = Release|x64
{3C3B31F4-F1D8-4C10-A142-066D2033783E}.Release|Any CPU.ActiveCfg = Release|x64
{3C3B31F4-F1D8-4C10-A142-066D2033783E}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BC84320-622C-488E-BD8F-A2A6E26799AA}
EndGlobalSection
EndGlobal