-
Notifications
You must be signed in to change notification settings - Fork 0
/
Murmur3_x64.sln
48 lines (48 loc) · 2.57 KB
/
Murmur3_x64.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Murmur3_128bit", "Murmur3_x64\Murmur3_128bit.csproj", "{0520C4EF-8D75-44B4-B35E-1F1A5C4B0BCF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA89EA83-FC8C-41AC-8752-FEC59F3B2338}"
ProjectSection(SolutionItems) = preProject
..\Solution Items\.gitattributes = ..\Solution Items\.gitattributes
..\Solution Items\.gitignore = ..\Solution Items\.gitignore
..\Solution Items\CHANGELOG.md = ..\Solution Items\CHANGELOG.md
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Murmur3.Testing", "Murmur3.Testing\Murmur3.Testing.csproj", "{FB109A01-C5FF-417B-B694-4D755717B368}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0520C4EF-8D75-44B4-B35E-1F1A5C4B0BCF}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{0520C4EF-8D75-44B4-B35E-1F1A5C4B0BCF}.Debug|Any CPU.Build.0 = Release|Any CPU
{0520C4EF-8D75-44B4-B35E-1F1A5C4B0BCF}.Debug|x86.ActiveCfg = Release|Any CPU
{0520C4EF-8D75-44B4-B35E-1F1A5C4B0BCF}.Debug|x86.Build.0 = Release|Any CPU
{0520C4EF-8D75-44B4-B35E-1F1A5C4B0BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0520C4EF-8D75-44B4-B35E-1F1A5C4B0BCF}.Release|Any CPU.Build.0 = Release|Any CPU
{0520C4EF-8D75-44B4-B35E-1F1A5C4B0BCF}.Release|x86.ActiveCfg = Debug|x86
{0520C4EF-8D75-44B4-B35E-1F1A5C4B0BCF}.Release|x86.Build.0 = Debug|x86
{FB109A01-C5FF-417B-B694-4D755717B368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB109A01-C5FF-417B-B694-4D755717B368}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB109A01-C5FF-417B-B694-4D755717B368}.Debug|x86.ActiveCfg = Release|Any CPU
{FB109A01-C5FF-417B-B694-4D755717B368}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB109A01-C5FF-417B-B694-4D755717B368}.Release|Any CPU.Build.0 = Release|Any CPU
{FB109A01-C5FF-417B-B694-4D755717B368}.Release|x86.ActiveCfg = Debug|Any CPU
{FB109A01-C5FF-417B-B694-4D755717B368}.Release|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7060BF72-FC6F-4DC7-B88F-A348D2B314A1}
EndGlobalSection
EndGlobal