-
Notifications
You must be signed in to change notification settings - Fork 0
/
CW.Soloist.sln
49 lines (49 loc) · 3 KB
/
CW.Soloist.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleClient", "ConsoleClient\ConsoleClient.csproj", "{F22E873F-7AFB-4894-BFB7-328C89BA854C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompositionService", "CompositionService\CompositionService.csproj", "{0C3D2A16-DD1E-46E7-ADE6-A1A42C9BBC63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopClient", "DesktopClient\DesktopClient.csproj", "{02C6D484-1038-46DF-B866-86BA69198FBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication", "WebApplication\WebApplication.csproj", "{0DCE0E49-470B-4054-B1C8-7BA21B113BFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "DataAccess\DataAccess.csproj", "{F710BC52-19A8-4DEE-97B0-3F356650B333}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F22E873F-7AFB-4894-BFB7-328C89BA854C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F22E873F-7AFB-4894-BFB7-328C89BA854C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F22E873F-7AFB-4894-BFB7-328C89BA854C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F22E873F-7AFB-4894-BFB7-328C89BA854C}.Release|Any CPU.Build.0 = Release|Any CPU
{0C3D2A16-DD1E-46E7-ADE6-A1A42C9BBC63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C3D2A16-DD1E-46E7-ADE6-A1A42C9BBC63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C3D2A16-DD1E-46E7-ADE6-A1A42C9BBC63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C3D2A16-DD1E-46E7-ADE6-A1A42C9BBC63}.Release|Any CPU.Build.0 = Release|Any CPU
{02C6D484-1038-46DF-B866-86BA69198FBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C6D484-1038-46DF-B866-86BA69198FBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C6D484-1038-46DF-B866-86BA69198FBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C6D484-1038-46DF-B866-86BA69198FBD}.Release|Any CPU.Build.0 = Release|Any CPU
{0DCE0E49-470B-4054-B1C8-7BA21B113BFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DCE0E49-470B-4054-B1C8-7BA21B113BFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DCE0E49-470B-4054-B1C8-7BA21B113BFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DCE0E49-470B-4054-B1C8-7BA21B113BFD}.Release|Any CPU.Build.0 = Release|Any CPU
{F710BC52-19A8-4DEE-97B0-3F356650B333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F710BC52-19A8-4DEE-97B0-3F356650B333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F710BC52-19A8-4DEE-97B0-3F356650B333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F710BC52-19A8-4DEE-97B0-3F356650B333}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC259883-BC28-48CD-8131-AF8233E1F31E}
EndGlobalSection
EndGlobal