-
Notifications
You must be signed in to change notification settings - Fork 1
/
TimeClockApp.sln
47 lines (47 loc) · 2.77 KB
/
TimeClockApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# 17
VisualStudioVersion = 17.11.35005.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeClockApp", "TimeClockApp\TimeClockApp.csproj", "{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeClockApp.Shared", "TimeClockApp.Shared\TimeClockApp.Shared.csproj", "{5FB90588-3D01-409A-B67E-69D12F783377}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFMigrator", "EFMigrator\EFMigrator.csproj", "{D6D9FEC7-B63F-43F5-BFE1-06BD8BC2E6B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7EE5F98A-23CA-4FDA-98AE-DBF51AEC9302}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugMigrator|Any CPU = DebugMigrator|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}.DebugMigrator|Any CPU.ActiveCfg = DebugMigrator|Any CPU
{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}.Release|Any CPU.Build.0 = Release|Any CPU
{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{5FB90588-3D01-409A-B67E-69D12F783377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FB90588-3D01-409A-B67E-69D12F783377}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FB90588-3D01-409A-B67E-69D12F783377}.DebugMigrator|Any CPU.ActiveCfg = DebugMigrator|Any CPU
{5FB90588-3D01-409A-B67E-69D12F783377}.DebugMigrator|Any CPU.Build.0 = DebugMigrator|Any CPU
{5FB90588-3D01-409A-B67E-69D12F783377}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FB90588-3D01-409A-B67E-69D12F783377}.Release|Any CPU.Build.0 = Release|Any CPU
{D6D9FEC7-B63F-43F5-BFE1-06BD8BC2E6B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6D9FEC7-B63F-43F5-BFE1-06BD8BC2E6B3}.DebugMigrator|Any CPU.ActiveCfg = DebugMigrator|Any CPU
{D6D9FEC7-B63F-43F5-BFE1-06BD8BC2E6B3}.DebugMigrator|Any CPU.Build.0 = DebugMigrator|Any CPU
{D6D9FEC7-B63F-43F5-BFE1-06BD8BC2E6B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2496112C-1ABE-4525-BB48-48093F1CE643}
EndGlobalSection
EndGlobal