-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileHasher.sln
More file actions
40 lines (40 loc) · 2.22 KB
/
FileHasher.sln
File metadata and controls
40 lines (40 loc) · 2.22 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
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileHasherLibrary", "FileHasherLibrary\FileHasherLibrary.csproj", "{D22ED350-AC9C-41EA-88F6-30581D031A99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormsUI", "WinFormsUI\WinFormsUI.csproj", "{7416B63F-1670-4AC3-A29A-D35F3A00B2F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHasherLibrary.Tests", "FileHasherLibrary.Tests\FileHasherLibrary.Tests.csproj", "{97CA4642-86DA-41A2-AE78-6F78675FD6A3}"
ProjectSection(ProjectDependencies) = postProject
{D22ED350-AC9C-41EA-88F6-30581D031A99} = {D22ED350-AC9C-41EA-88F6-30581D031A99}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D22ED350-AC9C-41EA-88F6-30581D031A99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D22ED350-AC9C-41EA-88F6-30581D031A99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D22ED350-AC9C-41EA-88F6-30581D031A99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D22ED350-AC9C-41EA-88F6-30581D031A99}.Release|Any CPU.Build.0 = Release|Any CPU
{7416B63F-1670-4AC3-A29A-D35F3A00B2F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7416B63F-1670-4AC3-A29A-D35F3A00B2F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7416B63F-1670-4AC3-A29A-D35F3A00B2F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7416B63F-1670-4AC3-A29A-D35F3A00B2F1}.Release|Any CPU.Build.0 = Release|Any CPU
{97CA4642-86DA-41A2-AE78-6F78675FD6A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97CA4642-86DA-41A2-AE78-6F78675FD6A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97CA4642-86DA-41A2-AE78-6F78675FD6A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97CA4642-86DA-41A2-AE78-6F78675FD6A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6035548-2D0B-40D6-88FB-49C23086CE0D}
EndGlobalSection
EndGlobal