-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFMT.Hash.sln
More file actions
30 lines (30 loc) · 1.55 KB
/
FMT.Hash.sln
File metadata and controls
30 lines (30 loc) · 1.55 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FMT.Hash", "Source\FMT.Hash.csproj", "{194D2104-87E7-B694-E3FC-A4B94C752228}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FMT.Hash.Tests", "Tests\FMT.Hash.Tests\FMT.Hash.Tests.csproj", "{0A23BB75-6C58-4F84-B26B-D995F1A3B170}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{194D2104-87E7-B694-E3FC-A4B94C752228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{194D2104-87E7-B694-E3FC-A4B94C752228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{194D2104-87E7-B694-E3FC-A4B94C752228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{194D2104-87E7-B694-E3FC-A4B94C752228}.Release|Any CPU.Build.0 = Release|Any CPU
{0A23BB75-6C58-4F84-B26B-D995F1A3B170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A23BB75-6C58-4F84-B26B-D995F1A3B170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A23BB75-6C58-4F84-B26B-D995F1A3B170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A23BB75-6C58-4F84-B26B-D995F1A3B170}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A3FE5E1-ABA5-4AE7-AEF3-BA8E1760EFFF}
EndGlobalSection
EndGlobal