-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImageDiff.sln
37 lines (37 loc) · 1.8 KB
/
ImageDiff.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{11054312-CFD7-4977-A951-94422290E8AE}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageDiff", "ImageDiff\ImageDiff.csproj", "{29383F83-F002-4939-A2E8-1AACB4ECFFD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestImageDiff", "TestImageDiff\TestImageDiff.csproj", "{CDE6583F-78EC-430D-B26F-524A31476EBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29383F83-F002-4939-A2E8-1AACB4ECFFD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29383F83-F002-4939-A2E8-1AACB4ECFFD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29383F83-F002-4939-A2E8-1AACB4ECFFD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29383F83-F002-4939-A2E8-1AACB4ECFFD4}.Release|Any CPU.Build.0 = Release|Any CPU
{CDE6583F-78EC-430D-B26F-524A31476EBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDE6583F-78EC-430D-B26F-524A31476EBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDE6583F-78EC-430D-B26F-524A31476EBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDE6583F-78EC-430D-B26F-524A31476EBE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F62AB431-CE1A-4D4A-B83B-AFB98E4F1D11}
EndGlobalSection
EndGlobal