-
Notifications
You must be signed in to change notification settings - Fork 1
/
PgMoon.sln
51 lines (51 loc) · 2.74 KB
/
PgMoon.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
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34916.146
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PgMoon", "PgMoon\PgMoon.csproj", "{5645BD67-AA6A-4398-96C0-C9594D2F33E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PgMoon-Plugin", "PgMoon-Plugin\PgMoon-Plugin.csproj", "{7128D8B2-3328-4DCD-80CC-4ECCE50040D6}"
ProjectSection(ProjectDependencies) = postProject
{C78CB83D-81B6-4A8C-8DC5-DE0D2055710A} = {C78CB83D-81B6-4A8C-8DC5-DE0D2055710A}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PreBuild", "PreBuild\PreBuild.csproj", "{C78CB83D-81B6-4A8C-8DC5-DE0D2055710A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{45CFE134-8E4A-434B-8861-02CEB925FBD5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MoonPhaseCalculator", "MoonPhaseCalculator\MoonPhaseCalculator.csproj", "{09E4EF9F-0D3F-41A0-9CFB-98543522DFF5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5645BD67-AA6A-4398-96C0-C9594D2F33E5}.Debug|x64.ActiveCfg = Debug|x64
{5645BD67-AA6A-4398-96C0-C9594D2F33E5}.Debug|x64.Build.0 = Debug|x64
{5645BD67-AA6A-4398-96C0-C9594D2F33E5}.Release|x64.ActiveCfg = Release|x64
{5645BD67-AA6A-4398-96C0-C9594D2F33E5}.Release|x64.Build.0 = Release|x64
{7128D8B2-3328-4DCD-80CC-4ECCE50040D6}.Debug|x64.ActiveCfg = Debug|x64
{7128D8B2-3328-4DCD-80CC-4ECCE50040D6}.Debug|x64.Build.0 = Debug|x64
{7128D8B2-3328-4DCD-80CC-4ECCE50040D6}.Release|x64.ActiveCfg = Release|x64
{7128D8B2-3328-4DCD-80CC-4ECCE50040D6}.Release|x64.Build.0 = Release|x64
{C78CB83D-81B6-4A8C-8DC5-DE0D2055710A}.Debug|x64.ActiveCfg = Debug|x64
{C78CB83D-81B6-4A8C-8DC5-DE0D2055710A}.Debug|x64.Build.0 = Debug|x64
{C78CB83D-81B6-4A8C-8DC5-DE0D2055710A}.Release|x64.ActiveCfg = Release|x64
{C78CB83D-81B6-4A8C-8DC5-DE0D2055710A}.Release|x64.Build.0 = Release|x64
{09E4EF9F-0D3F-41A0-9CFB-98543522DFF5}.Debug|x64.ActiveCfg = Debug|x64
{09E4EF9F-0D3F-41A0-9CFB-98543522DFF5}.Debug|x64.Build.0 = Debug|x64
{09E4EF9F-0D3F-41A0-9CFB-98543522DFF5}.Release|x64.ActiveCfg = Release|x64
{09E4EF9F-0D3F-41A0-9CFB-98543522DFF5}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33F38577-DFC2-4E66-8A70-82088AF24920}
EndGlobalSection
EndGlobal