-
Notifications
You must be signed in to change notification settings - Fork 2
/
NYoutubeDLP.sln
54 lines (54 loc) · 2.9 KB
/
NYoutubeDLP.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AAA17656-462F-4062-BAC8-EF69BC824A16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B07DAC0B-989C-4CB8-B313-69A7545C40B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NYoutubeDLP", "src\NYoutubeDL\NYoutubeDLP.csproj", "{7B7D32EC-6478-4FC2-9D66-B3009C8DECF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NYoutubeDLP.Sample", "src\NYoutubeDL.Sample\NYoutubeDLP.Sample.csproj", "{251D85A3-CDA0-4D44-A880-336AE4711744}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NYoutubeDLP.Tests", "test\NYoutubeDL.Tests\NYoutubeDLP.Tests.csproj", "{3BD41F6C-1745-4ACB-81E6-C0B9EA6F1DC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EEA40E25-7433-4EFB-A40A-D357B7FD5EBF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
circle.yml = circle.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B7D32EC-6478-4FC2-9D66-B3009C8DECF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B7D32EC-6478-4FC2-9D66-B3009C8DECF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B7D32EC-6478-4FC2-9D66-B3009C8DECF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B7D32EC-6478-4FC2-9D66-B3009C8DECF7}.Release|Any CPU.Build.0 = Release|Any CPU
{251D85A3-CDA0-4D44-A880-336AE4711744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{251D85A3-CDA0-4D44-A880-336AE4711744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{251D85A3-CDA0-4D44-A880-336AE4711744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{251D85A3-CDA0-4D44-A880-336AE4711744}.Release|Any CPU.Build.0 = Release|Any CPU
{3BD41F6C-1745-4ACB-81E6-C0B9EA6F1DC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BD41F6C-1745-4ACB-81E6-C0B9EA6F1DC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BD41F6C-1745-4ACB-81E6-C0B9EA6F1DC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BD41F6C-1745-4ACB-81E6-C0B9EA6F1DC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7B7D32EC-6478-4FC2-9D66-B3009C8DECF7} = {AAA17656-462F-4062-BAC8-EF69BC824A16}
{251D85A3-CDA0-4D44-A880-336AE4711744} = {AAA17656-462F-4062-BAC8-EF69BC824A16}
{3BD41F6C-1745-4ACB-81E6-C0B9EA6F1DC2} = {B07DAC0B-989C-4CB8-B313-69A7545C40B4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5265A862-2466-401B-88A0-B19E9D81E6F8}
EndGlobalSection
EndGlobal