This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
LibVLCSharp.Forms.MediaPlayerElement.sln
49 lines (49 loc) · 2.63 KB
/
LibVLCSharp.Forms.MediaPlayerElement.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 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibVLCSharp.Forms.MediaPlayerElement", "LibVLCSharp.Forms.MediaPlayerElement\LibVLCSharp.Forms.MediaPlayerElement.csproj", "{46A2F2FE-9D99-4D56-8E82-BA1B5868B3B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Android", "Sample\Sample.Android\Sample.Android.csproj", "{315BB606-A490-4CFB-8DFC-313563C330AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample\Sample.csproj", "{5DB0C9A7-06F7-4551-9AAA-39AECCC9D24D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F2EFCF3E-3E37-4E7F-9EFD-1119FDA16510}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
Screenshot.jpeg = Screenshot.jpeg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46A2F2FE-9D99-4D56-8E82-BA1B5868B3B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46A2F2FE-9D99-4D56-8E82-BA1B5868B3B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46A2F2FE-9D99-4D56-8E82-BA1B5868B3B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46A2F2FE-9D99-4D56-8E82-BA1B5868B3B4}.Release|Any CPU.Build.0 = Release|Any CPU
{315BB606-A490-4CFB-8DFC-313563C330AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{315BB606-A490-4CFB-8DFC-313563C330AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{315BB606-A490-4CFB-8DFC-313563C330AE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{315BB606-A490-4CFB-8DFC-313563C330AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{315BB606-A490-4CFB-8DFC-313563C330AE}.Release|Any CPU.Build.0 = Release|Any CPU
{315BB606-A490-4CFB-8DFC-313563C330AE}.Release|Any CPU.Deploy.0 = Release|Any CPU
{5DB0C9A7-06F7-4551-9AAA-39AECCC9D24D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DB0C9A7-06F7-4551-9AAA-39AECCC9D24D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DB0C9A7-06F7-4551-9AAA-39AECCC9D24D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DB0C9A7-06F7-4551-9AAA-39AECCC9D24D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81E9D41B-1C31-43E1-8366-4993D0453957}
EndGlobalSection
EndGlobal