-
Notifications
You must be signed in to change notification settings - Fork 3
/
TimeProviderExtensions.sln
47 lines (47 loc) · 2.5 KB
/
TimeProviderExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{695B57CD-9E0E-4648-8A48-9E8A358B014B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7C987338-A88E-4AB5-98CE-39A93F4CDC94}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5DAF1353-6694-4340-BC06-28DACFB3100B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
src\TimeProviderExtensions\CompatibilitySuppressions.xml = src\TimeProviderExtensions\CompatibilitySuppressions.xml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeProviderExtensions.Tests", "test\TimeProviderExtensions.Tests\TimeProviderExtensions.Tests.csproj", "{F475F44C-35A3-408D-824A-177EA43A8E2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeProviderExtensions", "src\TimeProviderExtensions\TimeProviderExtensions.csproj", "{E36A99D1-69FC-4418-A1EF-C9C38F8832F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F475F44C-35A3-408D-824A-177EA43A8E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F475F44C-35A3-408D-824A-177EA43A8E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F475F44C-35A3-408D-824A-177EA43A8E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F475F44C-35A3-408D-824A-177EA43A8E2A}.Release|Any CPU.Build.0 = Release|Any CPU
{E36A99D1-69FC-4418-A1EF-C9C38F8832F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E36A99D1-69FC-4418-A1EF-C9C38F8832F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E36A99D1-69FC-4418-A1EF-C9C38F8832F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E36A99D1-69FC-4418-A1EF-C9C38F8832F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F475F44C-35A3-408D-824A-177EA43A8E2A} = {7C987338-A88E-4AB5-98CE-39A93F4CDC94}
{E36A99D1-69FC-4418-A1EF-C9C38F8832F4} = {695B57CD-9E0E-4648-8A48-9E8A358B014B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7780397-0E8F-4C60-8D68-569022905162}
EndGlobalSection
EndGlobal