forked from jefersonsv/m3uParser.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
m3uParser.sln
63 lines (63 loc) · 3.25 KB
/
m3uParser.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
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{19BA96D9-4DB8-4361-A592-EEBD390650D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{570D28BF-6E44-4FE4-9FC0-770099C0F283}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "m3uParser.tool", "src\m3uParser.tool\m3uParser.tool.csproj", "{29FC7F81-20FC-4C79-95B0-BAE3E0B9F9CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E62EFF6-EFCE-45C2-A785-27851E19307D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
build.ps1 = build.ps1
create-nuget-spec.cmd = create-nuget-spec.cmd
LICENSE = LICENSE
logo.png = logo.png
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "buildtools", "buildtools", "{9A4065E4-8C28-4C36-8546-C4C8460B116A}"
ProjectSection(SolutionItems) = preProject
buildtools\packages.config = buildtools\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "m3uParser.Tests", "tests\m3uParser.Tests\m3uParser.Tests.csproj", "{8A14FB47-E478-4622-B2F3-325A2CB964CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "m3uParser", "src\m3uParser\m3uParser.csproj", "{7FEB1DF7-D1EC-4682-A9CC-41771D73084D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29FC7F81-20FC-4C79-95B0-BAE3E0B9F9CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29FC7F81-20FC-4C79-95B0-BAE3E0B9F9CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29FC7F81-20FC-4C79-95B0-BAE3E0B9F9CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29FC7F81-20FC-4C79-95B0-BAE3E0B9F9CD}.Release|Any CPU.Build.0 = Release|Any CPU
{8A14FB47-E478-4622-B2F3-325A2CB964CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A14FB47-E478-4622-B2F3-325A2CB964CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A14FB47-E478-4622-B2F3-325A2CB964CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A14FB47-E478-4622-B2F3-325A2CB964CC}.Release|Any CPU.Build.0 = Release|Any CPU
{7FEB1DF7-D1EC-4682-A9CC-41771D73084D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FEB1DF7-D1EC-4682-A9CC-41771D73084D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FEB1DF7-D1EC-4682-A9CC-41771D73084D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FEB1DF7-D1EC-4682-A9CC-41771D73084D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{29FC7F81-20FC-4C79-95B0-BAE3E0B9F9CD} = {19BA96D9-4DB8-4361-A592-EEBD390650D6}
{8A14FB47-E478-4622-B2F3-325A2CB964CC} = {570D28BF-6E44-4FE4-9FC0-770099C0F283}
{7FEB1DF7-D1EC-4682-A9CC-41771D73084D} = {19BA96D9-4DB8-4361-A592-EEBD390650D6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD8A92CB-30FC-4366-A370-F1EB643B211D}
EndGlobalSection
EndGlobal