-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTimeTracker.sln
More file actions
61 lines (61 loc) · 3.82 KB
/
TimeTracker.sln
File metadata and controls
61 lines (61 loc) · 3.82 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.Domain", "TimeTracker.Domain\TimeTracker.Domain.csproj", "{57F57E8C-8FEF-435C-A0A9-CEB6A5C67758}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.Persistence", "TimeTracker.Persistence\TimeTracker.Persistence.csproj", "{14728AB9-7BB2-40E3-A0A4-3B937F52B5F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.WPF", "TimeTracker.WPF\TimeTracker.WPF.csproj", "{217E0099-A738-4751-97C2-EE478F09F425}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.Common", "TimeTracker.Common\TimeTracker.Common.csproj", "{F2F20BE6-2FB6-41AE-B489-380B3FF83991}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.Contract", "TimeTracker.Contract\TimeTracker.Contract.csproj", "{B09EAD63-CF84-4BF5-9BC2-88BF2F835122}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{47EF79CB-B342-418C-8C63-F57ADDE05ED0}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeTracker.API", "TimeTracker.Api\TimeTracker.API.csproj", "{9387285A-E754-44FC-B2F2-5530DF810791}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57F57E8C-8FEF-435C-A0A9-CEB6A5C67758}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57F57E8C-8FEF-435C-A0A9-CEB6A5C67758}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57F57E8C-8FEF-435C-A0A9-CEB6A5C67758}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57F57E8C-8FEF-435C-A0A9-CEB6A5C67758}.Release|Any CPU.Build.0 = Release|Any CPU
{14728AB9-7BB2-40E3-A0A4-3B937F52B5F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14728AB9-7BB2-40E3-A0A4-3B937F52B5F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14728AB9-7BB2-40E3-A0A4-3B937F52B5F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14728AB9-7BB2-40E3-A0A4-3B937F52B5F7}.Release|Any CPU.Build.0 = Release|Any CPU
{217E0099-A738-4751-97C2-EE478F09F425}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{217E0099-A738-4751-97C2-EE478F09F425}.Debug|Any CPU.Build.0 = Debug|Any CPU
{217E0099-A738-4751-97C2-EE478F09F425}.Release|Any CPU.ActiveCfg = Release|Any CPU
{217E0099-A738-4751-97C2-EE478F09F425}.Release|Any CPU.Build.0 = Release|Any CPU
{F2F20BE6-2FB6-41AE-B489-380B3FF83991}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2F20BE6-2FB6-41AE-B489-380B3FF83991}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2F20BE6-2FB6-41AE-B489-380B3FF83991}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2F20BE6-2FB6-41AE-B489-380B3FF83991}.Release|Any CPU.Build.0 = Release|Any CPU
{B09EAD63-CF84-4BF5-9BC2-88BF2F835122}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B09EAD63-CF84-4BF5-9BC2-88BF2F835122}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B09EAD63-CF84-4BF5-9BC2-88BF2F835122}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B09EAD63-CF84-4BF5-9BC2-88BF2F835122}.Release|Any CPU.Build.0 = Release|Any CPU
{9387285A-E754-44FC-B2F2-5530DF810791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9387285A-E754-44FC-B2F2-5530DF810791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9387285A-E754-44FC-B2F2-5530DF810791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9387285A-E754-44FC-B2F2-5530DF810791}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75457075-A1A5-4FAA-9EBC-B8D81984F41B}
EndGlobalSection
EndGlobal