-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathM3u8Parser.sln
22 lines (22 loc) · 1.26 KB
/
M3u8Parser.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "M3U8Parser", "src\M3U8Parser\M3U8Parser.csproj", "{6E5D7DBC-6AE3-4C7E-A0B0-D5C54A236633}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "M3U8Parser.Tests", "tests\M3U8Parser.Tests\M3U8Parser.Tests.csproj", "{204C00ED-15A2-4DCE-AE3C-97E938E5A058}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E5D7DBC-6AE3-4C7E-A0B0-D5C54A236633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E5D7DBC-6AE3-4C7E-A0B0-D5C54A236633}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E5D7DBC-6AE3-4C7E-A0B0-D5C54A236633}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E5D7DBC-6AE3-4C7E-A0B0-D5C54A236633}.Release|Any CPU.Build.0 = Release|Any CPU
{204C00ED-15A2-4DCE-AE3C-97E938E5A058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{204C00ED-15A2-4DCE-AE3C-97E938E5A058}.Debug|Any CPU.Build.0 = Debug|Any CPU
{204C00ED-15A2-4DCE-AE3C-97E938E5A058}.Release|Any CPU.ActiveCfg = Release|Any CPU
{204C00ED-15A2-4DCE-AE3C-97E938E5A058}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal