This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathYoutubeExplode.Converter.sln
39 lines (39 loc) · 1.97 KB
/
YoutubeExplode.Converter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YoutubeExplode.Converter", "YoutubeExplode.Converter\YoutubeExplode.Converter.csproj", "{0EDF5B2B-5BED-45EF-989E-D8B26FF36CF8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YoutubeExplode.Converter.Tests", "YoutubeExplode.Converter.Tests\YoutubeExplode.Converter.Tests.csproj", "{AB5D3D2C-649E-404B-A808-A031A76D6B3E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA673037-4636-460C-9CE9-B3F5314EF557}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
License.txt = License.txt
ReadMe.md = ReadMe.md
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EDF5B2B-5BED-45EF-989E-D8B26FF36CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EDF5B2B-5BED-45EF-989E-D8B26FF36CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EDF5B2B-5BED-45EF-989E-D8B26FF36CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EDF5B2B-5BED-45EF-989E-D8B26FF36CF8}.Release|Any CPU.Build.0 = Release|Any CPU
{AB5D3D2C-649E-404B-A808-A031A76D6B3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB5D3D2C-649E-404B-A808-A031A76D6B3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB5D3D2C-649E-404B-A808-A031A76D6B3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB5D3D2C-649E-404B-A808-A031A76D6B3E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE442CBB-CF37-4FEA-B458-E358B59F298F}
EndGlobalSection
EndGlobal