-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBudgetty.sln
61 lines (61 loc) · 4.05 KB
/
Budgetty.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Budgetty.Domain", "Budgetty.Domain\Budgetty.Domain.csproj", "{5B22B9BC-A76F-4233-8416-39D872187B4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Budgetty.Persistance", "Budgetty.Persistance\Budgetty.Persistance.csproj", "{D26E7AD9-2199-4C32-B602-4C0ADFBA784B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Budgetty.Services", "Budgetty.Services\Budgetty.Services.csproj", "{FE5EEA3B-0CFD-4ADA-88E2-34E206C9E410}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Budgetty.Mvc", "Budgetty.Mvc\Budgetty.Mvc.csproj", "{ABD67FC7-1285-46BA-B057-BD0D5D1FF5F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Budgetty.Services.Tests", "Budgetty.Services.Tests\Budgetty.Services.Tests.csproj", "{51D8F1B0-0769-4154-9743-005FBF735137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Budgetty.TestHelpers", "Budgetty.TestHelpers\Budgetty.TestHelpers.csproj", "{7A747AB0-1DD9-417E-935A-686EC772350E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Budgetty.Mvc.Tests", "Budgetty.Mvc.Tests\Budgetty.Mvc.Tests.csproj", "{C10F0A6A-55CA-4352-A26B-C1B3AF607BF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B22B9BC-A76F-4233-8416-39D872187B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B22B9BC-A76F-4233-8416-39D872187B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B22B9BC-A76F-4233-8416-39D872187B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B22B9BC-A76F-4233-8416-39D872187B4F}.Release|Any CPU.Build.0 = Release|Any CPU
{D26E7AD9-2199-4C32-B602-4C0ADFBA784B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D26E7AD9-2199-4C32-B602-4C0ADFBA784B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D26E7AD9-2199-4C32-B602-4C0ADFBA784B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D26E7AD9-2199-4C32-B602-4C0ADFBA784B}.Release|Any CPU.Build.0 = Release|Any CPU
{FE5EEA3B-0CFD-4ADA-88E2-34E206C9E410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE5EEA3B-0CFD-4ADA-88E2-34E206C9E410}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE5EEA3B-0CFD-4ADA-88E2-34E206C9E410}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE5EEA3B-0CFD-4ADA-88E2-34E206C9E410}.Release|Any CPU.Build.0 = Release|Any CPU
{ABD67FC7-1285-46BA-B057-BD0D5D1FF5F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABD67FC7-1285-46BA-B057-BD0D5D1FF5F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABD67FC7-1285-46BA-B057-BD0D5D1FF5F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABD67FC7-1285-46BA-B057-BD0D5D1FF5F2}.Release|Any CPU.Build.0 = Release|Any CPU
{51D8F1B0-0769-4154-9743-005FBF735137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51D8F1B0-0769-4154-9743-005FBF735137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51D8F1B0-0769-4154-9743-005FBF735137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51D8F1B0-0769-4154-9743-005FBF735137}.Release|Any CPU.Build.0 = Release|Any CPU
{7A747AB0-1DD9-417E-935A-686EC772350E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A747AB0-1DD9-417E-935A-686EC772350E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A747AB0-1DD9-417E-935A-686EC772350E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A747AB0-1DD9-417E-935A-686EC772350E}.Release|Any CPU.Build.0 = Release|Any CPU
{C10F0A6A-55CA-4352-A26B-C1B3AF607BF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C10F0A6A-55CA-4352-A26B-C1B3AF607BF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C10F0A6A-55CA-4352-A26B-C1B3AF607BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C10F0A6A-55CA-4352-A26B-C1B3AF607BF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BCC4DE4-FB87-448E-B09E-C2F56E5CD855}
EndGlobalSection
EndGlobal