-
Notifications
You must be signed in to change notification settings - Fork 2
/
Jedi.Caching.sln
47 lines (47 loc) · 2.06 KB
/
Jedi.Caching.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 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jedi.Caching", "src\Jedi.Caching\Jedi.Caching.csproj", "{8C62D993-9353-44F4-989A-90E0E56EC223}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30EAFA8D-C5DE-4F4F-9809-46748E610AD6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.travis.yml = .travis.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D9A6E18F-5306-4BC6-802D-0474D3558229}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E1E949BD-FD56-41B3-A84B-7F55B6D998A2}"
ProjectSection(SolutionItems) = preProject
test\todo.txt = test\todo.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "script", "script", "{59445479-FEB2-4C97-9C91-E306279F5D6E}"
ProjectSection(SolutionItems) = preProject
script\todo.txt = script\todo.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C62D993-9353-44F4-989A-90E0E56EC223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C62D993-9353-44F4-989A-90E0E56EC223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C62D993-9353-44F4-989A-90E0E56EC223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C62D993-9353-44F4-989A-90E0E56EC223}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8C62D993-9353-44F4-989A-90E0E56EC223} = {D9A6E18F-5306-4BC6-802D-0474D3558229}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22C24AB7-DC2E-40B3-8019-4DC2B064B649}
EndGlobalSection
EndGlobal