-
Notifications
You must be signed in to change notification settings - Fork 2
/
Timekeeper.sln
49 lines (49 loc) · 3.06 KB
/
Timekeeper.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
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Timekeeper.DataModel", "Timekeeper.DataModel\Timekeeper.DataModel.csproj", "{9435D534-B2A3-41F0-898F-7A95E86C2E82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Timekeeper.Api", "Api\Timekeeper.Api.csproj", "{BD1273B8-97F9-460C-AC4E-372D724683FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Timekeeper.Client", "Client\Timekeeper.Client.csproj", "{0D3CBEB1-58CC-4341-B478-A1CCCC704357}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Timekeeper.DataModel.Standard", "Timekeeper.DataModel.Standard\Timekeeper.DataModel.Standard.csproj", "{FE0CC07E-F698-4101-A9A4-DCC8E0BEE594}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Timekeeper.Api.Free", "Api.Free\Timekeeper.Api.Free.csproj", "{FD784C44-0DDB-4EE9-893D-B590877FB7EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9435D534-B2A3-41F0-898F-7A95E86C2E82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9435D534-B2A3-41F0-898F-7A95E86C2E82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9435D534-B2A3-41F0-898F-7A95E86C2E82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9435D534-B2A3-41F0-898F-7A95E86C2E82}.Release|Any CPU.Build.0 = Release|Any CPU
{BD1273B8-97F9-460C-AC4E-372D724683FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD1273B8-97F9-460C-AC4E-372D724683FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD1273B8-97F9-460C-AC4E-372D724683FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD1273B8-97F9-460C-AC4E-372D724683FF}.Release|Any CPU.Build.0 = Release|Any CPU
{0D3CBEB1-58CC-4341-B478-A1CCCC704357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D3CBEB1-58CC-4341-B478-A1CCCC704357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D3CBEB1-58CC-4341-B478-A1CCCC704357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D3CBEB1-58CC-4341-B478-A1CCCC704357}.Release|Any CPU.Build.0 = Release|Any CPU
{FE0CC07E-F698-4101-A9A4-DCC8E0BEE594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE0CC07E-F698-4101-A9A4-DCC8E0BEE594}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE0CC07E-F698-4101-A9A4-DCC8E0BEE594}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE0CC07E-F698-4101-A9A4-DCC8E0BEE594}.Release|Any CPU.Build.0 = Release|Any CPU
{FD784C44-0DDB-4EE9-893D-B590877FB7EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD784C44-0DDB-4EE9-893D-B590877FB7EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD784C44-0DDB-4EE9-893D-B590877FB7EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD784C44-0DDB-4EE9-893D-B590877FB7EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7EA98AD-7BF7-4732-907C-1108E2DA1B91}
EndGlobalSection
EndGlobal