-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
FingerprintBuilder.sln
30 lines (30 loc) · 1.85 KB
/
FingerprintBuilder.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FingerprintBuilder", "src\FingerprintBuilder.csproj", "{4A63DB87-276C-4FA9-A106-B62DDB222429}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FingerprintBuilder.Tests", "tests\units\FingerprintBuilder.Tests.csproj", "{4D5DE776-DC77-4596-935A-C3833F149F4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FingerprintBuilder.BenchmarkTests", "tests\benchmarks\FingerprintBuilder.BenchmarkTests.csproj", "{CE2317B3-4DB5-4CB3-BB17-802F3253EF88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A63DB87-276C-4FA9-A106-B62DDB222429}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A63DB87-276C-4FA9-A106-B62DDB222429}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A63DB87-276C-4FA9-A106-B62DDB222429}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A63DB87-276C-4FA9-A106-B62DDB222429}.Release|Any CPU.Build.0 = Release|Any CPU
{4D5DE776-DC77-4596-935A-C3833F149F4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D5DE776-DC77-4596-935A-C3833F149F4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D5DE776-DC77-4596-935A-C3833F149F4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D5DE776-DC77-4596-935A-C3833F149F4C}.Release|Any CPU.Build.0 = Release|Any CPU
{CE2317B3-4DB5-4CB3-BB17-802F3253EF88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE2317B3-4DB5-4CB3-BB17-802F3253EF88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE2317B3-4DB5-4CB3-BB17-802F3253EF88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE2317B3-4DB5-4CB3-BB17-802F3253EF88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal