-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathConfigSamples.sln
More file actions
67 lines (67 loc) · 4.61 KB
/
ConfigSamples.sln
File metadata and controls
67 lines (67 loc) · 4.61 KB
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
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineConfig", "CommandLineConfig\CommandLineConfig.csproj", "{F5479DCF-75A6-4A9A-9E30-9DEF49A36F88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JosnConfigSample", "JosnConfigSample\JosnConfigSample.csproj", "{90372006-D135-46EC-96AC-87EC866F26F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OptionsBindSample", "OptionsBindSample\OptionsBindSample.csproj", "{BF666825-48FB-43EE-920C-DE58C5ECEC88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jessetalk.Extensions.Configuration.Redis", "Jessetalk.Extensions.Configuration.Redis\Jessetalk.Extensions.Configuration.Redis.csproj", "{D8E6F6FB-30E0-475E-BA66-1B36F594FE4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedisConfigSample", "RedisConfigSample\RedisConfigSample.csproj", "{7B9102E5-923D-4A29-B483-6CCCCF7B7B89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChangeNotification", "ChangeNotification\ChangeNotification.csproj", "{497F946C-F042-41B9-B2B1-7C7A043F0626}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CancellationTokenSourceSample", "CancellationTokenSourceSample\CancellationTokenSourceSample.csproj", "{BC11B06A-1BEA-4DE0-9BAE-41B5CC217290}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChangeTokenSample", "ChangeTokenSample\ChangeTokenSample.csproj", "{571A15DE-C9B8-42FD-9A75-4465C11F05C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5479DCF-75A6-4A9A-9E30-9DEF49A36F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5479DCF-75A6-4A9A-9E30-9DEF49A36F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5479DCF-75A6-4A9A-9E30-9DEF49A36F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5479DCF-75A6-4A9A-9E30-9DEF49A36F88}.Release|Any CPU.Build.0 = Release|Any CPU
{90372006-D135-46EC-96AC-87EC866F26F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90372006-D135-46EC-96AC-87EC866F26F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90372006-D135-46EC-96AC-87EC866F26F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90372006-D135-46EC-96AC-87EC866F26F7}.Release|Any CPU.Build.0 = Release|Any CPU
{BF666825-48FB-43EE-920C-DE58C5ECEC88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF666825-48FB-43EE-920C-DE58C5ECEC88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF666825-48FB-43EE-920C-DE58C5ECEC88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF666825-48FB-43EE-920C-DE58C5ECEC88}.Release|Any CPU.Build.0 = Release|Any CPU
{D8E6F6FB-30E0-475E-BA66-1B36F594FE4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8E6F6FB-30E0-475E-BA66-1B36F594FE4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8E6F6FB-30E0-475E-BA66-1B36F594FE4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8E6F6FB-30E0-475E-BA66-1B36F594FE4E}.Release|Any CPU.Build.0 = Release|Any CPU
{7B9102E5-923D-4A29-B483-6CCCCF7B7B89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B9102E5-923D-4A29-B483-6CCCCF7B7B89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B9102E5-923D-4A29-B483-6CCCCF7B7B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B9102E5-923D-4A29-B483-6CCCCF7B7B89}.Release|Any CPU.Build.0 = Release|Any CPU
{497F946C-F042-41B9-B2B1-7C7A043F0626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{497F946C-F042-41B9-B2B1-7C7A043F0626}.Debug|Any CPU.Build.0 = Debug|Any CPU
{497F946C-F042-41B9-B2B1-7C7A043F0626}.Release|Any CPU.ActiveCfg = Release|Any CPU
{497F946C-F042-41B9-B2B1-7C7A043F0626}.Release|Any CPU.Build.0 = Release|Any CPU
{BC11B06A-1BEA-4DE0-9BAE-41B5CC217290}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC11B06A-1BEA-4DE0-9BAE-41B5CC217290}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC11B06A-1BEA-4DE0-9BAE-41B5CC217290}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC11B06A-1BEA-4DE0-9BAE-41B5CC217290}.Release|Any CPU.Build.0 = Release|Any CPU
{571A15DE-C9B8-42FD-9A75-4465C11F05C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{571A15DE-C9B8-42FD-9A75-4465C11F05C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{571A15DE-C9B8-42FD-9A75-4465C11F05C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{571A15DE-C9B8-42FD-9A75-4465C11F05C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFB28785-D0FF-4CC4-A836-C53FBBD098D8}
EndGlobalSection
EndGlobal