-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLiveDeck.sln
34 lines (34 loc) · 2.26 KB
/
LiveDeck.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthorizationService", "AuthorizationService\AuthorizationService.csproj", "{DACDA4A0-DD69-4C66-8B3A-0F88E4F4A678}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PanelService", "PanelService\PanelService.csproj", "{0EE7E09D-34E8-43BB-B4EE-018FD93B5710}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "livedeck-service", "livedeck-service\livedeck-service.csproj", "{F9BDCC4D-26D8-40B1-884B-34221AF608B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequestInterpreter", "RequestInterpreter\RequestInterpreter\RequestInterpreter.csproj", "{E3729BD1-751C-44A7-970B-66CA0B9E1715}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DACDA4A0-DD69-4C66-8B3A-0F88E4F4A678}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DACDA4A0-DD69-4C66-8B3A-0F88E4F4A678}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DACDA4A0-DD69-4C66-8B3A-0F88E4F4A678}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DACDA4A0-DD69-4C66-8B3A-0F88E4F4A678}.Release|Any CPU.Build.0 = Release|Any CPU
{0EE7E09D-34E8-43BB-B4EE-018FD93B5710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EE7E09D-34E8-43BB-B4EE-018FD93B5710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EE7E09D-34E8-43BB-B4EE-018FD93B5710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EE7E09D-34E8-43BB-B4EE-018FD93B5710}.Release|Any CPU.Build.0 = Release|Any CPU
{F9BDCC4D-26D8-40B1-884B-34221AF608B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9BDCC4D-26D8-40B1-884B-34221AF608B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9BDCC4D-26D8-40B1-884B-34221AF608B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9BDCC4D-26D8-40B1-884B-34221AF608B4}.Release|Any CPU.Build.0 = Release|Any CPU
{E3729BD1-751C-44A7-970B-66CA0B9E1715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3729BD1-751C-44A7-970B-66CA0B9E1715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3729BD1-751C-44A7-970B-66CA0B9E1715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3729BD1-751C-44A7-970B-66CA0B9E1715}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal