-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFluxSharp.sln
More file actions
86 lines (86 loc) · 5.4 KB
/
FluxSharp.sln
File metadata and controls
86 lines (86 loc) · 5.4 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluxSharp", "FluxSharp\FluxSharp.csproj", "{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluxSharp.Desktop", "FluxSharp.Desktop\FluxSharp.Desktop.csproj", "{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DA99C4E-89E3-4049-9C22-0A7EC60D83D8}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluxSharp.Tests", "FluxSharp.Tests\FluxSharp.Tests.csproj", "{9217D8D9-8039-460B-95A5-460371493D96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluxSharp.Android", "FluxSharp.Android\FluxSharp.Android.csproj", "{62664E04-6F14-458E-AF75-C6520923565E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|x64.ActiveCfg = Debug|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|x64.Build.0 = Debug|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|x86.ActiveCfg = Debug|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|x86.Build.0 = Debug|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|Any CPU.Build.0 = Release|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|x64.ActiveCfg = Release|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|x64.Build.0 = Release|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|x86.ActiveCfg = Release|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|x86.Build.0 = Release|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|x64.ActiveCfg = Debug|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|x64.Build.0 = Debug|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|x86.ActiveCfg = Debug|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|x86.Build.0 = Debug|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|Any CPU.Build.0 = Release|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|x64.ActiveCfg = Release|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|x64.Build.0 = Release|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|x86.ActiveCfg = Release|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|x86.Build.0 = Release|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Debug|x64.ActiveCfg = Debug|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Debug|x64.Build.0 = Debug|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Debug|x86.ActiveCfg = Debug|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Debug|x86.Build.0 = Debug|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Release|Any CPU.Build.0 = Release|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Release|x64.ActiveCfg = Release|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Release|x64.Build.0 = Release|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Release|x86.ActiveCfg = Release|Any CPU
{9217D8D9-8039-460B-95A5-460371493D96}.Release|x86.Build.0 = Release|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Debug|x64.ActiveCfg = Debug|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Debug|x64.Build.0 = Debug|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Debug|x86.ActiveCfg = Debug|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Debug|x86.Build.0 = Debug|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Release|Any CPU.Build.0 = Release|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Release|x64.ActiveCfg = Release|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Release|x64.Build.0 = Release|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Release|x86.ActiveCfg = Release|Any CPU
{62664E04-6F14-458E-AF75-C6520923565E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83CB65B8-011F-4ED7-BCD3-A6CFA935EF7E}
EndGlobalSection
EndGlobal