-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAttendO.sln
More file actions
51 lines (51 loc) · 3.11 KB
/
Copy pathAttendO.sln
File metadata and controls
51 lines (51 loc) · 3.11 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
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.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AttendO", "AttendO\AttendO.csproj", "{8EF6E463-F32A-4098-8DD1-A2CD88A5EEB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AttendOLibrary", "AttendOLibrary\AttendOLibrary.csproj", "{16F5182F-D884-42FE-9024-6B27929DEA40}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "DBAttendO", "DBAttendO\DBAttendO.sqlproj", "{5881606A-9F2C-4246-ACD7-108EBA43B6C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AttendOMaui", "AttendOMaui\AttendOMaui.csproj", "{AFCC1309-685E-43FD-8821-60979299F47F}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SetupAttendO", "SetupAttendO\SetupAttendO.vdproj", "{FB557773-54F2-0842-31CE-5CF4257E9FA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EF6E463-F32A-4098-8DD1-A2CD88A5EEB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EF6E463-F32A-4098-8DD1-A2CD88A5EEB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EF6E463-F32A-4098-8DD1-A2CD88A5EEB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EF6E463-F32A-4098-8DD1-A2CD88A5EEB7}.Release|Any CPU.Build.0 = Release|Any CPU
{16F5182F-D884-42FE-9024-6B27929DEA40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16F5182F-D884-42FE-9024-6B27929DEA40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16F5182F-D884-42FE-9024-6B27929DEA40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16F5182F-D884-42FE-9024-6B27929DEA40}.Release|Any CPU.Build.0 = Release|Any CPU
{5881606A-9F2C-4246-ACD7-108EBA43B6C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5881606A-9F2C-4246-ACD7-108EBA43B6C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5881606A-9F2C-4246-ACD7-108EBA43B6C2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{5881606A-9F2C-4246-ACD7-108EBA43B6C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5881606A-9F2C-4246-ACD7-108EBA43B6C2}.Release|Any CPU.Build.0 = Release|Any CPU
{5881606A-9F2C-4246-ACD7-108EBA43B6C2}.Release|Any CPU.Deploy.0 = Release|Any CPU
{AFCC1309-685E-43FD-8821-60979299F47F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFCC1309-685E-43FD-8821-60979299F47F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFCC1309-685E-43FD-8821-60979299F47F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{AFCC1309-685E-43FD-8821-60979299F47F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFCC1309-685E-43FD-8821-60979299F47F}.Release|Any CPU.Build.0 = Release|Any CPU
{AFCC1309-685E-43FD-8821-60979299F47F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{FB557773-54F2-0842-31CE-5CF4257E9FA4}.Debug|Any CPU.ActiveCfg = Debug
{FB557773-54F2-0842-31CE-5CF4257E9FA4}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4186B1B9-4CE8-498E-AA11-3E61D5DBC8D2}
EndGlobalSection
EndGlobal