-
Notifications
You must be signed in to change notification settings - Fork 14
/
Accounting.sln
54 lines (54 loc) · 3.27 KB
/
Accounting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounting", "Accounting\Accounting.csproj", "{32A0ECC0-D3EE-4FDA-BBBE-97B5F4B94AE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounting.Common", "Accounting.Common\Accounting.Common.csproj", "{8E73B215-96E6-44D4-8181-A0C7E402B36B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounting.Business", "Accounting.Business\Accounting.Business.csproj", "{E47959AD-E579-4E47-AFEE-2F2D692B2985}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounting.Service", "Accounting.Service\Accounting.Service.csproj", "{A0988E55-5FDB-4820-A8BE-AF44FDD95423}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounting.Database", "Accounting.Database\Accounting.Database.csproj", "{FF148E20-1C02-4945-9C9E-FCB7AFEAA11F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E4FFE254-75B0-4363-B149-D31374E12C00}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32A0ECC0-D3EE-4FDA-BBBE-97B5F4B94AE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A0ECC0-D3EE-4FDA-BBBE-97B5F4B94AE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32A0ECC0-D3EE-4FDA-BBBE-97B5F4B94AE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A0ECC0-D3EE-4FDA-BBBE-97B5F4B94AE0}.Release|Any CPU.Build.0 = Release|Any CPU
{8E73B215-96E6-44D4-8181-A0C7E402B36B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E73B215-96E6-44D4-8181-A0C7E402B36B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E73B215-96E6-44D4-8181-A0C7E402B36B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E73B215-96E6-44D4-8181-A0C7E402B36B}.Release|Any CPU.Build.0 = Release|Any CPU
{E47959AD-E579-4E47-AFEE-2F2D692B2985}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E47959AD-E579-4E47-AFEE-2F2D692B2985}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E47959AD-E579-4E47-AFEE-2F2D692B2985}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E47959AD-E579-4E47-AFEE-2F2D692B2985}.Release|Any CPU.Build.0 = Release|Any CPU
{A0988E55-5FDB-4820-A8BE-AF44FDD95423}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0988E55-5FDB-4820-A8BE-AF44FDD95423}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0988E55-5FDB-4820-A8BE-AF44FDD95423}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0988E55-5FDB-4820-A8BE-AF44FDD95423}.Release|Any CPU.Build.0 = Release|Any CPU
{FF148E20-1C02-4945-9C9E-FCB7AFEAA11F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF148E20-1C02-4945-9C9E-FCB7AFEAA11F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF148E20-1C02-4945-9C9E-FCB7AFEAA11F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF148E20-1C02-4945-9C9E-FCB7AFEAA11F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43BE0D33-2EF2-4335-93EF-A4B84C51D0E7}
EndGlobalSection
EndGlobal