-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathByteSerializationBenchmark.sln
More file actions
28 lines (28 loc) · 1.81 KB
/
ByteSerializationBenchmark.sln
File metadata and controls
28 lines (28 loc) · 1.81 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ByteSerialization.Benchmark", "ByteSerialization.Benchmark\ByteSerialization.Benchmark.csproj", "{FF63284B-33D1-43D0-876B-5D8876E748BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ByteSerialization", "ByteSerialization\ByteSerialization.csproj", "{CACCD923-1225-426A-868F-1167A23CBE6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ByteSerialization.Tests", "ByteSerialization.Tests\ByteSerialization.Tests.csproj", "{947B22AB-4212-417B-868A-2E6597285742}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF63284B-33D1-43D0-876B-5D8876E748BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF63284B-33D1-43D0-876B-5D8876E748BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF63284B-33D1-43D0-876B-5D8876E748BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF63284B-33D1-43D0-876B-5D8876E748BB}.Release|Any CPU.Build.0 = Release|Any CPU
{CACCD923-1225-426A-868F-1167A23CBE6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CACCD923-1225-426A-868F-1167A23CBE6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CACCD923-1225-426A-868F-1167A23CBE6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CACCD923-1225-426A-868F-1167A23CBE6B}.Release|Any CPU.Build.0 = Release|Any CPU
{947B22AB-4212-417B-868A-2E6597285742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{947B22AB-4212-417B-868A-2E6597285742}.Debug|Any CPU.Build.0 = Debug|Any CPU
{947B22AB-4212-417B-868A-2E6597285742}.Release|Any CPU.ActiveCfg = Release|Any CPU
{947B22AB-4212-417B-868A-2E6597285742}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal