-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMediaNest.sln
More file actions
43 lines (43 loc) · 2.55 KB
/
MediaNest.sln
File metadata and controls
43 lines (43 loc) · 2.55 KB
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.13.35919.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "API\API.csproj", "{16E6281D-3369-457C-A649-DEB1F9EB2546}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaNest.Domain", "MediaNest.Domain\MediaNest.Domain.csproj", "{F013229D-3E4E-4F79-B700-1DF42481E325}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaNest.Application", "MediaNest.Application\MediaNest.Application.csproj", "{E9DB85FA-7F4F-45C8-89CE-7CBB4218AFF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaNest.Infrastructure", "Infrastructure\MediaNest.Infrastructure.csproj", "{343E53E8-4350-4B99-AF0A-D3FADEF74DAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16E6281D-3369-457C-A649-DEB1F9EB2546}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16E6281D-3369-457C-A649-DEB1F9EB2546}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16E6281D-3369-457C-A649-DEB1F9EB2546}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16E6281D-3369-457C-A649-DEB1F9EB2546}.Release|Any CPU.Build.0 = Release|Any CPU
{F013229D-3E4E-4F79-B700-1DF42481E325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F013229D-3E4E-4F79-B700-1DF42481E325}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F013229D-3E4E-4F79-B700-1DF42481E325}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F013229D-3E4E-4F79-B700-1DF42481E325}.Release|Any CPU.Build.0 = Release|Any CPU
{E9DB85FA-7F4F-45C8-89CE-7CBB4218AFF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9DB85FA-7F4F-45C8-89CE-7CBB4218AFF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9DB85FA-7F4F-45C8-89CE-7CBB4218AFF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9DB85FA-7F4F-45C8-89CE-7CBB4218AFF0}.Release|Any CPU.Build.0 = Release|Any CPU
{343E53E8-4350-4B99-AF0A-D3FADEF74DAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{343E53E8-4350-4B99-AF0A-D3FADEF74DAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{343E53E8-4350-4B99-AF0A-D3FADEF74DAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{343E53E8-4350-4B99-AF0A-D3FADEF74DAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF246980-3BD1-469A-BFFC-DFE163D1C093}
EndGlobalSection
EndGlobal