-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNeoSmart.Hashing.sln
More file actions
37 lines (37 loc) · 2 KB
/
NeoSmart.Hashing.sln
File metadata and controls
37 lines (37 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32611.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xxHash", "xxHash\xxHash.csproj", "{F1D4A6E9-092A-438F-9425-2828CD0742FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hashing", "Hashing\Hashing.csproj", "{0058AA99-693C-4D92-BC6E-007C302A3E23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hashing.Tests", "Hashing.Tests\Hashing.Tests.csproj", "{138F35AB-0B6E-4BB0-8AB3-2A64656C2A20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1D4A6E9-092A-438F-9425-2828CD0742FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1D4A6E9-092A-438F-9425-2828CD0742FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1D4A6E9-092A-438F-9425-2828CD0742FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1D4A6E9-092A-438F-9425-2828CD0742FB}.Release|Any CPU.Build.0 = Release|Any CPU
{0058AA99-693C-4D92-BC6E-007C302A3E23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0058AA99-693C-4D92-BC6E-007C302A3E23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0058AA99-693C-4D92-BC6E-007C302A3E23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0058AA99-693C-4D92-BC6E-007C302A3E23}.Release|Any CPU.Build.0 = Release|Any CPU
{138F35AB-0B6E-4BB0-8AB3-2A64656C2A20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{138F35AB-0B6E-4BB0-8AB3-2A64656C2A20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{138F35AB-0B6E-4BB0-8AB3-2A64656C2A20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{138F35AB-0B6E-4BB0-8AB3-2A64656C2A20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5707FF0-8AA7-44D1-B9FF-8D269656C400}
EndGlobalSection
EndGlobal