-
Notifications
You must be signed in to change notification settings - Fork 0
/
AllocationFreeByteReaderWriter.sln
60 lines (60 loc) · 4.17 KB
/
AllocationFreeByteReaderWriter.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
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllocationFreeByteReaderWriter", "src\AllocationFreeByteReaderWriter\AllocationFreeByteReaderWriter.csproj", "{7AA315AD-02CC-4F39-B9C2-DB5F70BF44CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D6B81A00-7FF0-4393-B833-B8592DF54349}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllocationFreeByteReaderWriter.Tests", "test\AllocationFreeByteReaderWriter.Tests\AllocationFreeByteReaderWriter.Tests.csproj", "{89ADFB2A-E266-4378-B5B2-07B13F0828C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllocationFreeByteReaderWriter.Unsafe", "src\AllocationFreeByteReaderWriter.Unsafe\AllocationFreeByteReaderWriter.Unsafe.csproj", "{7DD30683-3B86-4A6D-90CD-5D166087EA55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllocationFreeByteReaderWriter.Serializable", "src\AllocationFreeByteReaderWriter.Serializable\AllocationFreeByteReaderWriter.Serializable.csproj", "{01E3B4EE-A64C-4D2E-A1C1-3B1073161184}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllocationFreeByteReaderWriter.Persistable", "src\AllocationFreeByteReaderWriter.Persistable\AllocationFreeByteReaderWriter.Persistable.csproj", "{D8731A58-5F58-4D1A-A6B2-52A196023EB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AllocationFreeByteReaderWriter.Benchmark", "test\AllocationFreeByteReaderWriter.Benchmark\AllocationFreeByteReaderWriter.Benchmark.csproj", "{3399BC22-E419-432F-9805-D93AFDF14B1E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7AA315AD-02CC-4F39-B9C2-DB5F70BF44CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AA315AD-02CC-4F39-B9C2-DB5F70BF44CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AA315AD-02CC-4F39-B9C2-DB5F70BF44CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AA315AD-02CC-4F39-B9C2-DB5F70BF44CA}.Release|Any CPU.Build.0 = Release|Any CPU
{89ADFB2A-E266-4378-B5B2-07B13F0828C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89ADFB2A-E266-4378-B5B2-07B13F0828C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89ADFB2A-E266-4378-B5B2-07B13F0828C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89ADFB2A-E266-4378-B5B2-07B13F0828C4}.Release|Any CPU.Build.0 = Release|Any CPU
{7DD30683-3B86-4A6D-90CD-5D166087EA55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DD30683-3B86-4A6D-90CD-5D166087EA55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DD30683-3B86-4A6D-90CD-5D166087EA55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DD30683-3B86-4A6D-90CD-5D166087EA55}.Release|Any CPU.Build.0 = Release|Any CPU
{01E3B4EE-A64C-4D2E-A1C1-3B1073161184}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01E3B4EE-A64C-4D2E-A1C1-3B1073161184}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01E3B4EE-A64C-4D2E-A1C1-3B1073161184}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01E3B4EE-A64C-4D2E-A1C1-3B1073161184}.Release|Any CPU.Build.0 = Release|Any CPU
{D8731A58-5F58-4D1A-A6B2-52A196023EB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8731A58-5F58-4D1A-A6B2-52A196023EB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8731A58-5F58-4D1A-A6B2-52A196023EB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8731A58-5F58-4D1A-A6B2-52A196023EB3}.Release|Any CPU.Build.0 = Release|Any CPU
{3399BC22-E419-432F-9805-D93AFDF14B1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3399BC22-E419-432F-9805-D93AFDF14B1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3399BC22-E419-432F-9805-D93AFDF14B1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3399BC22-E419-432F-9805-D93AFDF14B1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60449181-AAB5-4DA4-BFAA-9D4F02E3CE6C}
EndGlobalSection
EndGlobal