-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTimeClockApp.sln
More file actions
49 lines (49 loc) · 3.24 KB
/
TimeClockApp.sln
File metadata and controls
49 lines (49 loc) · 3.24 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11018.127
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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFMigrator", "EFMigrator\EFMigrator.csproj", "{0371BEAD-5364-4157-86A0-D31CD6D99466}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
MSSQL Migration|Any CPU = MSSQL Migration|Any CPU
Release|Any CPU = Release|Any CPU
SQLite Migration|Any CPU = SQLite Migration|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}.MSSQL Migration|Any CPU.ActiveCfg = MSSQL Migration|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
{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}.SQLite Migration|Any CPU.ActiveCfg = SQLite Migration|Any CPU
{98EB1C85-FEDC-4289-B4D6-123FBE41B85B}.SQLite Migration|Any CPU.Deploy.0 = SQLite Migration|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}.MSSQL Migration|Any CPU.ActiveCfg = MSSQL Migration|Any CPU
{5FB90588-3D01-409A-B67E-69D12F783377}.MSSQL Migration|Any CPU.Build.0 = MSSQL Migration|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
{5FB90588-3D01-409A-B67E-69D12F783377}.SQLite Migration|Any CPU.ActiveCfg = SQLite Migration|Any CPU
{5FB90588-3D01-409A-B67E-69D12F783377}.SQLite Migration|Any CPU.Build.0 = SQLite Migration|Any CPU
{0371BEAD-5364-4157-86A0-D31CD6D99466}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0371BEAD-5364-4157-86A0-D31CD6D99466}.MSSQL Migration|Any CPU.ActiveCfg = MSSQL Migration|Any CPU
{0371BEAD-5364-4157-86A0-D31CD6D99466}.MSSQL Migration|Any CPU.Build.0 = MSSQL Migration|Any CPU
{0371BEAD-5364-4157-86A0-D31CD6D99466}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0371BEAD-5364-4157-86A0-D31CD6D99466}.SQLite Migration|Any CPU.ActiveCfg = SQLite Migration|Any CPU
{0371BEAD-5364-4157-86A0-D31CD6D99466}.SQLite Migration|Any CPU.Build.0 = SQLite Migration|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2496112C-1ABE-4525-BB48-48093F1CE643}
EndGlobalSection
EndGlobal