-
Notifications
You must be signed in to change notification settings - Fork 15
/
jellyfin-plugin-opendouban.sln
47 lines (47 loc) · 2.15 KB
/
jellyfin-plugin-opendouban.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jellyfin.Plugin.OpenDouban", "Jellyfin.Plugin.OpenDouban\Jellyfin.Plugin.OpenDouban.csproj", "{22F69FCD-9702-44FA-98B5-D7AF912C4B37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jellyfin.Plugin.OpenDouban.Tests", "Jellyfin.Plugin.OpenDouban.Tests\Jellyfin.Plugin.OpenDouban.Tests.csproj", "{593E2CB8-69CC-4C50-BAB6-17CEC810F095}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22F69FCD-9702-44FA-98B5-D7AF912C4B37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22F69FCD-9702-44FA-98B5-D7AF912C4B37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22F69FCD-9702-44FA-98B5-D7AF912C4B37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22F69FCD-9702-44FA-98B5-D7AF912C4B37}.Release|Any CPU.Build.0 = Release|Any CPU
{593E2CB8-69CC-4C50-BAB6-17CEC810F095}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{593E2CB8-69CC-4C50-BAB6-17CEC810F095}.Debug|Any CPU.Build.0 = Debug|Any CPU
{593E2CB8-69CC-4C50-BAB6-17CEC810F095}.Release|Any CPU.ActiveCfg = Release|Any CPU
{593E2CB8-69CC-4C50-BAB6-17CEC810F095}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66FDFA0E-E866-4930-8FEF-A4417C39D030}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $4
$2.FileWidth = 80
$2.TabsToSpaces = True
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$4.FileWidth = 80
$4.TabsToSpaces = True
$4.scope = text/plain
$0.StandardHeader = $5
$0.VersionControlPolicy = $6
EndGlobalSection
EndGlobal