-
Notifications
You must be signed in to change notification settings - Fork 43
/
FileSignatures.sln
39 lines (39 loc) · 2.06 KB
/
FileSignatures.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A34CAB26-B589-4531-884B-E50BF89CCF2D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D9653CFC-5C1F-4751-BE1E-B85EAAF73203}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileSignatures", "src\FileSignatures\FileSignatures.csproj", "{52D4F79F-BB2C-46E9-9D27-59FF8DC9BD81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileSignatures.Tests", "test\FileSignatures.Tests\FileSignatures.Tests.csproj", "{5FE9AF07-5928-482E-9917-285956E7731C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52D4F79F-BB2C-46E9-9D27-59FF8DC9BD81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52D4F79F-BB2C-46E9-9D27-59FF8DC9BD81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52D4F79F-BB2C-46E9-9D27-59FF8DC9BD81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52D4F79F-BB2C-46E9-9D27-59FF8DC9BD81}.Release|Any CPU.Build.0 = Release|Any CPU
{5FE9AF07-5928-482E-9917-285956E7731C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FE9AF07-5928-482E-9917-285956E7731C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FE9AF07-5928-482E-9917-285956E7731C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FE9AF07-5928-482E-9917-285956E7731C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{52D4F79F-BB2C-46E9-9D27-59FF8DC9BD81} = {A34CAB26-B589-4531-884B-E50BF89CCF2D}
{5FE9AF07-5928-482E-9917-285956E7731C} = {D9653CFC-5C1F-4751-BE1E-B85EAAF73203}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {03AC7B1D-D40C-4953-8277-2D4EC5AF7E36}
EndGlobalSection
EndGlobal