-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJWST_Observation_API.sln
More file actions
37 lines (37 loc) · 2.03 KB
/
Copy pathJWST_Observation_API.sln
File metadata and controls
37 lines (37 loc) · 2.03 KB
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.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWST_Blazor", "JWST_Blazor\JWST_Blazor.csproj", "{74AB8B86-5B7B-4A23-A0A9-00DB03FA796E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWST_ClassLib", "JWST_ClassLib\JWST_ClassLib.csproj", "{326F4DBB-53B5-47EA-A8AF-8E28A8E57914}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWSTScraper", "JWSTScraper\JWSTScraper.csproj", "{2E124FF1-6120-4291-9E2E-B9B309F78460}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74AB8B86-5B7B-4A23-A0A9-00DB03FA796E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74AB8B86-5B7B-4A23-A0A9-00DB03FA796E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74AB8B86-5B7B-4A23-A0A9-00DB03FA796E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74AB8B86-5B7B-4A23-A0A9-00DB03FA796E}.Release|Any CPU.Build.0 = Release|Any CPU
{326F4DBB-53B5-47EA-A8AF-8E28A8E57914}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{326F4DBB-53B5-47EA-A8AF-8E28A8E57914}.Debug|Any CPU.Build.0 = Debug|Any CPU
{326F4DBB-53B5-47EA-A8AF-8E28A8E57914}.Release|Any CPU.ActiveCfg = Release|Any CPU
{326F4DBB-53B5-47EA-A8AF-8E28A8E57914}.Release|Any CPU.Build.0 = Release|Any CPU
{2E124FF1-6120-4291-9E2E-B9B309F78460}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E124FF1-6120-4291-9E2E-B9B309F78460}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E124FF1-6120-4291-9E2E-B9B309F78460}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E124FF1-6120-4291-9E2E-B9B309F78460}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {895791F2-0FE6-404C-B424-18A8CEB6BE7C}
EndGlobalSection
EndGlobal