This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
IClock.sln
59 lines (59 loc) · 3.7 KB
/
IClock.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
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IClock", "IClock\IClock.csproj", "{76E771C0-D150-4A4F-9734-33F9E06D17D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IClock.Tests", "IClock.Tests\IClock.Tests.csproj", "{4D016A5A-EF63-4FBF-A661-87E7BF7E0098}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "IClock.Documentation", "IClock.Documentation\IClock.Documentation.shfbproj", "{C0058E99-0103-4E85-900C-A877269572B5}"
ProjectSection(ProjectDependencies) = postProject
{76E771C0-D150-4A4F-9734-33F9E06D17D9} = {76E771C0-D150-4A4F-9734-33F9E06D17D9}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C08E794B-D2D1-40E3-9DC9-F1BD61F32BE8}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IClock.NTP", "IClock.NTP\IClock.NTP.csproj", "{24C0383F-5824-44BA-A39A-8EC11A4A8C2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseWithDocumentation|Any CPU = ReleaseWithDocumentation|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76E771C0-D150-4A4F-9734-33F9E06D17D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76E771C0-D150-4A4F-9734-33F9E06D17D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76E771C0-D150-4A4F-9734-33F9E06D17D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76E771C0-D150-4A4F-9734-33F9E06D17D9}.Release|Any CPU.Build.0 = Release|Any CPU
{76E771C0-D150-4A4F-9734-33F9E06D17D9}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{76E771C0-D150-4A4F-9734-33F9E06D17D9}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
{4D016A5A-EF63-4FBF-A661-87E7BF7E0098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D016A5A-EF63-4FBF-A661-87E7BF7E0098}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D016A5A-EF63-4FBF-A661-87E7BF7E0098}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D016A5A-EF63-4FBF-A661-87E7BF7E0098}.Release|Any CPU.Build.0 = Release|Any CPU
{4D016A5A-EF63-4FBF-A661-87E7BF7E0098}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{4D016A5A-EF63-4FBF-A661-87E7BF7E0098}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
{C0058E99-0103-4E85-900C-A877269572B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0058E99-0103-4E85-900C-A877269572B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0058E99-0103-4E85-900C-A877269572B5}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{C0058E99-0103-4E85-900C-A877269572B5}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
{24C0383F-5824-44BA-A39A-8EC11A4A8C2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24C0383F-5824-44BA-A39A-8EC11A4A8C2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24C0383F-5824-44BA-A39A-8EC11A4A8C2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24C0383F-5824-44BA-A39A-8EC11A4A8C2D}.Release|Any CPU.Build.0 = Release|Any CPU
{24C0383F-5824-44BA-A39A-8EC11A4A8C2D}.ReleaseWithDocumentation|Any CPU.ActiveCfg = Release|Any CPU
{24C0383F-5824-44BA-A39A-8EC11A4A8C2D}.ReleaseWithDocumentation|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0707B68-2C97-4742-8B11-A4DBC094A721}
EndGlobalSection
EndGlobal