-
Notifications
You must be signed in to change notification settings - Fork 0
/
AquaLogicSharp.sln
29 lines (29 loc) · 1.76 KB
/
AquaLogicSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AquaLogicSharp", "AquaLogicSharp\AquaLogicSharp.csproj", "{57364541-0A78-4EB5-873B-B6AEECBE862F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AquaLogicTest", "AquaLogicTest\AquaLogicTest.csproj", "{8086AD94-9507-4310-8E08-AD992B58A476}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AquaLogicConsole", "AquaLogicConsole\AquaLogicConsole.csproj", "{2295FAF2-6D65-465D-A61C-FAA23053C3D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57364541-0A78-4EB5-873B-B6AEECBE862F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57364541-0A78-4EB5-873B-B6AEECBE862F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57364541-0A78-4EB5-873B-B6AEECBE862F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57364541-0A78-4EB5-873B-B6AEECBE862F}.Release|Any CPU.Build.0 = Release|Any CPU
{8086AD94-9507-4310-8E08-AD992B58A476}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8086AD94-9507-4310-8E08-AD992B58A476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8086AD94-9507-4310-8E08-AD992B58A476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8086AD94-9507-4310-8E08-AD992B58A476}.Release|Any CPU.Build.0 = Release|Any CPU
{2295FAF2-6D65-465D-A61C-FAA23053C3D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2295FAF2-6D65-465D-A61C-FAA23053C3D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2295FAF2-6D65-465D-A61C-FAA23053C3D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2295FAF2-6D65-465D-A61C-FAA23053C3D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal