-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTimeTracker.sln
More file actions
62 lines (62 loc) · 4.13 KB
/
TimeTracker.sln
File metadata and controls
62 lines (62 loc) · 4.13 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
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.DAL", "TimeTracker.DAL\TimeTracker.DAL.csproj", "{7B58B24E-5E20-4383-A924-96355F1069EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.DAL.Tests", "TimeTracker.DAL.Tests\TimeTracker.DAL.Tests.csproj", "{F1A9E8F1-E327-4C84-A150-E4891A5D2E36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.Common", "TimeTracker.Common\TimeTracker.Common.csproj", "{3757817B-9C94-4EF6-A9A8-892E216BE1E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.Common.Tests", "TimeTracker.Common.Tests\TimeTracker.Common.Tests.csproj", "{D762B25D-3CF9-4BAF-972D-68D3B5749D81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.BL", "TimeTracker.BL\TimeTracker.BL.csproj", "{4D2FC6B4-4454-4843-968C-B84B25D074D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.BL.Tests", "TimeTracker.BL.Tests\TimeTracker.BL.Tests.csproj", "{F35F26B5-280B-4399-A570-997272E5DADE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.App", "TimeTracker.App\TimeTracker.App.csproj", "{127FBED3-2223-4FAE-BA45-AF6355C8F96F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B58B24E-5E20-4383-A924-96355F1069EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B58B24E-5E20-4383-A924-96355F1069EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B58B24E-5E20-4383-A924-96355F1069EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B58B24E-5E20-4383-A924-96355F1069EC}.Release|Any CPU.Build.0 = Release|Any CPU
{F1A9E8F1-E327-4C84-A150-E4891A5D2E36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1A9E8F1-E327-4C84-A150-E4891A5D2E36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1A9E8F1-E327-4C84-A150-E4891A5D2E36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1A9E8F1-E327-4C84-A150-E4891A5D2E36}.Release|Any CPU.Build.0 = Release|Any CPU
{3757817B-9C94-4EF6-A9A8-892E216BE1E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3757817B-9C94-4EF6-A9A8-892E216BE1E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3757817B-9C94-4EF6-A9A8-892E216BE1E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3757817B-9C94-4EF6-A9A8-892E216BE1E8}.Release|Any CPU.Build.0 = Release|Any CPU
{D762B25D-3CF9-4BAF-972D-68D3B5749D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D762B25D-3CF9-4BAF-972D-68D3B5749D81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D762B25D-3CF9-4BAF-972D-68D3B5749D81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D762B25D-3CF9-4BAF-972D-68D3B5749D81}.Release|Any CPU.Build.0 = Release|Any CPU
{4D2FC6B4-4454-4843-968C-B84B25D074D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D2FC6B4-4454-4843-968C-B84B25D074D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D2FC6B4-4454-4843-968C-B84B25D074D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D2FC6B4-4454-4843-968C-B84B25D074D2}.Release|Any CPU.Build.0 = Release|Any CPU
{F35F26B5-280B-4399-A570-997272E5DADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F35F26B5-280B-4399-A570-997272E5DADE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F35F26B5-280B-4399-A570-997272E5DADE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F35F26B5-280B-4399-A570-997272E5DADE}.Release|Any CPU.Build.0 = Release|Any CPU
{127FBED3-2223-4FAE-BA45-AF6355C8F96F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{127FBED3-2223-4FAE-BA45-AF6355C8F96F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{127FBED3-2223-4FAE-BA45-AF6355C8F96F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{127FBED3-2223-4FAE-BA45-AF6355C8F96F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{127FBED3-2223-4FAE-BA45-AF6355C8F96F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {482281AD-0783-4010-82A9-557EF2C5B8C2}
EndGlobalSection
EndGlobal