comparison WindowsOnly/WinScript/WinScript_2008.vcproj @ 0:db40c85cad7a default tip

upload sample source
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 09 May 2011 03:11:59 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:db40c85cad7a
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="WinScript"
6 ProjectGUID="{9F796F67-500D-4447-892E-544CE256780B}"
7 RootNamespace="WinScript"
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 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="2"
49 WarningLevel="3"
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="VCLinkerTool"
63 LinkIncremental="2"
64 GenerateDebugInformation="true"
65 SubSystem="2"
66 RandomizedBaseAddress="1"
67 DataExecutionPrevention="0"
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="VCPostBuildEventTool"
90 />
91 </Configuration>
92 <Configuration
93 Name="Release|Win32"
94 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
95 IntermediateDirectory="$(ConfigurationName)"
96 ConfigurationType="1"
97 CharacterSet="1"
98 WholeProgramOptimization="1"
99 >
100 <Tool
101 Name="VCPreBuildEventTool"
102 />
103 <Tool
104 Name="VCCustomBuildTool"
105 />
106 <Tool
107 Name="VCXMLDataGeneratorTool"
108 />
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"
111 />
112 <Tool
113 Name="VCMIDLTool"
114 />
115 <Tool
116 Name="VCCLCompilerTool"
117 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
118 RuntimeLibrary="2"
119 UsePrecompiledHeader="2"
120 WarningLevel="3"
121 DebugInformationFormat="3"
122 />
123 <Tool
124 Name="VCManagedResourceCompilerTool"
125 />
126 <Tool
127 Name="VCResourceCompilerTool"
128 />
129 <Tool
130 Name="VCPreLinkEventTool"
131 />
132 <Tool
133 Name="VCLinkerTool"
134 LinkIncremental="1"
135 GenerateDebugInformation="true"
136 SubSystem="2"
137 OptimizeReferences="2"
138 EnableCOMDATFolding="2"
139 RandomizedBaseAddress="1"
140 DataExecutionPrevention="0"
141 TargetMachine="1"
142 />
143 <Tool
144 Name="VCALinkTool"
145 />
146 <Tool
147 Name="VCManifestTool"
148 />
149 <Tool
150 Name="VCXDCMakeTool"
151 />
152 <Tool
153 Name="VCBscMakeTool"
154 />
155 <Tool
156 Name="VCFxCopTool"
157 />
158 <Tool
159 Name="VCAppVerifierTool"
160 />
161 <Tool
162 Name="VCPostBuildEventTool"
163 />
164 </Configuration>
165 </Configurations>
166 <References>
167 </References>
168 <Files>
169 <Filter
170 Name="ソース ファイル"
171 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
172 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
173 >
174 <File
175 RelativePath=".\compiler.cpp"
176 >
177 <FileConfiguration
178 Name="Debug|Win32"
179 >
180 <Tool
181 Name="VCCLCompilerTool"
182 UsePrecompiledHeader="0"
183 />
184 </FileConfiguration>
185 </File>
186 <File
187 RelativePath=".\node.cpp"
188 >
189 <FileConfiguration
190 Name="Debug|Win32"
191 >
192 <Tool
193 Name="VCCLCompilerTool"
194 UsePrecompiledHeader="0"
195 />
196 </FileConfiguration>
197 </File>
198 <File
199 RelativePath=".\script-parser.cc"
200 >
201 <FileConfiguration
202 Name="Debug|Win32"
203 >
204 <Tool
205 Name="VCCLCompilerTool"
206 UsePrecompiledHeader="0"
207 DisableSpecificWarnings="4267"
208 />
209 </FileConfiguration>
210 </File>
211 <File
212 RelativePath=".\script-parser.yy"
213 >
214 <FileConfiguration
215 Name="Debug|Win32"
216 >
217 <Tool
218 Name="VCCustomBuildTool"
219 Description="bisonを実行しています。"
220 CommandLine="bison -d -ra -o$(InputName).cc &quot;$(InputPath)&#x0D;&#x0A;"
221 Outputs="$(InputName).cc"
222 />
223 </FileConfiguration>
224 </File>
225 <File
226 RelativePath=".\script-scanner.cc"
227 >
228 <FileConfiguration
229 Name="Debug|Win32"
230 >
231 <Tool
232 Name="VCCLCompilerTool"
233 UsePrecompiledHeader="0"
234 />
235 </FileConfiguration>
236 </File>
237 <File
238 RelativePath=".\script-scanner.ll"
239 >
240 <FileConfiguration
241 Name="Debug|Win32"
242 >
243 <Tool
244 Name="VCCustomBuildTool"
245 Description="flexを実行しています。"
246 CommandLine="flex -8 -o$(InputName).cc $(InputName).ll&#x0D;&#x0A;"
247 AdditionalDependencies="script-parser.hh"
248 Outputs="$(InputName).cc"
249 />
250 </FileConfiguration>
251 </File>
252 <File
253 RelativePath=".\stdafx.cpp"
254 >
255 <FileConfiguration
256 Name="Debug|Win32"
257 >
258 <Tool
259 Name="VCCLCompilerTool"
260 UsePrecompiledHeader="1"
261 />
262 </FileConfiguration>
263 <FileConfiguration
264 Name="Release|Win32"
265 >
266 <Tool
267 Name="VCCLCompilerTool"
268 UsePrecompiledHeader="1"
269 />
270 </FileConfiguration>
271 </File>
272 <File
273 RelativePath=".\WinScript.cpp"
274 >
275 </File>
276 </Filter>
277 <Filter
278 Name="ヘッダー ファイル"
279 Filter="h;hpp;hxx;hm;inl;inc;xsd"
280 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
281 >
282 <File
283 RelativePath=".\compiler.h"
284 >
285 </File>
286 <File
287 RelativePath=".\node.h"
288 >
289 </File>
290 <File
291 RelativePath=".\Resource.h"
292 >
293 </File>
294 <File
295 RelativePath=".\stdafx.h"
296 >
297 </File>
298 <File
299 RelativePath=".\vm.h"
300 >
301 </File>
302 <File
303 RelativePath=".\vm_code.h"
304 >
305 </File>
306 <File
307 RelativePath=".\vm_value.h"
308 >
309 </File>
310 <File
311 RelativePath=".\WinScript.h"
312 >
313 </File>
314 </Filter>
315 <Filter
316 Name="リソース ファイル"
317 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
318 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
319 >
320 <File
321 RelativePath=".\small.ico"
322 >
323 </File>
324 <File
325 RelativePath=".\WinScript.ico"
326 >
327 </File>
328 <File
329 RelativePath=".\WinScript.rc"
330 >
331 </File>
332 </Filter>
333 <File
334 RelativePath=".\ReadMe.txt"
335 >
336 </File>
337 </Files>
338 <Globals>
339 </Globals>
340 </VisualStudioProject>