-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleHash.sln
More file actions
22 lines (22 loc) · 912 Bytes
/
SimpleHash.sln
File metadata and controls
22 lines (22 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SimpleHash", "SimpleHash\SimpleHash.vbproj", "{83C579B0-AD77-49DE-BAC9-6C4833C85212}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83C579B0-AD77-49DE-BAC9-6C4833C85212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83C579B0-AD77-49DE-BAC9-6C4833C85212}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DAAA775-C4F1-4B59-9E72-830587890110}
EndGlobalSection
EndGlobal