comparison Bison-Flex/BasicCompiler-StackBase/script_2005.vcproj @ 2:fbe42292d479

upload test
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 10 May 2011 06:43:55 +0900
parents
children
comparison
equal deleted inserted replaced
1:a3ea4c73696b 2:fbe42292d479
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="script"
6 ProjectGUID="{823E2AB9-EFEF-4216-AC3C-74FFE5AE74B6}"
7 RootNamespace="script"
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="1"
23 CharacterSet="2"
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 AdditionalIncludeDirectories=""
44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
45 GeneratePreprocessedFile="0"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="true"
52 DebugInformationFormat="4"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
65 LinkIncremental="2"
66 GenerateDebugInformation="true"
67 SubSystem="1"
68 TargetMachine="1"
69 />
70 <Tool
71 Name="VCALinkTool"
72 />
73 <Tool
74 Name="VCManifestTool"
75 />
76 <Tool
77 Name="VCXDCMakeTool"
78 />
79 <Tool
80 Name="VCBscMakeTool"
81 />
82 <Tool
83 Name="VCFxCopTool"
84 />
85 <Tool
86 Name="VCAppVerifierTool"
87 />
88 <Tool
89 Name="VCWebDeploymentTool"
90 />
91 <Tool
92 Name="VCPostBuildEventTool"
93 />
94 </Configuration>
95 <Configuration
96 Name="Release|Win32"
97 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98 IntermediateDirectory="$(ConfigurationName)"
99 ConfigurationType="1"
100 CharacterSet="2"
101 WholeProgramOptimization="1"
102 >
103 <Tool
104 Name="VCPreBuildEventTool"
105 />
106 <Tool
107 Name="VCCustomBuildTool"
108 />
109 <Tool
110 Name="VCXMLDataGeneratorTool"
111 />
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"
114 />
115 <Tool
116 Name="VCMIDLTool"
117 />
118 <Tool
119 Name="VCCLCompilerTool"
120 AdditionalIncludeDirectories=""
121 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
122 RuntimeLibrary="2"
123 UsePrecompiledHeader="0"
124 WarningLevel="3"
125 Detect64BitPortabilityProblems="true"
126 DebugInformationFormat="3"
127 />
128 <Tool
129 Name="VCManagedResourceCompilerTool"
130 />
131 <Tool
132 Name="VCResourceCompilerTool"
133 />
134 <Tool
135 Name="VCPreLinkEventTool"
136 />
137 <Tool
138 Name="VCLinkerTool"
139 LinkIncremental="1"
140 GenerateDebugInformation="true"
141 SubSystem="1"
142 OptimizeReferences="2"
143 EnableCOMDATFolding="2"
144 TargetMachine="1"
145 />
146 <Tool
147 Name="VCALinkTool"
148 />
149 <Tool
150 Name="VCManifestTool"
151 />
152 <Tool
153 Name="VCXDCMakeTool"
154 />
155 <Tool
156 Name="VCBscMakeTool"
157 />
158 <Tool
159 Name="VCFxCopTool"
160 />
161 <Tool
162 Name="VCAppVerifierTool"
163 />
164 <Tool
165 Name="VCWebDeploymentTool"
166 />
167 <Tool
168 Name="VCPostBuildEventTool"
169 />
170 </Configuration>
171 </Configurations>
172 <References>
173 </References>
174 <Files>
175 <Filter
176 Name="ソース ファイル"
177 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
178 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
179 >
180 <File
181 RelativePath=".\compiler.cpp"
182 >
183 </File>
184 <File
185 RelativePath=".\node.cpp"
186 >
187 </File>
188 <File
189 RelativePath=".\script-parser.cc"
190 >
191 <FileConfiguration
192 Name="Debug|Win32"
193 >
194 <Tool
195 Name="VCCLCompilerTool"
196 DisableSpecificWarnings="4267"
197 />
198 </FileConfiguration>
199 </File>
200 <File
201 RelativePath=".\script-parser.yy"
202 >
203 <FileConfiguration
204 Name="Debug|Win32"
205 >
206 <Tool
207 Name="VCCustomBuildTool"
208 CommandLine="bison -d -ra -o&quot;$(InputName).cc&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
209 Outputs="$(InputName).cc"
210 />
211 </FileConfiguration>
212 </File>
213 <File
214 RelativePath=".\script-scanner.cc"
215 >
216 </File>
217 <File
218 RelativePath=".\script-scanner.ll"
219 >
220 <FileConfiguration
221 Name="Debug|Win32"
222 >
223 <Tool
224 Name="VCCustomBuildTool"
225 CommandLine="flex -8 -o&quot;$(InputName).cc&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
226 AdditionalDependencies="script-parser.hh"
227 Outputs="$(InputName).cc"
228 />
229 </FileConfiguration>
230 </File>
231 <File
232 RelativePath=".\script.cpp"
233 >
234 </File>
235 <File
236 RelativePath=".\vm.cpp"
237 >
238 </File>
239 </Filter>
240 <Filter
241 Name="ヘッダー ファイル"
242 Filter="h;hpp;hxx;hm;inl;inc;xsd"
243 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
244 >
245 <File
246 RelativePath=".\compiler.h"
247 >
248 </File>
249 <File
250 RelativePath=".\location.hh"
251 >
252 </File>
253 <File
254 RelativePath=".\node.h"
255 >
256 </File>
257 <File
258 RelativePath=".\position.hh"
259 >
260 </File>
261 <File
262 RelativePath=".\script-parser.hh"
263 >
264 </File>
265 <File
266 RelativePath=".\stack.hh"
267 >
268 </File>
269 <File
270 RelativePath=".\vm.h"
271 >
272 </File>
273 <File
274 RelativePath=".\vm_code.h"
275 >
276 </File>
277 <File
278 RelativePath=".\vm_value.h"
279 >
280 </File>
281 </Filter>
282 <Filter
283 Name="リソース ファイル"
284 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
285 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
286 >
287 </Filter>
288 </Files>
289 <Globals>
290 </Globals>
291 </VisualStudioProject>