-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTHsoftware.ComGate.sln
More file actions
43 lines (43 loc) · 2.76 KB
/
THsoftware.ComGate.sln
File metadata and controls
43 lines (43 loc) · 2.76 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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "THsoftware.ComGate.Core", "THsoftware.ComGate.Core\THsoftware.ComGate.Core\THsoftware.ComGate.Core.csproj", "{771B1131-A991-4C0B-B7F9-3445D429ADE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "THsoftware.ComGate.PaymentAPI.Interfaces", "THsoftware.ComGate.PaymentAPI.Interfaces\THsoftware.ComGate.PaymentAPI.Interfaces.csproj", "{4114181B-D883-414D-AFBC-5BF5DD6CC1F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "THsoftware.ComGate.PaymentAPI.Services", "THsoftware.ComGate.PaymentAPI.Services\THsoftware.ComGate.PaymentAPI.Services.csproj", "{9C819B31-DE40-4BC1-A085-50B3BF299FEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "THsoftware.ComGate.WebClient", "THsoftware.ComGate.WebClient\THsoftware.ComGate.WebClient.csproj", "{6923D3F5-8B29-46DA-BCA4-202682407D63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{771B1131-A991-4C0B-B7F9-3445D429ADE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{771B1131-A991-4C0B-B7F9-3445D429ADE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{771B1131-A991-4C0B-B7F9-3445D429ADE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{771B1131-A991-4C0B-B7F9-3445D429ADE8}.Release|Any CPU.Build.0 = Release|Any CPU
{4114181B-D883-414D-AFBC-5BF5DD6CC1F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4114181B-D883-414D-AFBC-5BF5DD6CC1F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4114181B-D883-414D-AFBC-5BF5DD6CC1F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4114181B-D883-414D-AFBC-5BF5DD6CC1F9}.Release|Any CPU.Build.0 = Release|Any CPU
{9C819B31-DE40-4BC1-A085-50B3BF299FEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C819B31-DE40-4BC1-A085-50B3BF299FEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C819B31-DE40-4BC1-A085-50B3BF299FEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C819B31-DE40-4BC1-A085-50B3BF299FEC}.Release|Any CPU.Build.0 = Release|Any CPU
{6923D3F5-8B29-46DA-BCA4-202682407D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6923D3F5-8B29-46DA-BCA4-202682407D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6923D3F5-8B29-46DA-BCA4-202682407D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6923D3F5-8B29-46DA-BCA4-202682407D63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD48B4F9-48DF-4455-A0B7-C2378A1D014B}
EndGlobalSection
EndGlobal