-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathSimpleAccounting.sln
83 lines (83 loc) · 4.34 KB
/
SimpleAccounting.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
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE9ECA6D-3497-4565-A718-EBBADDDCF2DF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
global.json = global.json
.sonarlint\lg2de_simpleaccountingcsharp.ruleset = .sonarlint\lg2de_simpleaccountingcsharp.ruleset
LICENSE = LICENSE
nuget.config = nuget.config
PatchVersion.ps1 = PatchVersion.ps1
README.md = README.md
SimpleAccounting.sln.DotSettings = SimpleAccounting.sln.DotSettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleAccounting", "src\SimpleAccounting\SimpleAccounting.csproj", "{976604F7-86B8-407E-A9B2-592E376D7006}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleAccounting.UnitTests", "tests\SimpleAccounting.UnitTests\SimpleAccounting.UnitTests.csproj", "{E77B3647-FBC9-4138-A0D5-C9165EF45417}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleAccounting.IntegrationTests", "tests\SimpleAccounting.IntegrationTests\SimpleAccounting.IntegrationTests.csproj", "{507F5D29-96C7-48C2-966C-58342D08A4A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{3F74D64E-D629-4AC0-A60B-29ED0C265896}"
ProjectSection(SolutionItems) = preProject
samples\MainView.png = samples\MainView.png
README.md = README.md
samples\sample.acml = samples\sample.acml
samples\sample.csv = samples\sample.csv
samples\SplitBooking.png = samples\SplitBooking.png
samples\TotalsAndBalancesReport.png = samples\TotalsAndBalancesReport.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{88F13815-196C-4F7F-B54A-A345656DD866}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{BF2618D8-BC1B-4127-8DCF-85A493C04BF8}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{3355B5D5-5674-4583-91F7-0FB77A701227}"
ProjectSection(SolutionItems) = preProject
docs\AccountingData.xsd = docs\AccountingData.xsd
docs\ReleaseData.xml = docs\ReleaseData.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{976604F7-86B8-407E-A9B2-592E376D7006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{976604F7-86B8-407E-A9B2-592E376D7006}.Debug|Any CPU.Build.0 = Debug|Any CPU
{976604F7-86B8-407E-A9B2-592E376D7006}.Release|Any CPU.ActiveCfg = Release|Any CPU
{976604F7-86B8-407E-A9B2-592E376D7006}.Release|Any CPU.Build.0 = Release|Any CPU
{E77B3647-FBC9-4138-A0D5-C9165EF45417}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E77B3647-FBC9-4138-A0D5-C9165EF45417}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E77B3647-FBC9-4138-A0D5-C9165EF45417}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E77B3647-FBC9-4138-A0D5-C9165EF45417}.Release|Any CPU.Build.0 = Release|Any CPU
{507F5D29-96C7-48C2-966C-58342D08A4A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{507F5D29-96C7-48C2-966C-58342D08A4A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{507F5D29-96C7-48C2-966C-58342D08A4A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{507F5D29-96C7-48C2-966C-58342D08A4A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{976604F7-86B8-407E-A9B2-592E376D7006} = {88F13815-196C-4F7F-B54A-A345656DD866}
{E77B3647-FBC9-4138-A0D5-C9165EF45417} = {BF2618D8-BC1B-4127-8DCF-85A493C04BF8}
{507F5D29-96C7-48C2-966C-58342D08A4A7} = {BF2618D8-BC1B-4127-8DCF-85A493C04BF8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62844EF8-76D5-4F6B-85A3-9E80E71E4482}
EndGlobalSection
EndGlobal