-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathSimpleHashing.Net.sln
36 lines (36 loc) · 2.01 KB
/
SimpleHashing.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHashing.UI", "SimpleHashing.UI\SimpleHashing.UI.csproj", "{90F7B3F6-6B70-49B1-97C9-6C12F445144D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHashing.Net", "SimpleHashing.Net\SimpleHashing.Net.csproj", "{7E8A0E0B-CDD1-4A7B-957F-EC57D5CFB5CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHashing.Net.Tests", "SimpleHashing.Net.Tests\SimpleHashing.Net.Tests.csproj", "{F09F9A8D-E8CD-42B8-AEED-7DF74DC53177}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90F7B3F6-6B70-49B1-97C9-6C12F445144D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90F7B3F6-6B70-49B1-97C9-6C12F445144D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90F7B3F6-6B70-49B1-97C9-6C12F445144D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E8A0E0B-CDD1-4A7B-957F-EC57D5CFB5CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E8A0E0B-CDD1-4A7B-957F-EC57D5CFB5CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E8A0E0B-CDD1-4A7B-957F-EC57D5CFB5CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E8A0E0B-CDD1-4A7B-957F-EC57D5CFB5CF}.Release|Any CPU.Build.0 = Release|Any CPU
{F09F9A8D-E8CD-42B8-AEED-7DF74DC53177}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F09F9A8D-E8CD-42B8-AEED-7DF74DC53177}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F09F9A8D-E8CD-42B8-AEED-7DF74DC53177}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F09F9A8D-E8CD-42B8-AEED-7DF74DC53177}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {060BCCC4-C94A-4E59-AF4D-656F8868E71A}
EndGlobalSection
EndGlobal