This repository has been archived by the owner on May 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
/
FloatingGlucose.sln
38 lines (38 loc) · 2.27 KB
/
FloatingGlucose.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FloatingGlucose", "FloatingGlucose\FloatingGlucose.csproj", "{8D044F87-547D-4E76-8A67-3225DB984C63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShareClientDotNet", "ShareClientDotNet\ShareClientDotNet.csproj", "{2AD02968-E7EA-4989-8BD8-FAD6A31C0072}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug+nosign|Any CPU = Debug+nosign|Any CPU
Release|Any CPU = Release|Any CPU
Release+nosign|Any CPU = Release+nosign|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D044F87-547D-4E76-8A67-3225DB984C63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D044F87-547D-4E76-8A67-3225DB984C63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D044F87-547D-4E76-8A67-3225DB984C63}.Debug+nosign|Any CPU.ActiveCfg = Debug+nosign|Any CPU
{8D044F87-547D-4E76-8A67-3225DB984C63}.Debug+nosign|Any CPU.Build.0 = Debug+nosign|Any CPU
{8D044F87-547D-4E76-8A67-3225DB984C63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D044F87-547D-4E76-8A67-3225DB984C63}.Release|Any CPU.Build.0 = Release|Any CPU
{8D044F87-547D-4E76-8A67-3225DB984C63}.Release+nosign|Any CPU.ActiveCfg = Release+nosign|Any CPU
{8D044F87-547D-4E76-8A67-3225DB984C63}.Release+nosign|Any CPU.Build.0 = Release+nosign|Any CPU
{2AD02968-E7EA-4989-8BD8-FAD6A31C0072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AD02968-E7EA-4989-8BD8-FAD6A31C0072}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AD02968-E7EA-4989-8BD8-FAD6A31C0072}.Debug+nosign|Any CPU.ActiveCfg = Debug|Any CPU
{2AD02968-E7EA-4989-8BD8-FAD6A31C0072}.Debug+nosign|Any CPU.Build.0 = Debug|Any CPU
{2AD02968-E7EA-4989-8BD8-FAD6A31C0072}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AD02968-E7EA-4989-8BD8-FAD6A31C0072}.Release|Any CPU.Build.0 = Release|Any CPU
{2AD02968-E7EA-4989-8BD8-FAD6A31C0072}.Release+nosign|Any CPU.ActiveCfg = Release|Any CPU
{2AD02968-E7EA-4989-8BD8-FAD6A31C0072}.Release+nosign|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal