-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCorefluxCSharpAPI.sln
More file actions
42 lines (42 loc) · 2.41 KB
/
CorefluxCSharpAPI.sln
File metadata and controls
42 lines (42 loc) · 2.41 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CorefluxCSharpAPI", "CorefluxCSharpAPI\CorefluxCSharpAPI.csproj", "{166CEC83-23EC-4E4E-BEDA-89C0CE34A877}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientSampleBackgroundService", "ClientSampleBackgroundService\ClientSampleBackgroundService.csproj", "{915CD5CC-EC68-4835-AACE-A2B26936B78C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{90FB36B0-A8D8-4BEC-95EB-A288C67CAE38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CorefluxCSharpAPI.API.Tests", "CorefluxCSharpAPI.API.Tests\CorefluxCSharpAPI.API.Tests.csproj", "{50E01CB6-17C3-4B3D-A904-581DB21BA731}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{166CEC83-23EC-4E4E-BEDA-89C0CE34A877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{166CEC83-23EC-4E4E-BEDA-89C0CE34A877}.Debug|Any CPU.Build.0 = Debug|Any CPU
{166CEC83-23EC-4E4E-BEDA-89C0CE34A877}.Release|Any CPU.ActiveCfg = Release|Any CPU
{166CEC83-23EC-4E4E-BEDA-89C0CE34A877}.Release|Any CPU.Build.0 = Release|Any CPU
{915CD5CC-EC68-4835-AACE-A2B26936B78C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{915CD5CC-EC68-4835-AACE-A2B26936B78C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{915CD5CC-EC68-4835-AACE-A2B26936B78C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{915CD5CC-EC68-4835-AACE-A2B26936B78C}.Release|Any CPU.Build.0 = Release|Any CPU
{50E01CB6-17C3-4B3D-A904-581DB21BA731}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50E01CB6-17C3-4B3D-A904-581DB21BA731}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50E01CB6-17C3-4B3D-A904-581DB21BA731}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50E01CB6-17C3-4B3D-A904-581DB21BA731}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{50E01CB6-17C3-4B3D-A904-581DB21BA731} = {90FB36B0-A8D8-4BEC-95EB-A288C67CAE38}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {071CE497-7C34-453C-8DF6-50645B3989D0}
EndGlobalSection
EndGlobal