-
Notifications
You must be signed in to change notification settings - Fork 1
/
RemoteFlix.sln
35 lines (35 loc) · 1.91 KB
/
RemoteFlix.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteFlix.Base", "RemoteFlix.Base\RemoteFlix.Base.csproj", "{19B2EC75-4018-44A7-A7E7-F74B53D094A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteFlix.UI.Desktop", "RemoteFlix.UI.Desktop\RemoteFlix.UI.Desktop.csproj", "{AA8C9250-6549-4DD7-A9BB-FD50F57B2E1A}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "RemoteFlix.Setup", "RemoteFlix.Setup\RemoteFlix.Setup.vdproj", "{F8B31260-2660-41E5-951A-C78D8C5B0DFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19B2EC75-4018-44A7-A7E7-F74B53D094A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19B2EC75-4018-44A7-A7E7-F74B53D094A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19B2EC75-4018-44A7-A7E7-F74B53D094A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19B2EC75-4018-44A7-A7E7-F74B53D094A8}.Release|Any CPU.Build.0 = Release|Any CPU
{AA8C9250-6549-4DD7-A9BB-FD50F57B2E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA8C9250-6549-4DD7-A9BB-FD50F57B2E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA8C9250-6549-4DD7-A9BB-FD50F57B2E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA8C9250-6549-4DD7-A9BB-FD50F57B2E1A}.Release|Any CPU.Build.0 = Release|Any CPU
{F8B31260-2660-41E5-951A-C78D8C5B0DFC}.Debug|Any CPU.ActiveCfg = Debug
{F8B31260-2660-41E5-951A-C78D8C5B0DFC}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F3E84E0-BB0E-4921-9650-B03F7BF18F5B}
EndGlobalSection
EndGlobal