~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/libFingerprint/fplib/win32/fplib.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-31 09:49:54 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071231094954-ix1amvcsj9pk61ya
Tags: 1:1.4.1.57486.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #180254), remaining changes:
  - debian/rules;
    - Added dh_icons
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="fplib"
 
6
        ProjectGUID="{49D7B724-92F8-4B93-8FFA-5F7464A50F6D}"
 
7
        RootNamespace="fplib"
 
8
        Keyword="Win32Proj"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug|Win32"
 
20
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
21
                        IntermediateDirectory="$(ConfigurationName)"
 
22
                        ConfigurationType="4"
 
23
                        CharacterSet="1"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCXMLDataGeneratorTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCWebServiceProxyGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCMIDLTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCCLCompilerTool"
 
42
                                Optimization="0"
 
43
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
 
44
                                MinimalRebuild="true"
 
45
                                BasicRuntimeChecks="3"
 
46
                                RuntimeLibrary="3"
 
47
                                UsePrecompiledHeader="0"
 
48
                                WarningLevel="3"
 
49
                                Detect64BitPortabilityProblems="true"
 
50
                                DebugInformationFormat="4"
 
51
                        />
 
52
                        <Tool
 
53
                                Name="VCManagedResourceCompilerTool"
 
54
                        />
 
55
                        <Tool
 
56
                                Name="VCResourceCompilerTool"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCPreLinkEventTool"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCLibrarianTool"
 
63
                                OutputFile="$(OutDir)\$(ProjectName).lib"
 
64
                                IgnoreAllDefaultLibraries="true"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCALinkTool"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCXDCMakeTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCBscMakeTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCFxCopTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCPostBuildEventTool"
 
80
                        />
 
81
                </Configuration>
 
82
                <Configuration
 
83
                        Name="Release|Win32"
 
84
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
85
                        IntermediateDirectory="$(ConfigurationName)"
 
86
                        ConfigurationType="4"
 
87
                        CharacterSet="1"
 
88
                        WholeProgramOptimization="1"
 
89
                        >
 
90
                        <Tool
 
91
                                Name="VCPreBuildEventTool"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCCustomBuildTool"
 
95
                        />
 
96
                        <Tool
 
97
                                Name="VCXMLDataGeneratorTool"
 
98
                        />
 
99
                        <Tool
 
100
                                Name="VCWebServiceProxyGeneratorTool"
 
101
                        />
 
102
                        <Tool
 
103
                                Name="VCMIDLTool"
 
104
                        />
 
105
                        <Tool
 
106
                                Name="VCCLCompilerTool"
 
107
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
 
108
                                RuntimeLibrary="2"
 
109
                                UsePrecompiledHeader="0"
 
110
                                WarningLevel="3"
 
111
                                Detect64BitPortabilityProblems="true"
 
112
                                DebugInformationFormat="3"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCManagedResourceCompilerTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCResourceCompilerTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCPreLinkEventTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCLibrarianTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCALinkTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCXDCMakeTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCBscMakeTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCFxCopTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCPostBuildEventTool"
 
140
                        />
 
141
                </Configuration>
 
142
        </Configurations>
 
143
        <References>
 
144
        </References>
 
145
        <Files>
 
146
                <Filter
 
147
                        Name="Source Files"
 
148
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
149
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
150
                        >
 
151
                        <File
 
152
                                RelativePath="..\src\Filter.cpp"
 
153
                                >
 
154
                        </File>
 
155
                        <File
 
156
                                RelativePath="..\src\FingerprintExtractor.cpp"
 
157
                                >
 
158
                        </File>
 
159
                        <File
 
160
                                RelativePath="..\src\OptFFT.cpp"
 
161
                                >
 
162
                        </File>
 
163
                </Filter>
 
164
                <Filter
 
165
                        Name="Header Files"
 
166
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
167
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
168
                        >
 
169
                        <File
 
170
                                RelativePath="..\src\CircularArray.h"
 
171
                                >
 
172
                        </File>
 
173
                        <File
 
174
                                RelativePath="..\src\Filter.h"
 
175
                                >
 
176
                        </File>
 
177
                        <File
 
178
                                RelativePath="..\include\FingerprintExtractor.h"
 
179
                                >
 
180
                        </File>
 
181
                        <File
 
182
                                RelativePath="..\src\FloatingAverage.h"
 
183
                                >
 
184
                        </File>
 
185
                        <File
 
186
                                RelativePath="..\src\fp_helper_fun.h"
 
187
                                >
 
188
                        </File>
 
189
                        <File
 
190
                                RelativePath="..\src\OptFFT.h"
 
191
                                >
 
192
                        </File>
 
193
                </Filter>
 
194
                <Filter
 
195
                        Name="Resource Files"
 
196
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
197
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
198
                        >
 
199
                </Filter>
 
200
        </Files>
 
201
        <Globals>
 
202
        </Globals>
 
203
</VisualStudioProject>