-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEasySkipList.sln
More file actions
55 lines (55 loc) · 3.26 KB
/
EasySkipList.sln
File metadata and controls
55 lines (55 loc) · 3.26 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasySkipList", "EasySkipList\EasySkipList.csproj", "{907F4054-395B-4742-AC71-68B39C4C7BAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{4FA561CB-9410-4014-BBC2-50B2277E30E9}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\10_bug_report.yml = .github\ISSUE_TEMPLATE\10_bug_report.yml
.github\ISSUE_TEMPLATE\20_feature-request.yml = .github\ISSUE_TEMPLATE\20_feature-request.yml
.github\ISSUE_TEMPLATE\30_api-proposal.md = .github\ISSUE_TEMPLATE\30_api-proposal.md
.github\ISSUE_TEMPLATE\config.yml = .github\ISSUE_TEMPLATE\config.yml
.github\labeler.yml = .github\labeler.yml
.github\policies\labelManagement.issueOpened.yml = .github\policies\labelManagement.issueOpened.yml
.github\policies\labelManagement.issueUpdated.yml = .github\policies\labelManagement.issueUpdated.yml
.github\policies\labelManagement.prOpened.yml = .github\policies\labelManagement.prOpened.yml
.github\policies\labelManagement.prUpdated.yml = .github\policies\labelManagement.prUpdated.yml
.github\policies\scheduledSearch.closeStaleIssuesAndPrs.yml = .github\policies\scheduledSearch.closeStaleIssuesAndPrs.yml
.github\policies\scheduledSearch.markNoRecentActivity.yml = .github\policies\scheduledSearch.markNoRecentActivity.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\greetings.yml = .github\workflows\greetings.yml
.github\workflows\label.yml = .github\workflows\label.yml
.github\workflows\stale.yml = .github\workflows\stale.yml
.editorConfig = .editorConfig
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTORS.md = CONTRIBUTORS.md
icon.jpg = icon.jpg
IssueManagementPolicies.md = IssueManagementPolicies.md
LICENSE.txt = LICENSE.txt
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A62B5636-FE1F-4E83-A854-04113A7B4F17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasySkipListUnitTest", "Tests\EasySkipListUnitTest\EasySkipListUnitTest.csproj", "{0B359D54-8E6E-4A27-BB0B-5B17AA9CA628}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{907F4054-395B-4742-AC71-68B39C4C7BAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{907F4054-395B-4742-AC71-68B39C4C7BAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{907F4054-395B-4742-AC71-68B39C4C7BAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{907F4054-395B-4742-AC71-68B39C4C7BAB}.Release|Any CPU.Build.0 = Release|Any CPU
{0B359D54-8E6E-4A27-BB0B-5B17AA9CA628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B359D54-8E6E-4A27-BB0B-5B17AA9CA628}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B359D54-8E6E-4A27-BB0B-5B17AA9CA628}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B359D54-8E6E-4A27-BB0B-5B17AA9CA628}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0B359D54-8E6E-4A27-BB0B-5B17AA9CA628} = {A62B5636-FE1F-4E83-A854-04113A7B4F17}
EndGlobalSection
EndGlobal