-
Notifications
You must be signed in to change notification settings - Fork 13
/
Essential Now Playing.sln
48 lines (48 loc) · 2.72 KB
/
Essential Now Playing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Essential Now Playing", "EssentialNowPlaying\Essential Now Playing.csproj", "{23D917CC-86F2-415C-98E6-1C2AB78E3284}"
ProjectSection(ProjectDependencies) = postProject
{D60E9167-DE5C-4BD9-9541-FA13EB50DC68} = {D60E9167-DE5C-4BD9-9541-FA13EB50DC68}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Native Messaging Interface", "NativeMessagingInterface\Native Messaging Interface.csproj", "{D60E9167-DE5C-4BD9-9541-FA13EB50DC68}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extension", "Extension", "{69DC8CB4-9DC2-41C0-B1F7-158A054EF5A6}"
ProjectSection(SolutionItems) = preProject
Chrome Extension\background.js = Chrome Extension\background.js
Chrome Extension\icon.png = Chrome Extension\icon.png
Chrome Extension\jquery.js = Chrome Extension\jquery.js
Chrome Extension\manifest.json = Chrome Extension\manifest.json
Chrome Extension\popup.html = Chrome Extension\popup.html
Chrome Extension\popup.js = Chrome Extension\popup.js
Chrome Extension\worker.js = Chrome Extension\worker.js
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Build Package|Any CPU = Build Package|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23D917CC-86F2-415C-98E6-1C2AB78E3284}.Build Package|Any CPU.ActiveCfg = Release|Any CPU
{23D917CC-86F2-415C-98E6-1C2AB78E3284}.Build Package|Any CPU.Build.0 = Release|Any CPU
{23D917CC-86F2-415C-98E6-1C2AB78E3284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23D917CC-86F2-415C-98E6-1C2AB78E3284}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23D917CC-86F2-415C-98E6-1C2AB78E3284}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23D917CC-86F2-415C-98E6-1C2AB78E3284}.Release|Any CPU.Build.0 = Release|Any CPU
{23D917CC-86F2-415C-98E6-1C2AB78E3284}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D60E9167-DE5C-4BD9-9541-FA13EB50DC68}.Build Package|Any CPU.ActiveCfg = Release|Any CPU
{D60E9167-DE5C-4BD9-9541-FA13EB50DC68}.Build Package|Any CPU.Build.0 = Release|Any CPU
{D60E9167-DE5C-4BD9-9541-FA13EB50DC68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D60E9167-DE5C-4BD9-9541-FA13EB50DC68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D60E9167-DE5C-4BD9-9541-FA13EB50DC68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D60E9167-DE5C-4BD9-9541-FA13EB50DC68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal