-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetLah.ClockProvider.sln
58 lines (58 loc) · 3.18 KB
/
NetLah.ClockProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F978FFB4-1EAA-4D3A-803A-2964A4BC3A3E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Common.props = Common.props
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7471633F-06D3-4B01-98E3-83B52A070653}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{AA08A651-554B-4292-A631-F0DB5F216B7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6483BA19-506E-406C-B9A0-D0E64AD78F23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiSample", "samples\WebApiSample\WebApiSample.csproj", "{2B967D5B-BFE4-45FD-A732-E0BFD1753B1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClockProvider", "src\ClockProvider\ClockProvider.csproj", "{8A96208B-95C2-472E-A272-5E568E933F06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClockProvider.Test", "test\ClockProvider.Test\ClockProvider.Test.csproj", "{1B372081-C1E4-4461-81BE-428B867F9D9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B967D5B-BFE4-45FD-A732-E0BFD1753B1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B967D5B-BFE4-45FD-A732-E0BFD1753B1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B967D5B-BFE4-45FD-A732-E0BFD1753B1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B967D5B-BFE4-45FD-A732-E0BFD1753B1D}.Release|Any CPU.Build.0 = Release|Any CPU
{8A96208B-95C2-472E-A272-5E568E933F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A96208B-95C2-472E-A272-5E568E933F06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A96208B-95C2-472E-A272-5E568E933F06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A96208B-95C2-472E-A272-5E568E933F06}.Release|Any CPU.Build.0 = Release|Any CPU
{1B372081-C1E4-4461-81BE-428B867F9D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B372081-C1E4-4461-81BE-428B867F9D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B372081-C1E4-4461-81BE-428B867F9D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B372081-C1E4-4461-81BE-428B867F9D9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2B967D5B-BFE4-45FD-A732-E0BFD1753B1D} = {AA08A651-554B-4292-A631-F0DB5F216B7B}
{8A96208B-95C2-472E-A272-5E568E933F06} = {7471633F-06D3-4B01-98E3-83B52A070653}
{1B372081-C1E4-4461-81BE-428B867F9D9F} = {6483BA19-506E-406C-B9A0-D0E64AD78F23}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDD2DA08-48D3-4861-8CFA-ABF7AF33A2D8}
EndGlobalSection
EndGlobal