-
Notifications
You must be signed in to change notification settings - Fork 0
/
MessierMosaic.sln
37 lines (37 loc) · 2.03 KB
/
MessierMosaic.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessierMosaic", "MessierMosaic\MessierMosaic.csproj", "{5303E957-C163-4BCD-84FA-DE25845F792C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MosaicLibrary", "MosaicLibrary\MosaicLibrary.csproj", "{F3D317A7-74CB-4847-B65D-9C1D83573908}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MosaicCLI", "MosaicCLI\MosaicCLI.csproj", "{17685BD1-B8FD-46BE-B07B-2A3F5F14F25A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5303E957-C163-4BCD-84FA-DE25845F792C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5303E957-C163-4BCD-84FA-DE25845F792C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5303E957-C163-4BCD-84FA-DE25845F792C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5303E957-C163-4BCD-84FA-DE25845F792C}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D317A7-74CB-4847-B65D-9C1D83573908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D317A7-74CB-4847-B65D-9C1D83573908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D317A7-74CB-4847-B65D-9C1D83573908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D317A7-74CB-4847-B65D-9C1D83573908}.Release|Any CPU.Build.0 = Release|Any CPU
{17685BD1-B8FD-46BE-B07B-2A3F5F14F25A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17685BD1-B8FD-46BE-B07B-2A3F5F14F25A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17685BD1-B8FD-46BE-B07B-2A3F5F14F25A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17685BD1-B8FD-46BE-B07B-2A3F5F14F25A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52411C7B-E3B3-4966-B117-38E013E9D70F}
EndGlobalSection
EndGlobal