-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAttendance.sln
43 lines (43 loc) · 2.53 KB
/
Attendance.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Attendance.Server", "Attendance\Server\Attendance.Server.csproj", "{E743EA1F-F97A-4A4C-9C8B-EBBFB2BE8FB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Attendance.Client", "Attendance\Client\Attendance.Client.csproj", "{003649DB-8F54-47A4-804A-CDDD575B17AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Attendance.Shared", "Attendance\Shared\Attendance.Shared.csproj", "{521614A5-1A4C-452B-A0C6-6FAA3EA090B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{B5BA3157-4D67-4F10-B44B-6D2B4E1B1D28}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E743EA1F-F97A-4A4C-9C8B-EBBFB2BE8FB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E743EA1F-F97A-4A4C-9C8B-EBBFB2BE8FB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E743EA1F-F97A-4A4C-9C8B-EBBFB2BE8FB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E743EA1F-F97A-4A4C-9C8B-EBBFB2BE8FB3}.Release|Any CPU.Build.0 = Release|Any CPU
{003649DB-8F54-47A4-804A-CDDD575B17AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{003649DB-8F54-47A4-804A-CDDD575B17AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{003649DB-8F54-47A4-804A-CDDD575B17AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{003649DB-8F54-47A4-804A-CDDD575B17AB}.Release|Any CPU.Build.0 = Release|Any CPU
{521614A5-1A4C-452B-A0C6-6FAA3EA090B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{521614A5-1A4C-452B-A0C6-6FAA3EA090B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{521614A5-1A4C-452B-A0C6-6FAA3EA090B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{521614A5-1A4C-452B-A0C6-6FAA3EA090B0}.Release|Any CPU.Build.0 = Release|Any CPU
{B5BA3157-4D67-4F10-B44B-6D2B4E1B1D28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5BA3157-4D67-4F10-B44B-6D2B4E1B1D28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5BA3157-4D67-4F10-B44B-6D2B4E1B1D28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5BA3157-4D67-4F10-B44B-6D2B4E1B1D28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5953719-1183-42A6-9A05-F26B9E75679F}
EndGlobalSection
EndGlobal