*** empty log message ***
[chuck-blob.git] / exile / chuck.vcproj
blobbad0c1f8514b0a901d45edfd6ea1f0c09a6e2982
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="chuck"
6 ProjectGUID="{94D68387-FB7B-4F80-BEE6-737CCADBD077}"
7 RootNamespace="chuck"
8 Keyword="ManagedCProj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
17 IntermediateDirectory="$(ConfigurationName)"
18 ConfigurationType="1"
19 CharacterSet="2"
20 ManagedExtensions="TRUE">
21 <Tool
22 Name="VCCLCompilerTool"
23 AdditionalOptions="/D &quot;__WINDOWS_DS__&quot; /GR /clr"
24 Optimization="0"
25 PreprocessorDefinitions="WIN32;_DEBUG"
26 MinimalRebuild="FALSE"
27 BasicRuntimeChecks="0"
28 RuntimeLibrary="1"
29 UsePrecompiledHeader="0"
30 WarningLevel="3"
31 DebugInformationFormat="3"/>
32 <Tool
33 Name="VCCustomBuildTool"/>
34 <Tool
35 Name="VCLinkerTool"
36 OutputFile="$(OutDir)\$(ProjectName).exe"
37 LinkIncremental="2"
38 GenerateDebugInformation="TRUE"
39 AssemblyDebug="1"/>
40 <Tool
41 Name="VCMIDLTool"/>
42 <Tool
43 Name="VCPostBuildEventTool"/>
44 <Tool
45 Name="VCPreBuildEventTool"/>
46 <Tool
47 Name="VCPreLinkEventTool"/>
48 <Tool
49 Name="VCResourceCompilerTool"/>
50 <Tool
51 Name="VCWebServiceProxyGeneratorTool"/>
52 <Tool
53 Name="VCXMLDataGeneratorTool"/>
54 <Tool
55 Name="VCWebDeploymentTool"/>
56 <Tool
57 Name="VCManagedWrapperGeneratorTool"/>
58 <Tool
59 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60 </Configuration>
61 <Configuration
62 Name="Release|Win32"
63 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
64 IntermediateDirectory="$(ConfigurationName)"
65 ConfigurationType="1"
66 CharacterSet="2"
67 ManagedExtensions="TRUE">
68 <Tool
69 Name="VCCLCompilerTool"
70 PreprocessorDefinitions="WIN32;NDEBUG"
71 MinimalRebuild="FALSE"
72 RuntimeLibrary="0"
73 UsePrecompiledHeader="3"
74 WarningLevel="3"
75 DebugInformationFormat="3"/>
76 <Tool
77 Name="VCCustomBuildTool"/>
78 <Tool
79 Name="VCLinkerTool"
80 OutputFile="$(OutDir)\$(ProjectName).exe"
81 LinkIncremental="1"
82 GenerateDebugInformation="TRUE"/>
83 <Tool
84 Name="VCMIDLTool"/>
85 <Tool
86 Name="VCPostBuildEventTool"/>
87 <Tool
88 Name="VCPreBuildEventTool"/>
89 <Tool
90 Name="VCPreLinkEventTool"/>
91 <Tool
92 Name="VCResourceCompilerTool"/>
93 <Tool
94 Name="VCWebServiceProxyGeneratorTool"/>
95 <Tool
96 Name="VCXMLDataGeneratorTool"/>
97 <Tool
98 Name="VCWebDeploymentTool"/>
99 <Tool
100 Name="VCManagedWrapperGeneratorTool"/>
101 <Tool
102 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
103 </Configuration>
104 </Configurations>
105 <References>
106 <AssemblyReference
107 RelativePath="mscorlib.dll"/>
108 <AssemblyReference
109 RelativePath="System.dll"/>
110 <AssemblyReference
111 RelativePath="System.Data.dll"/>
112 </References>
113 <Files>
114 <Filter
115 Name="Source Files"
116 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
117 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
118 <File
119 RelativePath=".\chuck_absyn.c">
120 </File>
121 <File
122 RelativePath=".\chuck_bbq.cpp">
123 </File>
124 <File
125 RelativePath=".\chuck_dl.cpp">
126 </File>
127 <File
128 RelativePath=".\chuck_emit.cpp">
129 </File>
130 <File
131 RelativePath=".\chuck_errormsg.c">
132 </File>
133 <File
134 RelativePath=".\chuck_fft.c">
135 </File>
136 <File
137 RelativePath=".\chuck_frame.cpp">
138 </File>
139 <File
140 RelativePath=".\chuck_instr.cpp">
141 </File>
142 <File
143 RelativePath=".\chuck_main.cpp">
144 </File>
145 <File
146 RelativePath=".\chuck_symbol.c">
147 </File>
148 <File
149 RelativePath=".\chuck_table.c">
150 </File>
151 <File
152 RelativePath=".\chuck_temp.c">
153 </File>
154 <File
155 RelativePath=".\chuck_type.cpp">
156 </File>
157 <File
158 RelativePath=".\chuck_ugen.cpp">
159 </File>
160 <File
161 RelativePath=".\chuck_utils.c">
162 </File>
163 <File
164 RelativePath=".\chuck_vm.cpp">
165 </File>
166 <File
167 RelativePath=".\digitalio_rtaudio.cpp">
168 </File>
169 <File
170 RelativePath=".\midiio_win32.cpp">
171 </File>
172 <File
173 RelativePath=".\rtaudio.cpp">
174 </File>
175 <File
176 RelativePath=".\ugen_filter.cpp">
177 </File>
178 <File
179 RelativePath=".\ugen_osc.cpp">
180 </File>
181 <File
182 RelativePath=".\ugen_xxx.cpp">
183 </File>
184 <File
185 RelativePath=".\ulib_machine.cpp">
186 </File>
187 <File
188 RelativePath=".\ulib_math.cpp">
189 </File>
190 <File
191 RelativePath=".\ulib_std.cpp">
192 </File>
193 <File
194 RelativePath=".\util_buffers.cpp">
195 </File>
196 </Filter>
197 <Filter
198 Name="Header Files"
199 Filter="h;hpp;hxx;hm;inl;inc;xsd"
200 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
201 <File
202 RelativePath=".\chuck.tab.h">
203 </File>
204 <File
205 RelativePath=".\chuck_absyn.h">
206 </File>
207 <File
208 RelativePath=".\chuck_bbq.h">
209 </File>
210 <File
211 RelativePath=".\chuck_def.h">
212 </File>
213 <File
214 RelativePath=".\chuck_dl.h">
215 </File>
216 <File
217 RelativePath=".\chuck_emit.h">
218 </File>
219 <File
220 RelativePath=".\chuck_errormsg.h">
221 </File>
222 <File
223 RelativePath=".\chuck_fft.h">
224 </File>
225 <File
226 RelativePath=".\chuck_frame.h">
227 </File>
228 <File
229 RelativePath=".\chuck_instr.h">
230 </File>
231 <File
232 RelativePath=".\chuck_oo.h">
233 </File>
234 <File
235 RelativePath=".\chuck_symbol.h">
236 </File>
237 <File
238 RelativePath=".\chuck_table.h">
239 </File>
240 <File
241 RelativePath=".\chuck_temp.h">
242 </File>
243 <File
244 RelativePath=".\chuck_type.h">
245 </File>
246 <File
247 RelativePath=".\chuck_ugen.h">
248 </File>
249 <File
250 RelativePath=".\chuck_utils.h">
251 </File>
252 <File
253 RelativePath=".\chuck_vm.h">
254 </File>
255 <File
256 RelativePath=".\digitalio_rtaudio.h">
257 </File>
258 <File
259 RelativePath=".\midiio_win32.h">
260 </File>
261 <File
262 RelativePath=".\rtaudio.h">
263 </File>
264 <File
265 RelativePath=".\rterror.h">
266 </File>
267 <File
268 RelativePath=".\ugen_filter.h">
269 </File>
270 <File
271 RelativePath=".\ugen_osc.h">
272 </File>
273 <File
274 RelativePath=".\ugen_xxx.h">
275 </File>
276 <File
277 RelativePath=".\ulib_machine.h">
278 </File>
279 <File
280 RelativePath=".\ulib_math.h">
281 </File>
282 <File
283 RelativePath=".\ulib_std.h">
284 </File>
285 <File
286 RelativePath=".\util_buffers.h">
287 </File>
288 <File
289 RelativePath=".\util_raw.h">
290 </File>
291 </Filter>
292 <Filter
293 Name="Resource Files"
294 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
295 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
296 </Filter>
297 <File
298 RelativePath=".\chuck.lex">
299 </File>
300 <File
301 RelativePath=".\chuck.y">
302 </File>
303 </Files>
304 <Globals>
305 </Globals>
306 </VisualStudioProject>