-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAccounting.sln
More file actions
55 lines (55 loc) · 3.32 KB
/
Accounting.sln
File metadata and controls
55 lines (55 loc) · 3.32 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.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounting_App", "Accounting_App\Accounting_App.csproj", "{ED24093F-86E6-461E-A10B-E1D532776AF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounting_DataLayer", "Accounting_DataLayer\Accounting_DataLayer.csproj", "{0615F005-16D2-4EAA-BF65-F002F43B2037}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounting_Bussines", "Accounting_Bussines\Accounting_Bussines.csproj", "{B4DE70BF-60EA-4DDE-8E51-E1219B604639}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounting_Utility", "Accounting_Utility\Accounting_Utility.csproj", "{E6125A75-1520-4ED3-9497-BF535536B628}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounting_ViewModel", "Accounting_ViewModel\Accounting_ViewModel.csproj", "{E565E771-E262-4304-9CE7-1588DA28EE73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F075B77A-6DCC-4D1C-BB68-95E81B3D3B25}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
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
{ED24093F-86E6-461E-A10B-E1D532776AF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED24093F-86E6-461E-A10B-E1D532776AF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED24093F-86E6-461E-A10B-E1D532776AF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED24093F-86E6-461E-A10B-E1D532776AF0}.Release|Any CPU.Build.0 = Release|Any CPU
{0615F005-16D2-4EAA-BF65-F002F43B2037}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0615F005-16D2-4EAA-BF65-F002F43B2037}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0615F005-16D2-4EAA-BF65-F002F43B2037}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0615F005-16D2-4EAA-BF65-F002F43B2037}.Release|Any CPU.Build.0 = Release|Any CPU
{B4DE70BF-60EA-4DDE-8E51-E1219B604639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4DE70BF-60EA-4DDE-8E51-E1219B604639}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4DE70BF-60EA-4DDE-8E51-E1219B604639}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4DE70BF-60EA-4DDE-8E51-E1219B604639}.Release|Any CPU.Build.0 = Release|Any CPU
{E6125A75-1520-4ED3-9497-BF535536B628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6125A75-1520-4ED3-9497-BF535536B628}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6125A75-1520-4ED3-9497-BF535536B628}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6125A75-1520-4ED3-9497-BF535536B628}.Release|Any CPU.Build.0 = Release|Any CPU
{E565E771-E262-4304-9CE7-1588DA28EE73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E565E771-E262-4304-9CE7-1588DA28EE73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E565E771-E262-4304-9CE7-1588DA28EE73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E565E771-E262-4304-9CE7-1588DA28EE73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {733908F5-7F24-4199-ACC4-F7A6F6622F01}
EndGlobalSection
EndGlobal