-
Notifications
You must be signed in to change notification settings - Fork 0
/
Roaring.Net.sln
62 lines (62 loc) · 3.34 KB
/
Roaring.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{20F281E9-D851-4848-AF00-F40401AB7E3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D65028B1-446E-4FD5-89EC-A82C4CFE321D}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
test\.runsettings = test\.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roaring.Net", "src\Roaring.Net\Roaring.Net.csproj", "{59225474-33B9-40FD-B8CB-0B5B753BC31A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roaring.Net.Tests", "test\Roaring.Net.Tests\Roaring.Net.Tests.csproj", "{46B4130E-8255-43AD-BB9D-1C055968EE28}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B2792D3-AF9B-44F6-AFA9-1E1EAD36C30E}"
ProjectSection(SolutionItems) = preProject
vcpkg.json = vcpkg.json
vcpkg-configuration.json = vcpkg-configuration.json
README.md = README.md
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{B9E5EB47-DA4A-4DA6-AE06-F54E374A31A1}"
ProjectSection(SolutionItems) = preProject
benchmarks\Directory.Build.props = benchmarks\Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Roaring.Net.Benchmarks", "benchmarks\Roaring.Net.Benchmarks\Roaring.Net.Benchmarks.csproj", "{4E8A81E2-3365-4D97-BF8D-7C96C0383FB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59225474-33B9-40FD-B8CB-0B5B753BC31A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59225474-33B9-40FD-B8CB-0B5B753BC31A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59225474-33B9-40FD-B8CB-0B5B753BC31A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59225474-33B9-40FD-B8CB-0B5B753BC31A}.Release|Any CPU.Build.0 = Release|Any CPU
{46B4130E-8255-43AD-BB9D-1C055968EE28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46B4130E-8255-43AD-BB9D-1C055968EE28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46B4130E-8255-43AD-BB9D-1C055968EE28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46B4130E-8255-43AD-BB9D-1C055968EE28}.Release|Any CPU.Build.0 = Release|Any CPU
{4E8A81E2-3365-4D97-BF8D-7C96C0383FB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E8A81E2-3365-4D97-BF8D-7C96C0383FB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E8A81E2-3365-4D97-BF8D-7C96C0383FB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E8A81E2-3365-4D97-BF8D-7C96C0383FB0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{59225474-33B9-40FD-B8CB-0B5B753BC31A} = {20F281E9-D851-4848-AF00-F40401AB7E3A}
{46B4130E-8255-43AD-BB9D-1C055968EE28} = {D65028B1-446E-4FD5-89EC-A82C4CFE321D}
{4E8A81E2-3365-4D97-BF8D-7C96C0383FB0} = {B9E5EB47-DA4A-4DA6-AE06-F54E374A31A1}
EndGlobalSection
EndGlobal