-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShowCase.Sig.sln
52 lines (52 loc) · 3.25 KB
/
ShowCase.Sig.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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShowCase.Sig", "ShowCase.Sig\ShowCase.Sig.csproj", "{0D9FF0D6-EB37-454D-83C6-395755392203}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exchange.Contracts", "ApplicationServices\DataExchangeServices\Exchange.Contracts\Exchange.Contracts.csproj", "{76209243-CE9D-4E55-9189-28B173B0A866}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exchange.ClientLib", "ApplicationServices\DataExchangeServices\Exchange.ClientLib\Exchange.ClientLib.csproj", "{A450845B-1412-453E-8E0A-021D425193AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShowCase.Sig.Test", "ShowCase.Sig.Test\ShowCase.Sig.Test.csproj", "{46DE2707-EB63-465B-9732-49345F9741CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
QA|Any CPU = QA|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D9FF0D6-EB37-454D-83C6-395755392203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D9FF0D6-EB37-454D-83C6-395755392203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D9FF0D6-EB37-454D-83C6-395755392203}.QA|Any CPU.ActiveCfg = Release|Any CPU
{0D9FF0D6-EB37-454D-83C6-395755392203}.QA|Any CPU.Build.0 = Release|Any CPU
{0D9FF0D6-EB37-454D-83C6-395755392203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D9FF0D6-EB37-454D-83C6-395755392203}.Release|Any CPU.Build.0 = Release|Any CPU
{76209243-CE9D-4E55-9189-28B173B0A866}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76209243-CE9D-4E55-9189-28B173B0A866}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76209243-CE9D-4E55-9189-28B173B0A866}.QA|Any CPU.ActiveCfg = QA|Any CPU
{76209243-CE9D-4E55-9189-28B173B0A866}.QA|Any CPU.Build.0 = QA|Any CPU
{76209243-CE9D-4E55-9189-28B173B0A866}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76209243-CE9D-4E55-9189-28B173B0A866}.Release|Any CPU.Build.0 = Release|Any CPU
{A450845B-1412-453E-8E0A-021D425193AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A450845B-1412-453E-8E0A-021D425193AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A450845B-1412-453E-8E0A-021D425193AE}.QA|Any CPU.ActiveCfg = QA|Any CPU
{A450845B-1412-453E-8E0A-021D425193AE}.QA|Any CPU.Build.0 = QA|Any CPU
{A450845B-1412-453E-8E0A-021D425193AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A450845B-1412-453E-8E0A-021D425193AE}.Release|Any CPU.Build.0 = Release|Any CPU
{46DE2707-EB63-465B-9732-49345F9741CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46DE2707-EB63-465B-9732-49345F9741CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46DE2707-EB63-465B-9732-49345F9741CC}.QA|Any CPU.ActiveCfg = Release|Any CPU
{46DE2707-EB63-465B-9732-49345F9741CC}.QA|Any CPU.Build.0 = Release|Any CPU
{46DE2707-EB63-465B-9732-49345F9741CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46DE2707-EB63-465B-9732-49345F9741CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2ABDDE71-DD0B-4595-B252-529094DB3941}
EndGlobalSection
EndGlobal