-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYouTubeAssist.sln
43 lines (43 loc) · 2.5 KB
/
YouTubeAssist.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35208.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YouTubeAssist", "YouTubeAssist\YouTubeAssist.csproj", "{18CE717F-9BA7-4984-AEB1-B510ACF1F1EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientHost", "ClientHost\ClientHost.csproj", "{37246C13-5E8B-4036-9B07-749B0D25A275}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonLibrary", "CommonLibrary\CommonLibrary.csproj", "{1EC9A9CD-B2E0-4211-B996-91906CE0745F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YTEventBus", "YTEventBus\YTEventBus.csproj", "{CFF1B82B-CB6E-4B24-BCD1-C663668A9B04}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18CE717F-9BA7-4984-AEB1-B510ACF1F1EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18CE717F-9BA7-4984-AEB1-B510ACF1F1EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18CE717F-9BA7-4984-AEB1-B510ACF1F1EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18CE717F-9BA7-4984-AEB1-B510ACF1F1EA}.Release|Any CPU.Build.0 = Release|Any CPU
{37246C13-5E8B-4036-9B07-749B0D25A275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37246C13-5E8B-4036-9B07-749B0D25A275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37246C13-5E8B-4036-9B07-749B0D25A275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37246C13-5E8B-4036-9B07-749B0D25A275}.Release|Any CPU.Build.0 = Release|Any CPU
{1EC9A9CD-B2E0-4211-B996-91906CE0745F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EC9A9CD-B2E0-4211-B996-91906CE0745F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EC9A9CD-B2E0-4211-B996-91906CE0745F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EC9A9CD-B2E0-4211-B996-91906CE0745F}.Release|Any CPU.Build.0 = Release|Any CPU
{CFF1B82B-CB6E-4B24-BCD1-C663668A9B04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFF1B82B-CB6E-4B24-BCD1-C663668A9B04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFF1B82B-CB6E-4B24-BCD1-C663668A9B04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFF1B82B-CB6E-4B24-BCD1-C663668A9B04}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {888F692A-92D7-40CA-812A-50EAB604334A}
EndGlobalSection
EndGlobal