comparison Bison-Flex/BasicCompiler-StackBase/script_2008.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="9.00"
5 Name="script"
6 ProjectGUID="{823E2AB9-EFEF-4216-AC3C-74FFE5AE74B6}"
7 RootNamespace="script"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
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="1"
24 CharacterSet="2"
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=""
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46 GeneratePreprocessedFile="0"
47 MinimalRebuild="true"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 WarningLevel="3"
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 RandomizedBaseAddress="1"
69 DataExecutionPrevention="0"
70 TargetMachine="1"
71 />
72 <Tool
73 Name="VCALinkTool"
74 />
75 <Tool
76 Name="VCManifestTool"
77 />
78 <Tool
79 Name="VCXDCMakeTool"
80 />
81 <Tool
82 Name="VCBscMakeTool"
83 />
84 <Tool
85 Name="VCFxCopTool"
86 />
87 <Tool
88 Name="VCAppVerifierTool"
89 />
90 <Tool
91 Name="VCPostBuildEventTool"
92 />
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="1"
99 CharacterSet="2"
100 WholeProgramOptimization="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
119 AdditionalIncludeDirectories=""
120 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
121 RuntimeLibrary="2"
122 UsePrecompiledHeader="0"
123 WarningLevel="3"
124 DebugInformationFormat="3"
125 />
126 <Tool
127 Name="VCManagedResourceCompilerTool"
128 />
129 <Tool
130 Name="VCResourceCompilerTool"
131 />
132 <Tool
133 Name="VCPreLinkEventTool"
134 />
135 <Tool
136 Name="VCLinkerTool"
137 LinkIncremental="1"
138 GenerateDebugInformation="true"
139 SubSystem="1"
140 OptimizeReferences="2"
141 EnableCOMDATFolding="2"
142 RandomizedBaseAddress="1"
143 DataExecutionPrevention="0"
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="VCPostBuildEventTool"
166 />
167 </Configuration>
168 </Configurations>
169 <References>
170 </References>
171 <Files>
172 <Filter
173 Name="ソース ファイル"
174 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
175 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
176 >
177 <File
178 RelativePath=".\compiler.cpp"
179 >
180 </File>
181 <File
182 RelativePath=".\node.cpp"
183 >
184 </File>
185 <File
186 RelativePath=".\script-parser.cc"
187 >
188 <FileConfiguration
189 Name="Debug|Win32"
190 >
191 <Tool
192 Name="VCCLCompilerTool"
193 DisableSpecificWarnings="4267"
194 />
195 </FileConfiguration>
196 </File>
197 <File
198 RelativePath=".\script-parser.yy"
199 >
200 <FileConfiguration
201 Name="Debug|Win32"
202 >
203 <Tool
204 Name="VCCustomBuildTool"
205 CommandLine="bison -d -ra -o&quot;$(InputName).cc&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
206 Outputs="$(InputName).cc"
207 />
208 </FileConfiguration>
209 </File>
210 <File
211 RelativePath=".\script-scanner.cc"
212 >
213 </File>
214 <File
215 RelativePath=".\script-scanner.ll"
216 >
217 <FileConfiguration
218 Name="Debug|Win32"
219 >
220 <Tool
221 Name="VCCustomBuildTool"
222 CommandLine="flex -8 -o&quot;$(InputName).cc&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
223 AdditionalDependencies="script-parser.hh"
224 Outputs="$(InputName).cc"
225 />
226 </FileConfiguration>
227 </File>
228 <File
229 RelativePath=".\script.cpp"
230 >
231 </File>
232 <File
233 RelativePath=".\vm.cpp"
234 >
235 </File>
236 </Filter>
237 <Filter
238 Name="ヘッダー ファイル"
239 Filter="h;hpp;hxx;hm;inl;inc;xsd"
240 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
241 >
242 <File
243 RelativePath=".\compiler.h"
244 >
245 </File>
246 <File
247 RelativePath=".\location.hh"
248 >
249 </File>
250 <File
251 RelativePath=".\node.h"
252 >
253 </File>
254 <File
255 RelativePath=".\position.hh"
256 >
257 </File>
258 <File
259 RelativePath=".\script-parser.hh"
260 >
261 </File>
262 <File
263 RelativePath=".\stack.hh"
264 >
265 </File>
266 <File
267 RelativePath=".\vm.h"
268 >
269 </File>
270 <File
271 RelativePath=".\vm_code.h"
272 >
273 </File>
274 <File
275 RelativePath=".\vm_value.h"
276 >
277 </File>
278 </Filter>
279 <Filter
280 Name="リソース ファイル"
281 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
282 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
283 >
284 </Filter>
285 </Files>
286 <Globals>
287 </Globals>
288 </VisualStudioProject>