-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyGalileo.sln
27 lines (26 loc) · 1.37 KB
/
MyGalileo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyGalileoLibrary", "MyGalileoLibrary\MyGalileoLibrary.csproj", "{6C272F22-FB9D-4554-98CD-678D5DD19D10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyGalileoMacOS", "MyGalileoMacOS\MyGalileoMacOS.csproj", "{D6969635-C513-40FD-8975-1FC56044AC07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C272F22-FB9D-4554-98CD-678D5DD19D10}.Debug|x86.ActiveCfg = Debug|Any CPU
{6C272F22-FB9D-4554-98CD-678D5DD19D10}.Debug|x86.Build.0 = Debug|Any CPU
{6C272F22-FB9D-4554-98CD-678D5DD19D10}.Release|x86.ActiveCfg = Release|Any CPU
{6C272F22-FB9D-4554-98CD-678D5DD19D10}.Release|x86.Build.0 = Release|Any CPU
{D6969635-C513-40FD-8975-1FC56044AC07}.Debug|x86.ActiveCfg = Debug|Any CPU
{D6969635-C513-40FD-8975-1FC56044AC07}.Debug|x86.Build.0 = Debug|Any CPU
{D6969635-C513-40FD-8975-1FC56044AC07}.Release|x86.ActiveCfg = Release|Any CPU
{D6969635-C513-40FD-8975-1FC56044AC07}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.VersionControlPolicy = $1
EndGlobalSection
EndGlobal