-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPool.sln
More file actions
57 lines (57 loc) · 3.47 KB
/
Pool.sln
File metadata and controls
57 lines (57 loc) · 3.47 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pool", "Pool\Pool.csproj", "{3D16F60E-D84A-4001-A7C3-2CA4A087F2B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoolUnitTest", "PoolUnitTest\PoolUnitTest.csproj", "{FA448494-0250-4DBD-8A98-3C516DDB7838}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoolLoadTest", "PoolLoadTest\PoolLoadTest.csproj", "{DBE0E754-3316-4179-92A6-1BFC6FE03628}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{4A4289A2-6ADB-493F-AFB3-938A219360FD}"
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\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\pull_request_template.md = .github\pull_request_template.md
.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
icon.ico = icon.ico
icon.jpg = icon.jpg
IssueManagementPolicies.md = IssueManagementPolicies.md
LICENSE.txt = LICENSE.txt
README.md = README.md
SECURITY.md = SECURITY.md
.github\labeler.yml = .github\labeler.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D16F60E-D84A-4001-A7C3-2CA4A087F2B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D16F60E-D84A-4001-A7C3-2CA4A087F2B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D16F60E-D84A-4001-A7C3-2CA4A087F2B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D16F60E-D84A-4001-A7C3-2CA4A087F2B7}.Release|Any CPU.Build.0 = Release|Any CPU
{FA448494-0250-4DBD-8A98-3C516DDB7838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA448494-0250-4DBD-8A98-3C516DDB7838}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA448494-0250-4DBD-8A98-3C516DDB7838}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA448494-0250-4DBD-8A98-3C516DDB7838}.Release|Any CPU.Build.0 = Release|Any CPU
{DBE0E754-3316-4179-92A6-1BFC6FE03628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBE0E754-3316-4179-92A6-1BFC6FE03628}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBE0E754-3316-4179-92A6-1BFC6FE03628}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBE0E754-3316-4179-92A6-1BFC6FE03628}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal