-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTransactionManagementSystem.sln
More file actions
55 lines (55 loc) · 3.65 KB
/
TransactionManagementSystem.sln
File metadata and controls
55 lines (55 loc) · 3.65 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
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessPurchase.Domain", "ProcessPurchase.Domain\ProcessPurchase.Domain.csproj", "{65A1166E-573B-402B-B125-65037EEE181C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessPurchase.Infrastructure", "ProcessPurchase.Infrastructure\ProcessPurchase.Infrastructure.csproj", "{F826832B-2E47-42E8-AC4B-CAE35419FD9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessPurchase.Application", "ProcessPurchase.Application\ProcessPurchase.Application.csproj", "{F7D5C72E-97BA-4DC9-B2FA-8E7C28E94A64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessPurchase.API", "ProcessPurchase.API\ProcessPurchase.API.csproj", "{BF50EB48-40B0-46A1-908A-F8C04F96A582}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FurtherProcessingActionService", "FurtherProcessingActionService\FurtherProcessingActionService.csproj", "{2D008FEE-5412-4A30-9C84-B7943EBB685C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrpcClient", "GrpcClient\GrpcClient.csproj", "{6D98CF1D-DDB2-4AC7-9DFA-CDC5343C1283}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65A1166E-573B-402B-B125-65037EEE181C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65A1166E-573B-402B-B125-65037EEE181C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65A1166E-573B-402B-B125-65037EEE181C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65A1166E-573B-402B-B125-65037EEE181C}.Release|Any CPU.Build.0 = Release|Any CPU
{F826832B-2E47-42E8-AC4B-CAE35419FD9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F826832B-2E47-42E8-AC4B-CAE35419FD9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F826832B-2E47-42E8-AC4B-CAE35419FD9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F826832B-2E47-42E8-AC4B-CAE35419FD9B}.Release|Any CPU.Build.0 = Release|Any CPU
{F7D5C72E-97BA-4DC9-B2FA-8E7C28E94A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D5C72E-97BA-4DC9-B2FA-8E7C28E94A64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D5C72E-97BA-4DC9-B2FA-8E7C28E94A64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D5C72E-97BA-4DC9-B2FA-8E7C28E94A64}.Release|Any CPU.Build.0 = Release|Any CPU
{BF50EB48-40B0-46A1-908A-F8C04F96A582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF50EB48-40B0-46A1-908A-F8C04F96A582}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF50EB48-40B0-46A1-908A-F8C04F96A582}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF50EB48-40B0-46A1-908A-F8C04F96A582}.Release|Any CPU.Build.0 = Release|Any CPU
{2D008FEE-5412-4A30-9C84-B7943EBB685C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D008FEE-5412-4A30-9C84-B7943EBB685C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D008FEE-5412-4A30-9C84-B7943EBB685C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D008FEE-5412-4A30-9C84-B7943EBB685C}.Release|Any CPU.Build.0 = Release|Any CPU
{6D98CF1D-DDB2-4AC7-9DFA-CDC5343C1283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D98CF1D-DDB2-4AC7-9DFA-CDC5343C1283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D98CF1D-DDB2-4AC7-9DFA-CDC5343C1283}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D98CF1D-DDB2-4AC7-9DFA-CDC5343C1283}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82C88AB9-7478-478F-B98F-AD32B15C98AC}
EndGlobalSection
EndGlobal