-
Notifications
You must be signed in to change notification settings - Fork 2
/
Dewey.sln
71 lines (71 loc) · 4.26 KB
/
Dewey.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
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dewey", "src\Dewey\Dewey.csproj", "{66C5F5B8-1B02-4EAE-9ED4-F51D899418E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{C87D31C5-FF81-4A0B-B554-9706A2275188}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
build.ps1 = build.ps1
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dewey.Azure", "src\Dewey.Azure\Dewey.Azure.csproj", "{6A8ECA57-07CC-493D-99D0-71A89EE0D069}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dewey.Caching", "src\Dewey.Caching\Dewey.Caching.csproj", "{C2885820-AD76-46C7-B469-3206A3798B06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dewey.Dynamic", "src\Dewey.Dynamic\Dewey.Dynamic.csproj", "{A054C2B6-4BDE-4087-B27C-2A37FC881334}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dewey.Json", "src\Dewey.Json\Dewey.Json.csproj", "{57712953-18A4-43C3-BCC0-8EFA4B6BB4E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dewey.Temporal", "src\Dewey.Temporal\Dewey.Temporal.csproj", "{91BBA13E-0924-4D54-A934-9FAAE69FCA88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dewey.Test", "src\Dewey.Test\Dewey.Test.csproj", "{38381A77-15C2-405D-82E1-69B2565EAAAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66C5F5B8-1B02-4EAE-9ED4-F51D899418E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66C5F5B8-1B02-4EAE-9ED4-F51D899418E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66C5F5B8-1B02-4EAE-9ED4-F51D899418E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66C5F5B8-1B02-4EAE-9ED4-F51D899418E1}.Release|Any CPU.Build.0 = Release|Any CPU
{6A8ECA57-07CC-493D-99D0-71A89EE0D069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A8ECA57-07CC-493D-99D0-71A89EE0D069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A8ECA57-07CC-493D-99D0-71A89EE0D069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A8ECA57-07CC-493D-99D0-71A89EE0D069}.Release|Any CPU.Build.0 = Release|Any CPU
{C2885820-AD76-46C7-B469-3206A3798B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2885820-AD76-46C7-B469-3206A3798B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2885820-AD76-46C7-B469-3206A3798B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2885820-AD76-46C7-B469-3206A3798B06}.Release|Any CPU.Build.0 = Release|Any CPU
{A054C2B6-4BDE-4087-B27C-2A37FC881334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A054C2B6-4BDE-4087-B27C-2A37FC881334}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A054C2B6-4BDE-4087-B27C-2A37FC881334}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A054C2B6-4BDE-4087-B27C-2A37FC881334}.Release|Any CPU.Build.0 = Release|Any CPU
{57712953-18A4-43C3-BCC0-8EFA4B6BB4E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57712953-18A4-43C3-BCC0-8EFA4B6BB4E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57712953-18A4-43C3-BCC0-8EFA4B6BB4E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57712953-18A4-43C3-BCC0-8EFA4B6BB4E4}.Release|Any CPU.Build.0 = Release|Any CPU
{91BBA13E-0924-4D54-A934-9FAAE69FCA88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91BBA13E-0924-4D54-A934-9FAAE69FCA88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91BBA13E-0924-4D54-A934-9FAAE69FCA88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91BBA13E-0924-4D54-A934-9FAAE69FCA88}.Release|Any CPU.Build.0 = Release|Any CPU
{38381A77-15C2-405D-82E1-69B2565EAAAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38381A77-15C2-405D-82E1-69B2565EAAAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38381A77-15C2-405D-82E1-69B2565EAAAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38381A77-15C2-405D-82E1-69B2565EAAAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BA6EC48-E674-4899-B9D8-EBF8240884D8}
EndGlobalSection
EndGlobal