-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathFluentFin.sln
More file actions
42 lines (42 loc) · 2.42 KB
/
FluentFin.sln
File metadata and controls
42 lines (42 loc) · 2.42 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35521.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentFin", "FluentFin\FluentFin.csproj", "{A4DD2020-2DBA-4903-89A1-5AE6DC12835C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentFin.Core", "FluentFin.Core\FluentFin.Core.csproj", "{5CF62C4C-54AE-41BC-9625-541A3F4FD2C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentFin.Plugins", "FluentFin.Plugins\FluentFin.Plugins.csproj", "{988BA5C8-360A-42A9-9301-CDB0F3313E4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentFin.UI.Core", "FluentFin.UI.Core\FluentFin.UI.Core.csproj", "{A0920681-4A94-4F9F-9D8A-02FDB64F365B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4DD2020-2DBA-4903-89A1-5AE6DC12835C}.Debug|x64.ActiveCfg = Debug|x64
{A4DD2020-2DBA-4903-89A1-5AE6DC12835C}.Debug|x64.Build.0 = Debug|x64
{A4DD2020-2DBA-4903-89A1-5AE6DC12835C}.Debug|x64.Deploy.0 = Debug|x64
{A4DD2020-2DBA-4903-89A1-5AE6DC12835C}.Release|x64.ActiveCfg = Release|x64
{A4DD2020-2DBA-4903-89A1-5AE6DC12835C}.Release|x64.Build.0 = Release|x64
{A4DD2020-2DBA-4903-89A1-5AE6DC12835C}.Release|x64.Deploy.0 = Release|x64
{5CF62C4C-54AE-41BC-9625-541A3F4FD2C2}.Debug|x64.ActiveCfg = Debug|x64
{5CF62C4C-54AE-41BC-9625-541A3F4FD2C2}.Debug|x64.Build.0 = Debug|x64
{5CF62C4C-54AE-41BC-9625-541A3F4FD2C2}.Release|x64.ActiveCfg = Release|x64
{5CF62C4C-54AE-41BC-9625-541A3F4FD2C2}.Release|x64.Build.0 = Release|x64
{988BA5C8-360A-42A9-9301-CDB0F3313E4A}.Debug|x64.ActiveCfg = Debug|x64
{988BA5C8-360A-42A9-9301-CDB0F3313E4A}.Debug|x64.Build.0 = Debug|x64
{988BA5C8-360A-42A9-9301-CDB0F3313E4A}.Release|x64.ActiveCfg = Release|x64
{988BA5C8-360A-42A9-9301-CDB0F3313E4A}.Release|x64.Build.0 = Release|x64
{A0920681-4A94-4F9F-9D8A-02FDB64F365B}.Debug|x64.ActiveCfg = Debug|x64
{A0920681-4A94-4F9F-9D8A-02FDB64F365B}.Debug|x64.Build.0 = Debug|x64
{A0920681-4A94-4F9F-9D8A-02FDB64F365B}.Release|x64.ActiveCfg = Release|x64
{A0920681-4A94-4F9F-9D8A-02FDB64F365B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal