blob: f02138869634f27a835d392436b018ae3a83c981 (
plain)
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
|
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fingerprint_mod", "fingerprint_mod.vcproj", "{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Release Lite = Release Lite
Release Standard = Release Standard
Release FULL = Release FULL
Debug FULL = Debug FULL
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Lite.ActiveCfg = Release Lite|Win32
{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Lite.Build.0 = Release Lite|Win32
{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Standard.ActiveCfg = Release Standard|Win32
{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Standard.Build.0 = Release Standard|Win32
{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release FULL.ActiveCfg = Release FULL|Win32
{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release FULL.Build.0 = Release FULL|Win32
{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Debug FULL.ActiveCfg = Debug FULL|Win32
{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Debug FULL.Build.0 = Debug FULL|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
|