forked from SpectraLogic/ep_net_sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpectraLogic.SpectraRioBrokerClient.sln
37 lines (37 loc) · 2.3 KB
/
SpectraLogic.SpectraRioBrokerClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpectraLogic.SpectraRioBrokerClient", "SpectraLogic.SpectraRioBrokerClient\SpectraLogic.SpectraRioBrokerClient.csproj", "{1A1A6A01-FBAC-4260-A3FA-D96AEED9C9E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpectraLogic.SpectraRioBrokerClient.Test", "SpectraLogic.SpectraRioBrokerClient.Test\SpectraLogic.SpectraRioBrokerClient.Test.csproj", "{81EE8ECE-970C-4F9F-B630-98A5F38C74A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpectraLogic.SpectraRioBrokerClient.Integration.Test", "SpectraLogic.SpectraRioBrokerClient.Integration.Test\SpectraLogic.SpectraRioBrokerClient.Integration.Test.csproj", "{5EE70381-47E5-44D6-B627-DAA6B62731BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A1A6A01-FBAC-4260-A3FA-D96AEED9C9E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A1A6A01-FBAC-4260-A3FA-D96AEED9C9E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A1A6A01-FBAC-4260-A3FA-D96AEED9C9E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A1A6A01-FBAC-4260-A3FA-D96AEED9C9E7}.Release|Any CPU.Build.0 = Release|Any CPU
{81EE8ECE-970C-4F9F-B630-98A5F38C74A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81EE8ECE-970C-4F9F-B630-98A5F38C74A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81EE8ECE-970C-4F9F-B630-98A5F38C74A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81EE8ECE-970C-4F9F-B630-98A5F38C74A8}.Release|Any CPU.Build.0 = Release|Any CPU
{5EE70381-47E5-44D6-B627-DAA6B62731BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EE70381-47E5-44D6-B627-DAA6B62731BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EE70381-47E5-44D6-B627-DAA6B62731BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EE70381-47E5-44D6-B627-DAA6B62731BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1B16510-9CB1-412B-8AB0-8C1FFCCAC93F}
EndGlobalSection
EndGlobal