-
Notifications
You must be signed in to change notification settings - Fork 0
/
ValleyReminders.sln
33 lines (33 loc) · 1.67 KB
/
ValleyReminders.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValleyReminders", "ValleyReminders.csproj", "{D48B1B1E-ABE7-416D-BD53-5C4B4234B0E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A813DAF7-DAEF-45CA-B860-3A837F62A17B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SMUI", "..\SMUI\SMUI.csproj", "{2BB9CBA5-29F9-4924-A073-4AD60EB463D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D48B1B1E-ABE7-416D-BD53-5C4B4234B0E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D48B1B1E-ABE7-416D-BD53-5C4B4234B0E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D48B1B1E-ABE7-416D-BD53-5C4B4234B0E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D48B1B1E-ABE7-416D-BD53-5C4B4234B0E4}.Release|Any CPU.Build.0 = Release|Any CPU
{2BB9CBA5-29F9-4924-A073-4AD60EB463D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BB9CBA5-29F9-4924-A073-4AD60EB463D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BB9CBA5-29F9-4924-A073-4AD60EB463D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BB9CBA5-29F9-4924-A073-4AD60EB463D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1E4D861-99DC-4EB2-BC6D-8622458D832E}
EndGlobalSection
EndGlobal