-
Notifications
You must be signed in to change notification settings - Fork 21
/
ImageHash.sln
47 lines (47 loc) · 2.45 KB
/
ImageHash.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageHash", "src\ImageHash\ImageHash.csproj", "{466FAF4C-F68A-441A-AA13-4A2F061AD478}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageHash.Test", "tests\ImageHash.Test\ImageHash.Test.csproj", "{BFF28DB8-5C1D-456F-8961-6B890E13397E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "demo\Demo.csproj", "{6051F2DC-913C-4E55-BC94-5AC6FFCC38B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C1E0AEE9-CD6A-4CE1-BAEB-526EF9599B1A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
build\Packages.targets = build\Packages.targets
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{466FAF4C-F68A-441A-AA13-4A2F061AD478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{466FAF4C-F68A-441A-AA13-4A2F061AD478}.Debug|Any CPU.Build.0 = Debug|Any CPU
{466FAF4C-F68A-441A-AA13-4A2F061AD478}.Release|Any CPU.ActiveCfg = Release|Any CPU
{466FAF4C-F68A-441A-AA13-4A2F061AD478}.Release|Any CPU.Build.0 = Release|Any CPU
{BFF28DB8-5C1D-456F-8961-6B890E13397E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFF28DB8-5C1D-456F-8961-6B890E13397E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFF28DB8-5C1D-456F-8961-6B890E13397E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFF28DB8-5C1D-456F-8961-6B890E13397E}.Release|Any CPU.Build.0 = Release|Any CPU
{6051F2DC-913C-4E55-BC94-5AC6FFCC38B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6051F2DC-913C-4E55-BC94-5AC6FFCC38B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6051F2DC-913C-4E55-BC94-5AC6FFCC38B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6051F2DC-913C-4E55-BC94-5AC6FFCC38B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A652A24-5232-438B-8750-FC68F6E36BCC}
EndGlobalSection
EndGlobal