-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInt64ToByteArray.Benchmarking.sln
More file actions
49 lines (49 loc) · 2.79 KB
/
Copy pathInt64ToByteArray.Benchmarking.sln
File metadata and controls
49 lines (49 loc) · 2.79 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Int64ToByteArray.Benchmarking", "Int64ToByteArray.Benchmarking\Int64ToByteArray.Benchmarking.csproj", "{E7144384-D3A9-4498-B2F8-D0C803419D75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CD2F8B4-74AA-4468-AEAD-7F531F99DE77}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{890B7257-FABD-4679-9B07-D91FBD4BA094}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Int64ToByteArray.Benchmarking.Tests", "Tests\Int64ToByteArray.Benchmarking.Tests\Int64ToByteArray.Benchmarking.Tests\Int64ToByteArray.Benchmarking.Tests.csproj", "{CF72C309-A926-49C2-A7A0-756D5878FF1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "Tests\Benchmark\Benchmark.csproj", "{265A8BD9-CDBA-4172-B995-CBE53843B084}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7144384-D3A9-4498-B2F8-D0C803419D75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7144384-D3A9-4498-B2F8-D0C803419D75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7144384-D3A9-4498-B2F8-D0C803419D75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7144384-D3A9-4498-B2F8-D0C803419D75}.Release|Any CPU.Build.0 = Release|Any CPU
{CF72C309-A926-49C2-A7A0-756D5878FF1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF72C309-A926-49C2-A7A0-756D5878FF1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF72C309-A926-49C2-A7A0-756D5878FF1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF72C309-A926-49C2-A7A0-756D5878FF1A}.Release|Any CPU.Build.0 = Release|Any CPU
{265A8BD9-CDBA-4172-B995-CBE53843B084}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{265A8BD9-CDBA-4172-B995-CBE53843B084}.Debug|Any CPU.Build.0 = Debug|Any CPU
{265A8BD9-CDBA-4172-B995-CBE53843B084}.Release|Any CPU.ActiveCfg = Release|Any CPU
{265A8BD9-CDBA-4172-B995-CBE53843B084}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CF72C309-A926-49C2-A7A0-756D5878FF1A} = {890B7257-FABD-4679-9B07-D91FBD4BA094}
{265A8BD9-CDBA-4172-B995-CBE53843B084} = {890B7257-FABD-4679-9B07-D91FBD4BA094}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5100A31-11F3-4306-A5F0-D460060A939E}
EndGlobalSection
EndGlobal