-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTVSPlayer.sln
31 lines (31 loc) · 1.56 KB
/
TVSPlayer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TVSPlayer", "TVSPlayer\TVSPlayer.csproj", "{00FCA159-063E-4E3F-96B3-FCAE31F8318F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TVSPlayerUpdater", "TVSPlayerUpdater\TVSPlayerUpdater.csproj", "{5AF29B3B-ACB9-4F8E-A7F6-0832709A8CEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00FCA159-063E-4E3F-96B3-FCAE31F8318F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00FCA159-063E-4E3F-96B3-FCAE31F8318F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00FCA159-063E-4E3F-96B3-FCAE31F8318F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00FCA159-063E-4E3F-96B3-FCAE31F8318F}.Release|Any CPU.Build.0 = Release|Any CPU
{5AF29B3B-ACB9-4F8E-A7F6-0832709A8CEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AF29B3B-ACB9-4F8E-A7F6-0832709A8CEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AF29B3B-ACB9-4F8E-A7F6-0832709A8CEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AF29B3B-ACB9-4F8E-A7F6-0832709A8CEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA91A64D-C41F-4C93-9E7B-700E87F1AE0D}
EndGlobalSection
EndGlobal