-
Notifications
You must be signed in to change notification settings - Fork 1
/
YouTube.sln
42 lines (42 loc) · 2.23 KB
/
YouTube.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33717.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WisejLib", "WisejLib\WisejLib.csproj", "{91F99B1F-345E-4EFA-A3E4-ADB18C286314}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{972A3BAB-C6BA-4F32-B41C-1F61AD464670}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp", "DemoApp\DemoApp.csproj", "{E90C785A-0620-44A0-B2AF-06616D0A168B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Schematix", "Schematix\Schematix.csproj", "{D3A4726A-E928-4A74-BD7D-CFEBDE95F49F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91F99B1F-345E-4EFA-A3E4-ADB18C286314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91F99B1F-345E-4EFA-A3E4-ADB18C286314}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91F99B1F-345E-4EFA-A3E4-ADB18C286314}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91F99B1F-345E-4EFA-A3E4-ADB18C286314}.Release|Any CPU.Build.0 = Release|Any CPU
{E90C785A-0620-44A0-B2AF-06616D0A168B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E90C785A-0620-44A0-B2AF-06616D0A168B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E90C785A-0620-44A0-B2AF-06616D0A168B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E90C785A-0620-44A0-B2AF-06616D0A168B}.Release|Any CPU.Build.0 = Release|Any CPU
{D3A4726A-E928-4A74-BD7D-CFEBDE95F49F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3A4726A-E928-4A74-BD7D-CFEBDE95F49F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3A4726A-E928-4A74-BD7D-CFEBDE95F49F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3A4726A-E928-4A74-BD7D-CFEBDE95F49F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {101EE36F-E5A6-4CAE-9989-397C67069EFF}
EndGlobalSection
EndGlobal