• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="libmarisa"
6	ProjectGUID="{3BE97421-D962-4330-815B-AC9B7B799F15}"
7	RootNamespace="libmarisa"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="196613"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15	</Platforms>
16	<ToolFiles>
17	</ToolFiles>
18	<Configurations>
19		<Configuration
20			Name="Debug|Win32"
21			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22			IntermediateDirectory="$(ConfigurationName)"
23			ConfigurationType="4"
24			CharacterSet="1"
25			>
26			<Tool
27				Name="VCPreBuildEventTool"
28			/>
29			<Tool
30				Name="VCCustomBuildTool"
31			/>
32			<Tool
33				Name="VCXMLDataGeneratorTool"
34			/>
35			<Tool
36				Name="VCWebServiceProxyGeneratorTool"
37			/>
38			<Tool
39				Name="VCMIDLTool"
40			/>
41			<Tool
42				Name="VCCLCompilerTool"
43				Optimization="0"
44				AdditionalIncludeDirectories="../../lib"
45				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MARISA_EXPORTS"
46				MinimalRebuild="true"
47				BasicRuntimeChecks="3"
48				RuntimeLibrary="3"
49				UsePrecompiledHeader="0"
50				WarningLevel="4"
51				DebugInformationFormat="4"
52			/>
53			<Tool
54				Name="VCManagedResourceCompilerTool"
55			/>
56			<Tool
57				Name="VCResourceCompilerTool"
58			/>
59			<Tool
60				Name="VCPreLinkEventTool"
61			/>
62			<Tool
63				Name="VCLibrarianTool"
64			/>
65			<Tool
66				Name="VCALinkTool"
67			/>
68			<Tool
69				Name="VCXDCMakeTool"
70			/>
71			<Tool
72				Name="VCBscMakeTool"
73			/>
74			<Tool
75				Name="VCFxCopTool"
76			/>
77			<Tool
78				Name="VCPostBuildEventTool"
79			/>
80		</Configuration>
81		<Configuration
82			Name="Release|Win32"
83			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
84			IntermediateDirectory="$(ConfigurationName)"
85			ConfigurationType="4"
86			CharacterSet="1"
87			WholeProgramOptimization="1"
88			>
89			<Tool
90				Name="VCPreBuildEventTool"
91			/>
92			<Tool
93				Name="VCCustomBuildTool"
94			/>
95			<Tool
96				Name="VCXMLDataGeneratorTool"
97			/>
98			<Tool
99				Name="VCWebServiceProxyGeneratorTool"
100			/>
101			<Tool
102				Name="VCMIDLTool"
103			/>
104			<Tool
105				Name="VCCLCompilerTool"
106				Optimization="2"
107				EnableIntrinsicFunctions="true"
108				AdditionalIncludeDirectories="../../lib"
109				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MARISA_EXPORTS"
110				RuntimeLibrary="2"
111				EnableFunctionLevelLinking="true"
112				UsePrecompiledHeader="0"
113				WarningLevel="4"
114				DebugInformationFormat="3"
115			/>
116			<Tool
117				Name="VCManagedResourceCompilerTool"
118			/>
119			<Tool
120				Name="VCResourceCompilerTool"
121			/>
122			<Tool
123				Name="VCPreLinkEventTool"
124			/>
125			<Tool
126				Name="VCLibrarianTool"
127			/>
128			<Tool
129				Name="VCALinkTool"
130			/>
131			<Tool
132				Name="VCXDCMakeTool"
133			/>
134			<Tool
135				Name="VCBscMakeTool"
136			/>
137			<Tool
138				Name="VCFxCopTool"
139			/>
140			<Tool
141				Name="VCPostBuildEventTool"
142			/>
143		</Configuration>
144	</Configurations>
145	<References>
146	</References>
147	<Files>
148		<Filter
149			Name="Source Files"
150			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
151			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
152			>
153			<File
154				RelativePath="..\..\lib\marisa\agent.cc"
155				>
156			</File>
157			<File
158				RelativePath="..\..\lib\marisa\grimoire\vector\bit-vector.cc"
159				>
160			</File>
161			<File
162				RelativePath="..\..\lib\marisa\keyset.cc"
163				>
164			</File>
165			<File
166				RelativePath="..\..\lib\marisa\grimoire\trie\louds-trie.cc"
167				>
168			</File>
169			<File
170				RelativePath="..\..\lib\marisa\grimoire\io\mapper.cc"
171				>
172			</File>
173			<File
174				RelativePath="..\..\lib\marisa\grimoire\io\reader.cc"
175				>
176			</File>
177			<File
178				RelativePath="..\..\lib\marisa\grimoire\trie\tail.cc"
179				>
180			</File>
181			<File
182				RelativePath="..\..\lib\marisa\trie.cc"
183				>
184			</File>
185			<File
186				RelativePath="..\..\lib\marisa\grimoire\io\writer.cc"
187				>
188			</File>
189		</Filter>
190		<Filter
191			Name="Header Files"
192			Filter="h;hpp;hxx;hm;inl;inc;xsd"
193			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
194			>
195			<File
196				RelativePath="..\..\lib\marisa\agent.h"
197				>
198			</File>
199			<File
200				RelativePath="..\..\lib\marisa\grimoire\algorithm.h"
201				>
202			</File>
203			<File
204				RelativePath="..\..\lib\marisa\base.h"
205				>
206			</File>
207			<File
208				RelativePath="..\..\lib\marisa\grimoire\vector\bit-vector.h"
209				>
210			</File>
211			<File
212				RelativePath="..\..\lib\marisa\grimoire\trie\cache.h"
213				>
214			</File>
215			<File
216				RelativePath="..\..\lib\marisa\grimoire\trie\config.h"
217				>
218			</File>
219			<File
220				RelativePath="..\..\lib\marisa\grimoire\trie\entry.h"
221				>
222			</File>
223			<File
224				RelativePath="..\..\lib\marisa\exception.h"
225				>
226			</File>
227			<File
228				RelativePath="..\..\lib\marisa\grimoire\vector\flat-vector.h"
229				>
230			</File>
231			<File
232				RelativePath="..\..\lib\marisa\grimoire\trie\header.h"
233				>
234			</File>
235			<File
236				RelativePath="..\..\lib\marisa\grimoire\trie\history.h"
237				>
238			</File>
239			<File
240				RelativePath="..\..\lib\marisa\grimoire\intrin.h"
241				>
242			</File>
243			<File
244				RelativePath="..\..\lib\marisa\grimoire\io.h"
245				>
246			</File>
247			<File
248				RelativePath="..\..\lib\marisa\iostream.h"
249				>
250			</File>
251			<File
252				RelativePath="..\..\lib\marisa\grimoire\trie\key.h"
253				>
254			</File>
255			<File
256				RelativePath="..\..\lib\marisa\key.h"
257				>
258			</File>
259			<File
260				RelativePath="..\..\lib\marisa\keyset.h"
261				>
262			</File>
263			<File
264				RelativePath="..\..\lib\marisa\grimoire\trie\louds-trie.h"
265				>
266			</File>
267			<File
268				RelativePath="..\..\lib\marisa\grimoire\io\mapper.h"
269				>
270			</File>
271			<File
272				RelativePath="..\..\lib\marisa.h"
273				>
274			</File>
275			<File
276				RelativePath="..\..\lib\marisa\grimoire\vector\pop-count.h"
277				>
278			</File>
279			<File
280				RelativePath="..\..\lib\marisa\query.h"
281				>
282			</File>
283			<File
284				RelativePath="..\..\lib\marisa\grimoire\trie\range.h"
285				>
286			</File>
287			<File
288				RelativePath="..\..\lib\marisa\grimoire\vector\rank-index.h"
289				>
290			</File>
291			<File
292				RelativePath="..\..\lib\marisa\grimoire\io\reader.h"
293				>
294			</File>
295			<File
296				RelativePath="..\..\lib\marisa\scoped-array.h"
297				>
298			</File>
299			<File
300				RelativePath="..\..\lib\marisa\scoped-ptr.h"
301				>
302			</File>
303			<File
304				RelativePath="..\..\lib\marisa\grimoire\algorithm\sort.h"
305				>
306			</File>
307			<File
308				RelativePath="..\..\lib\marisa\grimoire\trie\state.h"
309				>
310			</File>
311			<File
312				RelativePath="..\..\lib\marisa\stdio.h"
313				>
314			</File>
315			<File
316				RelativePath="..\..\lib\marisa\grimoire\trie\tail.h"
317				>
318			</File>
319			<File
320				RelativePath="..\..\lib\marisa\grimoire\trie.h"
321				>
322			</File>
323			<File
324				RelativePath="..\..\lib\marisa\trie.h"
325				>
326			</File>
327			<File
328				RelativePath="..\..\lib\marisa\grimoire\vector.h"
329				>
330			</File>
331			<File
332				RelativePath="..\..\lib\marisa\grimoire\vector\vector.h"
333				>
334			</File>
335			<File
336				RelativePath="..\..\lib\marisa\grimoire\io\writer.h"
337				>
338			</File>
339		</Filter>
340		<Filter
341			Name="Resource Files"
342			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
343			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
344			>
345		</Filter>
346	</Files>
347	<Globals>
348	</Globals>
349</VisualStudioProject>
350