-
-
Notifications
You must be signed in to change notification settings - Fork 105
/
LiquidLevel.sln
42 lines (42 loc) · 2.55 KB
/
LiquidLevel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 15.0.26124.0
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "LiquidLevel", "LiquidLevel.nfproj", "{38100D7B-175A-4264-8E8D-603FBA5BF2BA}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Llc200d3sh.Sample", "samples\Llc200d3sh\Llc200d3sh.Sample.nfproj", "{FCC75CBF-7779-4032-A995-7A4DA650E82C}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "LiquidLevelSwitch.Sample", "samples\LiquidLevelSwitch\LiquidLevelSwitch.Sample.nfproj", "{C175B6E8-48B1-4A80-BC63-F1115D5CA9C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38100D7B-175A-4264-8E8D-603FBA5BF2BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38100D7B-175A-4264-8E8D-603FBA5BF2BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38100D7B-175A-4264-8E8D-603FBA5BF2BA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{38100D7B-175A-4264-8E8D-603FBA5BF2BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38100D7B-175A-4264-8E8D-603FBA5BF2BA}.Release|Any CPU.Build.0 = Release|Any CPU
{38100D7B-175A-4264-8E8D-603FBA5BF2BA}.Release|Any CPU.Deploy.0 = Release|Any CPU
{FCC75CBF-7779-4032-A995-7A4DA650E82C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCC75CBF-7779-4032-A995-7A4DA650E82C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCC75CBF-7779-4032-A995-7A4DA650E82C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{FCC75CBF-7779-4032-A995-7A4DA650E82C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCC75CBF-7779-4032-A995-7A4DA650E82C}.Release|Any CPU.Build.0 = Release|Any CPU
{FCC75CBF-7779-4032-A995-7A4DA650E82C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C175B6E8-48B1-4A80-BC63-F1115D5CA9C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C175B6E8-48B1-4A80-BC63-F1115D5CA9C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C175B6E8-48B1-4A80-BC63-F1115D5CA9C1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C175B6E8-48B1-4A80-BC63-F1115D5CA9C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C175B6E8-48B1-4A80-BC63-F1115D5CA9C1}.Release|Any CPU.Build.0 = Release|Any CPU
{C175B6E8-48B1-4A80-BC63-F1115D5CA9C1}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C6F03B0-5F08-4A24-A05D-1C9287B6BDFD}
EndGlobalSection
EndGlobal