forked from trakt/Trakt-for-Mediaportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTraktPlugin.sln
57 lines (57 loc) · 3.01 KB
/
TraktPlugin.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
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraktPlugin", "TraktPlugin\TraktPlugin.csproj", "{63CC7924-F7B5-47C9-92A4-08428D9C5F9C}"
ProjectSection(ProjectDependencies) = postProject
{F9354E34-2955-4E54-AFB2-040236542D19} = {F9354E34-2955-4E54-AFB2-040236542D19}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MPEI", "MPEI", "{CE1EB7DF-4B75-4BD0-B744-B8898FC75371}"
ProjectSection(SolutionItems) = preProject
MPEI\TraktInstaller.xmp2 = MPEI\TraktInstaller.xmp2
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Settings", "Settings", "{A5187FF9-35B1-4CDC-91A3-A6FAE372FD3C}"
ProjectSection(SolutionItems) = preProject
MPEI\Settings\extension_settings.xml = MPEI\Settings\extension_settings.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Transifex", "Transifex", "{F3B3046C-F44C-46DE-8BFC-BC9AA2F94911}"
ProjectSection(SolutionItems) = preProject
.tx\config = .tx\config
Transifex\Init_User.bat = Transifex\Init_User.bat
Transifex\Pull_From_Transifex.bat = Transifex\Pull_From_Transifex.bat
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigLauncher", "ConfigLauncher\ConfigLauncher.csproj", "{5D751473-DCC5-4044-A6E3-403D97C5B9F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraktAPI", "TraktAPI\TraktAPI.csproj", "{F9354E34-2955-4E54-AFB2-040236542D19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63CC7924-F7B5-47C9-92A4-08428D9C5F9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63CC7924-F7B5-47C9-92A4-08428D9C5F9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63CC7924-F7B5-47C9-92A4-08428D9C5F9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63CC7924-F7B5-47C9-92A4-08428D9C5F9C}.Release|Any CPU.Build.0 = Release|Any CPU
{5D751473-DCC5-4044-A6E3-403D97C5B9F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D751473-DCC5-4044-A6E3-403D97C5B9F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D751473-DCC5-4044-A6E3-403D97C5B9F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D751473-DCC5-4044-A6E3-403D97C5B9F9}.Release|Any CPU.Build.0 = Release|Any CPU
{F9354E34-2955-4E54-AFB2-040236542D19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9354E34-2955-4E54-AFB2-040236542D19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9354E34-2955-4E54-AFB2-040236542D19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9354E34-2955-4E54-AFB2-040236542D19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A5187FF9-35B1-4CDC-91A3-A6FAE372FD3C} = {CE1EB7DF-4B75-4BD0-B744-B8898FC75371}
EndGlobalSection
EndGlobal