-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBudgetApp.sln
More file actions
55 lines (55 loc) · 3.43 KB
/
BudgetApp.sln
File metadata and controls
55 lines (55 loc) · 3.43 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.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BudgetApp", "BudgetApp\BudgetApp.csproj", "{345DE14B-6E70-476C-AB3C-EA96D0F8305A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BudgetApp.Domain", "BudgetApp.Domain\BudgetApp.Domain.csproj", "{AE414B8E-F45C-4E88-B331-50464ACB5F7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BudgetApp.Apllication", "BudgetApp.Apllication\BudgetApp.Apllication.csproj", "{20479BF5-4BF3-4856-92C2-44DC88EA7C73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{E249498F-CD98-4096-9001-1EE982967C97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BudgetApp.EntityFramework", "BudgetApp.EntityFramework\BudgetApp.EntityFramework.csproj", "{9456D9BE-D7EC-4725-AA7B-12F7476AD4EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BudgetApp.Migrations", "BudgetApp.Migrations\BudgetApp.Migrations.csproj", "{B5681820-B477-4311-BBE5-6A6300165264}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{345DE14B-6E70-476C-AB3C-EA96D0F8305A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{345DE14B-6E70-476C-AB3C-EA96D0F8305A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{345DE14B-6E70-476C-AB3C-EA96D0F8305A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{345DE14B-6E70-476C-AB3C-EA96D0F8305A}.Release|Any CPU.Build.0 = Release|Any CPU
{AE414B8E-F45C-4E88-B331-50464ACB5F7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE414B8E-F45C-4E88-B331-50464ACB5F7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE414B8E-F45C-4E88-B331-50464ACB5F7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE414B8E-F45C-4E88-B331-50464ACB5F7E}.Release|Any CPU.Build.0 = Release|Any CPU
{20479BF5-4BF3-4856-92C2-44DC88EA7C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20479BF5-4BF3-4856-92C2-44DC88EA7C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20479BF5-4BF3-4856-92C2-44DC88EA7C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20479BF5-4BF3-4856-92C2-44DC88EA7C73}.Release|Any CPU.Build.0 = Release|Any CPU
{9456D9BE-D7EC-4725-AA7B-12F7476AD4EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9456D9BE-D7EC-4725-AA7B-12F7476AD4EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9456D9BE-D7EC-4725-AA7B-12F7476AD4EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9456D9BE-D7EC-4725-AA7B-12F7476AD4EB}.Release|Any CPU.Build.0 = Release|Any CPU
{B5681820-B477-4311-BBE5-6A6300165264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5681820-B477-4311-BBE5-6A6300165264}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5681820-B477-4311-BBE5-6A6300165264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5681820-B477-4311-BBE5-6A6300165264}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {050EC5D9-0853-48EB-8902-3BF22F8B8675}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9456D9BE-D7EC-4725-AA7B-12F7476AD4EB} = {E249498F-CD98-4096-9001-1EE982967C97}
{B5681820-B477-4311-BBE5-6A6300165264} = {E249498F-CD98-4096-9001-1EE982967C97}
EndGlobalSection
EndGlobal