-
Notifications
You must be signed in to change notification settings - Fork 0
/
TimeTracker.sln
43 lines (43 loc) · 2.57 KB
/
TimeTracker.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 15
VisualStudioVersion = 15.0.27604.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.Server", "TimeTracker\TimeTracker.Server\TimeTracker.Server.csproj", "{52BC6C89-8580-4145-BAA3-AA1177141BC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.Client", "TimeTracker\TimeTracker.Client\TimeTracker.Client.csproj", "{EF8046C3-E1CF-4833-AE81-CF911A1F177F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeTracker.Shared", "TimeTracker\TimeTracker.Shared\TimeTracker.Shared.csproj", "{975DA06D-1483-4E93-B09B-CBE08EB21B3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{9AE64BD6-98BB-4BCD-9F3D-330A11B2C7D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52BC6C89-8580-4145-BAA3-AA1177141BC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52BC6C89-8580-4145-BAA3-AA1177141BC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52BC6C89-8580-4145-BAA3-AA1177141BC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52BC6C89-8580-4145-BAA3-AA1177141BC0}.Release|Any CPU.Build.0 = Release|Any CPU
{EF8046C3-E1CF-4833-AE81-CF911A1F177F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF8046C3-E1CF-4833-AE81-CF911A1F177F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF8046C3-E1CF-4833-AE81-CF911A1F177F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF8046C3-E1CF-4833-AE81-CF911A1F177F}.Release|Any CPU.Build.0 = Release|Any CPU
{975DA06D-1483-4E93-B09B-CBE08EB21B3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{975DA06D-1483-4E93-B09B-CBE08EB21B3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{975DA06D-1483-4E93-B09B-CBE08EB21B3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{975DA06D-1483-4E93-B09B-CBE08EB21B3F}.Release|Any CPU.Build.0 = Release|Any CPU
{9AE64BD6-98BB-4BCD-9F3D-330A11B2C7D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AE64BD6-98BB-4BCD-9F3D-330A11B2C7D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AE64BD6-98BB-4BCD-9F3D-330A11B2C7D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AE64BD6-98BB-4BCD-9F3D-330A11B2C7D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C2DF090-1AB7-44B0-BE3E-EBF3160A12A6}
EndGlobalSection
EndGlobal