generated from jellyfin/jellyfin-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJellyfin.Plugin.SubtitleSorter.sln
49 lines (49 loc) · 2.41 KB
/
Jellyfin.Plugin.SubtitleSorter.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("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "jellyfin", "jellyfin\jellyfin.exe", "{DF5F656A-E22F-4F3F-BF29-07A67EE70464}"
ProjectSection(DebuggerProjectSystem) = preProject
PortSupplier = 00000000-0000-0000-0000-000000000000
Executable = $(SolutionDir)\jellyfin\jellyfin.exe
RemoteMachine = BENJAMIN-PC
StartingDirectory = $(SolutionDir)\jellyfin
Arguments = -d ./data -C ./cache -c ./config
Environment = Default
LaunchingEngine = 00000000-0000-0000-0000-000000000000
UseLegacyDebugEngines = No
LaunchSQLEngine = No
AttachLaunchAction = No
IORedirection = Auto
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jellyfin.Plugin.SubtitleSorter", "Jellyfin.Plugin.SubtitleSorter\Jellyfin.Plugin.SubtitleSorter.csproj", "{DDE45A17-6516-4633-857C-B31E77012FDA}"
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
{DF5F656A-E22F-4F3F-BF29-07A67EE70464}.Debug|Any CPU.ActiveCfg = Release|x64
{DF5F656A-E22F-4F3F-BF29-07A67EE70464}.Debug|x64.ActiveCfg = Release|x64
{DF5F656A-E22F-4F3F-BF29-07A67EE70464}.Release|Any CPU.ActiveCfg = Release|x64
{DF5F656A-E22F-4F3F-BF29-07A67EE70464}.Release|x64.ActiveCfg = Release|x64
{DDE45A17-6516-4633-857C-B31E77012FDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDE45A17-6516-4633-857C-B31E77012FDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDE45A17-6516-4633-857C-B31E77012FDA}.Debug|x64.ActiveCfg = Debug|Any CPU
{DDE45A17-6516-4633-857C-B31E77012FDA}.Debug|x64.Build.0 = Debug|Any CPU
{DDE45A17-6516-4633-857C-B31E77012FDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDE45A17-6516-4633-857C-B31E77012FDA}.Release|Any CPU.Build.0 = Release|Any CPU
{DDE45A17-6516-4633-857C-B31E77012FDA}.Release|x64.ActiveCfg = Release|Any CPU
{DDE45A17-6516-4633-857C-B31E77012FDA}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D1C41D1-4A12-4A33-AB92-F12B0730B72F}
EndGlobalSection
EndGlobal