-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMemoryPool.sln
More file actions
22 lines (22 loc) · 1.23 KB
/
MemoryPool.sln
File metadata and controls
22 lines (22 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemoryPool", "MemoryPool\MemoryPool.csproj", "{43F63208-D3B6-4A01-B0FB-25F83C5EEFCD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{91409902-9E17-4702-8084-AA961B5931AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43F63208-D3B6-4A01-B0FB-25F83C5EEFCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43F63208-D3B6-4A01-B0FB-25F83C5EEFCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43F63208-D3B6-4A01-B0FB-25F83C5EEFCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43F63208-D3B6-4A01-B0FB-25F83C5EEFCD}.Release|Any CPU.Build.0 = Release|Any CPU
{91409902-9E17-4702-8084-AA961B5931AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91409902-9E17-4702-8084-AA961B5931AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91409902-9E17-4702-8084-AA961B5931AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91409902-9E17-4702-8084-AA961B5931AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal