-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuditedTransactions.sln
More file actions
64 lines (64 loc) · 4.12 KB
/
AuditedTransactions.sln
File metadata and controls
64 lines (64 loc) · 4.12 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
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{93A95D38-3741-47BF-AB21-61788D73C4D3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuditedTransactionsSystem.AppHost", "AuditedTransactionsSystem.AppHost\AuditedTransactionsSystem.AppHost.csproj", "{AF21A318-C852-49F8-9726-4629540B5310}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuditedTransactionsSystem.ServiceDefaults", "AuditedTransactionsSystem.ServiceDefaults\AuditedTransactionsSystem.ServiceDefaults.csproj", "{F8173DD6-3E4E-4168-A18F-4BC22B1ECC80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuditedTransactionsSystem.Web", "AuditedTransactionsSystem.Web\AuditedTransactionsSystem.Web.csproj", "{C40E98E8-15DF-4EAE-B22A-2B474FAD8327}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuditedTransactionsSystem.Tests", "AuditedTransactionsSystem.Tests\AuditedTransactionsSystem.Tests.csproj", "{C6BEDB03-E403-45FC-8B46-0ABCD890D526}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aspire.Hosting.InterlockLedger", "Aspire.Hosting.InterlockLedger\Aspire.Hosting.InterlockLedger.csproj", "{771A85B9-11A3-4D90-B38B-00C046EB5625}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aspire.InterlockLedger.Client", "Aspire.InterlockLedger.Client\Aspire.InterlockLedger.Client.csproj", "{661A85B9-11A3-4D90-B38B-00C046EB5625}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF21A318-C852-49F8-9726-4629540B5310}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF21A318-C852-49F8-9726-4629540B5310}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF21A318-C852-49F8-9726-4629540B5310}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF21A318-C852-49F8-9726-4629540B5310}.Release|Any CPU.Build.0 = Release|Any CPU
{F8173DD6-3E4E-4168-A18F-4BC22B1ECC80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8173DD6-3E4E-4168-A18F-4BC22B1ECC80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8173DD6-3E4E-4168-A18F-4BC22B1ECC80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8173DD6-3E4E-4168-A18F-4BC22B1ECC80}.Release|Any CPU.Build.0 = Release|Any CPU
{C40E98E8-15DF-4EAE-B22A-2B474FAD8327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C40E98E8-15DF-4EAE-B22A-2B474FAD8327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C40E98E8-15DF-4EAE-B22A-2B474FAD8327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C40E98E8-15DF-4EAE-B22A-2B474FAD8327}.Release|Any CPU.Build.0 = Release|Any CPU
{C6BEDB03-E403-45FC-8B46-0ABCD890D526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6BEDB03-E403-45FC-8B46-0ABCD890D526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6BEDB03-E403-45FC-8B46-0ABCD890D526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6BEDB03-E403-45FC-8B46-0ABCD890D526}.Release|Any CPU.Build.0 = Release|Any CPU
{771A85B9-11A3-4D90-B38B-00C046EB5625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{771A85B9-11A3-4D90-B38B-00C046EB5625}.Debug|Any CPU.Build.0 = Debug|Any CPU
{771A85B9-11A3-4D90-B38B-00C046EB5625}.Release|Any CPU.ActiveCfg = Release|Any CPU
{771A85B9-11A3-4D90-B38B-00C046EB5625}.Release|Any CPU.Build.0 = Release|Any CPU
{661A85B9-11A3-4D90-B38B-00C046EB5625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{661A85B9-11A3-4D90-B38B-00C046EB5625}.Debug|Any CPU.Build.0 = Debug|Any CPU
{661A85B9-11A3-4D90-B38B-00C046EB5625}.Release|Any CPU.ActiveCfg = Release|Any CPU
{661A85B9-11A3-4D90-B38B-00C046EB5625}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F96C618B-E58C-4782-B9C2-A2BFD43BB40E}
EndGlobalSection
EndGlobal