-
Notifications
You must be signed in to change notification settings - Fork 18
/
1brc.cs.sln
74 lines (74 loc) · 3.63 KB
/
1brc.cs.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Brc", "src\Brc\Brc.csproj", "{FD595AC7-E1A5-4ACA-AE60-3539AB1691FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Brc.Test", "src\Brc.Test\Brc.Test.csproj", "{868534AC-9CA4-4E55-845A-9FF9F2A701F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7DC8FFC9-A687-4D7C-8BF2-A5CAAF220719}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
src\OutputBuildProject.props = src\OutputBuildProject.props
src\OutputBuildProps.props = src\OutputBuildProps.props
src\OutputBuildTargets.props = src\OutputBuildTargets.props
src\SourceLink.GitHub.props = src\SourceLink.GitHub.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{32021D88-49F3-4B84-B1DB-5DF5CF874F69}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
aot-win-x64.bat = aot-win-x64.bat
bench.ps1 = bench.ps1
build-release.bat = build-release.bat
global.json = global.json
hyperfine-aot-win-x64.bat = hyperfine-aot-win-x64.bat
hyperfine-jit.bat = hyperfine-jit.bat
jit.bat = jit.bat
nuget.config = nuget.config
publish-aot-win-x64.bat = publish-aot-win-x64.bat
README.md = README.md
rename.ps1 = rename.ps1
test-x64.ps1 = test-x64.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{655261D2-06EE-4553-9EE2-ABBF5ED83AD4}"
ProjectSection(SolutionItems) = preProject
.github\workflows\bench.yml = .github\workflows\bench.yml
.github\workflows\comparison-bench.yml = .github\workflows\comparison-bench.yml
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Brc.Benchmarks", "src\Brc.Benchmarks\Brc.Benchmarks.csproj", "{DF8F3EE1-9FAD-4DB4-9EB5-6A7C00975EA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD595AC7-E1A5-4ACA-AE60-3539AB1691FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD595AC7-E1A5-4ACA-AE60-3539AB1691FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD595AC7-E1A5-4ACA-AE60-3539AB1691FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD595AC7-E1A5-4ACA-AE60-3539AB1691FF}.Release|Any CPU.Build.0 = Release|Any CPU
{868534AC-9CA4-4E55-845A-9FF9F2A701F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{868534AC-9CA4-4E55-845A-9FF9F2A701F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{868534AC-9CA4-4E55-845A-9FF9F2A701F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{868534AC-9CA4-4E55-845A-9FF9F2A701F5}.Release|Any CPU.Build.0 = Release|Any CPU
{DF8F3EE1-9FAD-4DB4-9EB5-6A7C00975EA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF8F3EE1-9FAD-4DB4-9EB5-6A7C00975EA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF8F3EE1-9FAD-4DB4-9EB5-6A7C00975EA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF8F3EE1-9FAD-4DB4-9EB5-6A7C00975EA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E747986-0697-4C21-82BE-E84850C0687A}
EndGlobalSection
EndGlobal