root/lang/c/zm2/zm2.vcproj

Revision 1258, 5.6 kB (checked in by gyuque, 14 months ago)

lanlang/c/zm2

Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="zm2"
6        ProjectGUID="{2939707C-EA7B-4414-B1C6-42D18E57444A}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="Debug\out"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="1"
18                        CharacterSet="1">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="&quot;.\onig-5.9.0&quot;"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="5"
27                                UsePrecompiledHeader="3"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="oniguruma.lib"
36                                OutputFile="$(OutDir)/zm2.exe"
37                                LinkIncremental="2"
38                                AdditionalLibraryDirectories="&quot;.\onig-5.9.0\oniguruma\Debug&quot;"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/zm2.pdb"
41                                SubSystem="1"
42                                TargetMachine="1"/>
43                        <Tool
44                                Name="VCMIDLTool"/>
45                        <Tool
46                                Name="VCPostBuildEventTool"/>
47                        <Tool
48                                Name="VCPreBuildEventTool"/>
49                        <Tool
50                                Name="VCPreLinkEventTool"/>
51                        <Tool
52                                Name="VCResourceCompilerTool"/>
53                        <Tool
54                                Name="VCWebServiceProxyGeneratorTool"/>
55                        <Tool
56                                Name="VCXMLDataGeneratorTool"/>
57                        <Tool
58                                Name="VCWebDeploymentTool"/>
59                        <Tool
60                                Name="VCManagedWrapperGeneratorTool"/>
61                        <Tool
62                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                </Configuration>
64                <Configuration
65                        Name="Release|Win32"
66                        OutputDirectory="Release"
67                        IntermediateDirectory="Release"
68                        ConfigurationType="1"
69                        CharacterSet="1">
70                        <Tool
71                                Name="VCCLCompilerTool"
72                                AdditionalIncludeDirectories="&quot;.\onig-5.9.0&quot;"
73                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
74                                RuntimeLibrary="4"
75                                UsePrecompiledHeader="3"
76                                WarningLevel="3"
77                                Detect64BitPortabilityProblems="TRUE"
78                                DebugInformationFormat="3"/>
79                        <Tool
80                                Name="VCCustomBuildTool"/>
81                        <Tool
82                                Name="VCLinkerTool"
83                                AdditionalDependencies="oniguruma.lib"
84                                OutputFile="$(OutDir)/zm2.exe"
85                                LinkIncremental="1"
86                                AdditionalLibraryDirectories="&quot;.\onig-5.9.0\oniguruma\Release&quot;"
87                                GenerateDebugInformation="TRUE"
88                                SubSystem="1"
89                                OptimizeReferences="2"
90                                EnableCOMDATFolding="2"
91                                TargetMachine="1"/>
92                        <Tool
93                                Name="VCMIDLTool"/>
94                        <Tool
95                                Name="VCPostBuildEventTool"/>
96                        <Tool
97                                Name="VCPreBuildEventTool"/>
98                        <Tool
99                                Name="VCPreLinkEventTool"/>
100                        <Tool
101                                Name="VCResourceCompilerTool"/>
102                        <Tool
103                                Name="VCWebServiceProxyGeneratorTool"/>
104                        <Tool
105                                Name="VCXMLDataGeneratorTool"/>
106                        <Tool
107                                Name="VCWebDeploymentTool"/>
108                        <Tool
109                                Name="VCManagedWrapperGeneratorTool"/>
110                        <Tool
111                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
112                </Configuration>
113        </Configurations>
114        <References>
115        </References>
116        <Files>
117                <Filter
118                        Name="�\�[�X �t�@�C��"
119                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
120                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
121                        <File
122                                RelativePath=".\CharFilter.cpp">
123                        </File>
124                        <File
125                                RelativePath=".\compare.cpp">
126                        </File>
127                        <File
128                                RelativePath=".\Directory.cpp">
129                        </File>
130                        <File
131                                RelativePath=".\FloorExtractor.cpp">
132                        </File>
133                        <File
134                                RelativePath=".\GridMap.cpp">
135                        </File>
136                        <File
137                                RelativePath=".\KeywordDic.cpp">
138                        </File>
139                        <File
140                                RelativePath=".\LocalWordsExtractor.cpp">
141                        </File>
142                        <File
143                                RelativePath=".\NearSearchResult.cpp">
144                        </File>
145                        <File
146                                RelativePath=".\NGram.cpp">
147                        </File>
148                        <File
149                                RelativePath=".\Reader.cpp">
150                        </File>
151                        <File
152                                RelativePath=".\Site.cpp">
153                        </File>
154                        <File
155                                RelativePath=".\SiteResult.cpp">
156                        </File>
157                        <File
158                                RelativePath=".\SPair.cpp">
159                        </File>
160                        <File
161                                RelativePath=".\stdafx.cpp">
162                                <FileConfiguration
163                                        Name="Debug|Win32">
164                                        <Tool
165                                                Name="VCCLCompilerTool"
166                                                UsePrecompiledHeader="1"/>
167                                </FileConfiguration>
168                                <FileConfiguration
169                                        Name="Release|Win32">
170                                        <Tool
171                                                Name="VCCLCompilerTool"
172                                                UsePrecompiledHeader="1"/>
173                                </FileConfiguration>
174                        </File>
175                        <File
176                                RelativePath=".\zm2.cpp">
177                        </File>
178                </Filter>
179                <Filter
180                        Name="�w�b�_�[ �t�@�C��"
181                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
182                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
183                        <File
184                                RelativePath=".\CharFilter.h">
185                        </File>
186                        <File
187                                RelativePath=".\compare.h">
188                        </File>
189                        <File
190                                RelativePath=".\Directory.h">
191                        </File>
192                        <File
193                                RelativePath=".\FloorExtractor.h">
194                        </File>
195                        <File
196                                RelativePath=".\GridMap.h">
197                        </File>
198                        <File
199                                RelativePath=".\KeywordDic.h">
200                        </File>
201                        <File
202                                RelativePath=".\LocalWordsExtractor.h">
203                        </File>
204                        <File
205                                RelativePath=".\NearSearchResult.h">
206                        </File>
207                        <File
208                                RelativePath=".\NGram.h">
209                        </File>
210                        <File
211                                RelativePath=".\Reader.h">
212                        </File>
213                        <File
214                                RelativePath=".\Site.h">
215                        </File>
216                        <File
217                                RelativePath=".\SiteResult.h">
218                        </File>
219                        <File
220                                RelativePath=".\SPair.h">
221                        </File>
222                        <File
223                                RelativePath=".\stdafx.h">
224                        </File>
225                </Filter>
226                <Filter
227                        Name="���\�[�X �t�@�C��"
228                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
229                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
230                </Filter>
231                <File
232                        RelativePath=".\ReadMe.txt">
233                </File>
234        </Files>
235        <Globals>
236        </Globals>
237</VisualStudioProject>
Note: See TracBrowser for help on using the browser.