-
Notifications
You must be signed in to change notification settings - Fork 3
/
Maize.sln
40 lines (40 loc) · 2.13 KB
/
Maize.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Maize", "Maize\Maize.csproj", "{0D82DFD9-21D4-4EAA-BA2E-384EAE4530BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaizeUI", "MaizeUI\MaizeUI.csproj", "{A374CEEB-3EBC-4702-9B98-91611A79F723}"
ProjectSection(ProjectDependencies) = postProject
{0D82DFD9-21D4-4EAA-BA2E-384EAE4530BD} = {0D82DFD9-21D4-4EAA-BA2E-384EAE4530BD}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Updater", "Updater\Updater.csproj", "{3E64A957-CB81-4D86-B2A3-4C40C8CF42AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D82DFD9-21D4-4EAA-BA2E-384EAE4530BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D82DFD9-21D4-4EAA-BA2E-384EAE4530BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D82DFD9-21D4-4EAA-BA2E-384EAE4530BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D82DFD9-21D4-4EAA-BA2E-384EAE4530BD}.Release|Any CPU.Build.0 = Release|Any CPU
{A374CEEB-3EBC-4702-9B98-91611A79F723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A374CEEB-3EBC-4702-9B98-91611A79F723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A374CEEB-3EBC-4702-9B98-91611A79F723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A374CEEB-3EBC-4702-9B98-91611A79F723}.Release|Any CPU.Build.0 = Release|Any CPU
{3E64A957-CB81-4D86-B2A3-4C40C8CF42AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E64A957-CB81-4D86-B2A3-4C40C8CF42AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E64A957-CB81-4D86-B2A3-4C40C8CF42AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E64A957-CB81-4D86-B2A3-4C40C8CF42AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {633EF42E-70DB-48CF-BA3B-493BAEA84F90}
EndGlobalSection
EndGlobal