1 <?xml version="1.0" encoding="shift_jis"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="libmarisa_alpha" 6 ProjectGUID="{69872893-89E5-4D16-829E-8B120BACE2AD}" 7 RootNamespace="libmarisaalpha" 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 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 45 MinimalRebuild="true" 46 BasicRuntimeChecks="3" 47 RuntimeLibrary="3" 48 UsePrecompiledHeader="0" 49 WarningLevel="4" 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 /> 64 <Tool 65 Name="VCALinkTool" 66 /> 67 <Tool 68 Name="VCXDCMakeTool" 69 /> 70 <Tool 71 Name="VCBscMakeTool" 72 /> 73 <Tool 74 Name="VCFxCopTool" 75 /> 76 <Tool 77 Name="VCPostBuildEventTool" 78 /> 79 </Configuration> 80 <Configuration 81 Name="Release|Win32" 82 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 83 IntermediateDirectory="$(ConfigurationName)" 84 ConfigurationType="4" 85 CharacterSet="1" 86 WholeProgramOptimization="1" 87 > 88 <Tool 89 Name="VCPreBuildEventTool" 90 /> 91 <Tool 92 Name="VCCustomBuildTool" 93 /> 94 <Tool 95 Name="VCXMLDataGeneratorTool" 96 /> 97 <Tool 98 Name="VCWebServiceProxyGeneratorTool" 99 /> 100 <Tool 101 Name="VCMIDLTool" 102 /> 103 <Tool 104 Name="VCCLCompilerTool" 105 Optimization="2" 106 EnableIntrinsicFunctions="true" 107 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 108 RuntimeLibrary="2" 109 EnableFunctionLevelLinking="true" 110 UsePrecompiledHeader="0" 111 WarningLevel="4" 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="..\..\lib\marisa_alpha\base.cc" 153 > 154 </File> 155 <File 156 RelativePath="..\..\lib\marisa_alpha\bitvector.cc" 157 > 158 </File> 159 <File 160 RelativePath="..\..\lib\marisa_alpha\intvector.cc" 161 > 162 </File> 163 <File 164 RelativePath="..\..\lib\marisa_alpha\mapper.cc" 165 > 166 </File> 167 <File 168 RelativePath="..\..\lib\marisa_alpha\progress.cc" 169 > 170 </File> 171 <File 172 RelativePath="..\..\lib\marisa_alpha\reader.cc" 173 > 174 </File> 175 <File 176 RelativePath="..\..\lib\marisa_alpha\tail.cc" 177 > 178 </File> 179 <File 180 RelativePath="..\..\lib\marisa_alpha\trie-build.cc" 181 > 182 </File> 183 <File 184 RelativePath="..\..\lib\marisa_alpha\trie-c.cc" 185 > 186 </File> 187 <File 188 RelativePath="..\..\lib\marisa_alpha\trie-search.cc" 189 > 190 </File> 191 <File 192 RelativePath="..\..\lib\marisa_alpha\trie.cc" 193 > 194 </File> 195 <File 196 RelativePath="..\..\lib\marisa_alpha\writer.cc" 197 > 198 </File> 199 </Filter> 200 <Filter 201 Name="Header Files" 202 Filter="h;hpp;hxx;hm;inl;inc;xsd" 203 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 204 > 205 <File 206 RelativePath="..\..\lib\marisa_alpha\base.h" 207 > 208 </File> 209 <File 210 RelativePath="..\..\lib\marisa_alpha\bitvector.h" 211 > 212 </File> 213 <File 214 RelativePath="..\..\lib\marisa_alpha\cell.h" 215 > 216 </File> 217 <File 218 RelativePath="..\..\lib\marisa_alpha\container.h" 219 > 220 </File> 221 <File 222 RelativePath="..\..\lib\marisa_alpha\intvector.h" 223 > 224 </File> 225 <File 226 RelativePath="..\..\lib\marisa_alpha\io.h" 227 > 228 </File> 229 <File 230 RelativePath="..\..\lib\marisa_alpha\key.h" 231 > 232 </File> 233 <File 234 RelativePath="..\..\lib\marisa_alpha\mapper.h" 235 > 236 </File> 237 <File 238 RelativePath="..\..\lib\marisa_alpha.h" 239 > 240 </File> 241 <File 242 RelativePath="..\..\lib\marisa_alpha\popcount.h" 243 > 244 </File> 245 <File 246 RelativePath="..\..\lib\marisa_alpha\progress.h" 247 > 248 </File> 249 <File 250 RelativePath="..\..\lib\marisa_alpha\query.h" 251 > 252 </File> 253 <File 254 RelativePath="..\..\lib\marisa_alpha\range.h" 255 > 256 </File> 257 <File 258 RelativePath="..\..\lib\marisa_alpha\rank.h" 259 > 260 </File> 261 <File 262 RelativePath="..\..\lib\marisa_alpha\reader.h" 263 > 264 </File> 265 <File 266 RelativePath="..\..\lib\marisa_alpha\string.h" 267 > 268 </File> 269 <File 270 RelativePath="..\..\lib\marisa_alpha\tail.h" 271 > 272 </File> 273 <File 274 RelativePath="..\..\lib\marisa_alpha\trie-inline.h" 275 > 276 </File> 277 <File 278 RelativePath="..\..\lib\marisa_alpha\trie.h" 279 > 280 </File> 281 <File 282 RelativePath="..\..\lib\marisa_alpha\vector-inline.h" 283 > 284 </File> 285 <File 286 RelativePath="..\..\lib\marisa_alpha\vector.h" 287 > 288 </File> 289 <File 290 RelativePath="..\..\lib\marisa_alpha\writer.h" 291 > 292 </File> 293 </Filter> 294 <Filter 295 Name="Resource Files" 296 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 297 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 298 > 299 </Filter> 300 </Files> 301 <Globals> 302 </Globals> 303 </VisualStudioProject> 304