-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVideoPlayerLearn.sln
43 lines (43 loc) · 2.64 KB
/
VideoPlayerLearn.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.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VideoPlayerLearn", "VideoPlayerLearn\VideoPlayerLearn.csproj", "{6544276A-7D01-4922-88F4-CD388443468F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VideoPlayerLearn.Entities", "VideoPlayerLearn.Entities\VideoPlayerLearn.Entities.csproj", "{F2D91477-12A0-4808-9C45-9A9F7EB51A95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VideoPlayerLearn.DataAccess", "VideoPlayerLearn.DataAccess\VideoPlayerLearn.DataAccess.csproj", "{4A11540B-7AA5-42B2-875A-92633CF4B315}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VideoPlayerLearn.Business", "VideoPlayerLearn.Business\VideoPlayerLearn.Business.csproj", "{0027D79C-9557-4E80-8DA0-806129AE3332}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6544276A-7D01-4922-88F4-CD388443468F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6544276A-7D01-4922-88F4-CD388443468F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6544276A-7D01-4922-88F4-CD388443468F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6544276A-7D01-4922-88F4-CD388443468F}.Release|Any CPU.Build.0 = Release|Any CPU
{F2D91477-12A0-4808-9C45-9A9F7EB51A95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2D91477-12A0-4808-9C45-9A9F7EB51A95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2D91477-12A0-4808-9C45-9A9F7EB51A95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2D91477-12A0-4808-9C45-9A9F7EB51A95}.Release|Any CPU.Build.0 = Release|Any CPU
{4A11540B-7AA5-42B2-875A-92633CF4B315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A11540B-7AA5-42B2-875A-92633CF4B315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A11540B-7AA5-42B2-875A-92633CF4B315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A11540B-7AA5-42B2-875A-92633CF4B315}.Release|Any CPU.Build.0 = Release|Any CPU
{0027D79C-9557-4E80-8DA0-806129AE3332}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0027D79C-9557-4E80-8DA0-806129AE3332}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0027D79C-9557-4E80-8DA0-806129AE3332}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0027D79C-9557-4E80-8DA0-806129AE3332}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6A2B29D-303B-4AD5-A0C0-D1C0D440B6D6}
EndGlobalSection
EndGlobal