-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEasyBudget.sln
More file actions
106 lines (105 loc) · 8.33 KB
/
EasyBudget.sln
File metadata and controls
106 lines (105 loc) · 8.33 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyBudget.UnitTests", "EasyBudget.UnitTests\EasyBudget.UnitTests.csproj", "{811C546F-480A-402E-881B-868477374594}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyBudget.Business", "EasyBudget.Business\EasyBudget.Business.csproj", "{500B57E9-A096-4292-8E45-F49FFF9794BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyBudget.iOS", "EasyBudget.iOS\EasyBudget.iOS.csproj", "{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyBudget.Android", "EasyBudget.Android\EasyBudget.Android.csproj", "{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyBudget.Models", "EasyBudget.Models\EasyBudget.Models.csproj", "{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyBudget.Data", "EasyBudget.Data\EasyBudget.Data.csproj", "{62CB7B2E-A000-40AF-8D46-9FE34C64B558}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{811C546F-480A-402E-881B-868477374594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{811C546F-480A-402E-881B-868477374594}.Debug|Any CPU.Build.0 = Debug|Any CPU
{811C546F-480A-402E-881B-868477374594}.Release|Any CPU.ActiveCfg = Release|Any CPU
{811C546F-480A-402E-881B-868477374594}.Release|Any CPU.Build.0 = Release|Any CPU
{811C546F-480A-402E-881B-868477374594}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{811C546F-480A-402E-881B-868477374594}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{811C546F-480A-402E-881B-868477374594}.Release|iPhone.ActiveCfg = Release|Any CPU
{811C546F-480A-402E-881B-868477374594}.Release|iPhone.Build.0 = Release|Any CPU
{811C546F-480A-402E-881B-868477374594}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{811C546F-480A-402E-881B-868477374594}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{811C546F-480A-402E-881B-868477374594}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{811C546F-480A-402E-881B-868477374594}.Debug|iPhone.Build.0 = Debug|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Release|Any CPU.Build.0 = Release|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Release|iPhone.ActiveCfg = Release|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Release|iPhone.Build.0 = Release|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{500B57E9-A096-4292-8E45-F49FFF9794BA}.Debug|iPhone.Build.0 = Debug|Any CPU
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Release|Any CPU.ActiveCfg = Release|iPhone
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Release|Any CPU.Build.0 = Release|iPhone
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Release|iPhone.ActiveCfg = Release|iPhone
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Release|iPhone.Build.0 = Release|iPhone
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Debug|iPhone.ActiveCfg = Debug|iPhone
{985DC1AD-C7E4-401D-AC2F-D1D38E35A083}.Debug|iPhone.Build.0 = Debug|iPhone
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Release|Any CPU.Build.0 = Release|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Release|iPhone.ActiveCfg = Release|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Release|iPhone.Build.0 = Release|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D71F9FDF-913D-4E8C-A06A-74C04847DD4B}.Debug|iPhone.Build.0 = Debug|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Release|Any CPU.Build.0 = Release|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Release|iPhone.ActiveCfg = Release|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Release|iPhone.Build.0 = Release|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{80897FD6-55D8-49A5-A6F4-CDD6E8F7323C}.Debug|iPhone.Build.0 = Debug|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Release|Any CPU.Build.0 = Release|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Release|iPhone.ActiveCfg = Release|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Release|iPhone.Build.0 = Release|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{62CB7B2E-A000-40AF-8D46-9FE34C64B558}.Debug|iPhone.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.StandardHeader = $1
$1.Text = @\n Copyright ${Year} ${CopyrightHolder}\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal