-
Notifications
You must be signed in to change notification settings - Fork 0
/
LightObjectPool.sln
43 lines (43 loc) · 2.6 KB
/
LightObjectPool.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightObjectPool", "src\LightObjectPool.csproj", "{AF5DE074-1BD0-4148-ABA0-CCF42F8523FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleFrameworkConsole", "samples\SampleFrameworkConsole\SampleFrameworkConsole.csproj", "{CAD55CC3-64CB-48A0-90AE-32CB5E3ADF84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleCoreConsole", "samples\SampleCoreConsole\SampleCoreConsole.csproj", "{45832EAE-20BD-4F18-AC56-1B3F952B80F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LightObjectPool.Tests", "tests\LightObjectPool.Tests\LightObjectPool.Tests.csproj", "{782A17AD-C515-43F4-A15B-476BC28887CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF5DE074-1BD0-4148-ABA0-CCF42F8523FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF5DE074-1BD0-4148-ABA0-CCF42F8523FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF5DE074-1BD0-4148-ABA0-CCF42F8523FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF5DE074-1BD0-4148-ABA0-CCF42F8523FC}.Release|Any CPU.Build.0 = Release|Any CPU
{CAD55CC3-64CB-48A0-90AE-32CB5E3ADF84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAD55CC3-64CB-48A0-90AE-32CB5E3ADF84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAD55CC3-64CB-48A0-90AE-32CB5E3ADF84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAD55CC3-64CB-48A0-90AE-32CB5E3ADF84}.Release|Any CPU.Build.0 = Release|Any CPU
{45832EAE-20BD-4F18-AC56-1B3F952B80F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45832EAE-20BD-4F18-AC56-1B3F952B80F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45832EAE-20BD-4F18-AC56-1B3F952B80F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45832EAE-20BD-4F18-AC56-1B3F952B80F7}.Release|Any CPU.Build.0 = Release|Any CPU
{782A17AD-C515-43F4-A15B-476BC28887CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{782A17AD-C515-43F4-A15B-476BC28887CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{782A17AD-C515-43F4-A15B-476BC28887CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{782A17AD-C515-43F4-A15B-476BC28887CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D25790F2-CBA7-48F1-A61A-9DDE16765F5A}
EndGlobalSection
EndGlobal