Initial Commit
[libctiny.git] / MiniCRT.vcproj
blob988edf5a548e1c1fc7750f152ed5a3ee0dfc11c3
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="MiniCRT"
6 ProjectGUID="{15F49E56-FFE5-42CD-9C37-AC574B57AA5E}"
7 RootNamespace="MiniCRT"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="4"
24 CharacterSet="2"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="0"
47 RuntimeLibrary="1"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 DebugInformationFormat="4"
52 <Tool
53 Name="VCManagedResourceCompilerTool"
55 <Tool
56 Name="VCResourceCompilerTool"
58 <Tool
59 Name="VCPreLinkEventTool"
61 <Tool
62 Name="VCLibrarianTool"
63 IgnoreAllDefaultLibraries="true"
65 <Tool
66 Name="VCALinkTool"
68 <Tool
69 Name="VCXDCMakeTool"
71 <Tool
72 Name="VCBscMakeTool"
74 <Tool
75 Name="VCFxCopTool"
77 <Tool
78 Name="VCPostBuildEventTool"
80 </Configuration>
81 <Configuration
82 Name="Release|Win32"
83 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
84 IntermediateDirectory="$(ConfigurationName)"
85 ConfigurationType="4"
86 CharacterSet="2"
87 WholeProgramOptimization="0"
89 <Tool
90 Name="VCPreBuildEventTool"
92 <Tool
93 Name="VCCustomBuildTool"
95 <Tool
96 Name="VCXMLDataGeneratorTool"
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"
101 <Tool
102 Name="VCMIDLTool"
104 <Tool
105 Name="VCCLCompilerTool"
106 Optimization="2"
107 EnableIntrinsicFunctions="false"
108 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
109 RuntimeLibrary="0"
110 EnableFunctionLevelLinking="true"
111 UsePrecompiledHeader="0"
112 WarningLevel="3"
113 DebugInformationFormat="3"
115 <Tool
116 Name="VCManagedResourceCompilerTool"
118 <Tool
119 Name="VCResourceCompilerTool"
121 <Tool
122 Name="VCPreLinkEventTool"
124 <Tool
125 Name="VCLibrarianTool"
126 IgnoreAllDefaultLibraries="true"
128 <Tool
129 Name="VCALinkTool"
131 <Tool
132 Name="VCXDCMakeTool"
134 <Tool
135 Name="VCBscMakeTool"
137 <Tool
138 Name="VCFxCopTool"
140 <Tool
141 Name="VCPostBuildEventTool"
143 </Configuration>
144 </Configurations>
145 <References>
146 </References>
147 <Files>
148 <Filter
149 Name="Source Files"
150 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
151 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153 <File
154 RelativePath=".\alloc.cc"
156 </File>
157 <File
158 RelativePath=".\alloc2.cc"
160 </File>
161 <File
162 RelativePath=".\allocsup.cc"
164 </File>
165 <File
166 RelativePath=".\argcargv.cc"
168 </File>
169 <File
170 RelativePath=".\bsearch.c"
172 </File>
173 <File
174 RelativePath=".\charmax.c"
176 </File>
177 <File
178 RelativePath=".\crt0tcon.cc"
180 </File>
181 <File
182 RelativePath=".\crt0twin.cc"
184 </File>
185 <File
186 RelativePath=".\dllcrt0.cc"
188 </File>
189 <File
190 RelativePath=".\fullpath.cc"
192 </File>
193 <File
194 RelativePath=".\initterm.cc"
196 </File>
197 <File
198 RelativePath=".\isctype.cc"
200 </File>
201 <File
202 RelativePath=".\memory.cc"
204 </File>
205 <File
206 RelativePath=".\misc.cc"
208 </File>
209 <File
210 RelativePath=".\newdel.cc"
212 </File>
213 <File
214 RelativePath=".\pesect.c"
216 </File>
217 <File
218 RelativePath=".\puts.cc"
220 </File>
221 <File
222 RelativePath=".\resetstk.c"
224 </File>
225 <File
226 RelativePath=".\security.cc"
228 </File>
229 <File
230 RelativePath=".\stricmp.cc"
232 </File>
233 <File
234 RelativePath=".\string.c"
236 </File>
237 <File
238 RelativePath=".\string.cc"
240 </File>
241 <File
242 RelativePath=".\struplwr.cc"
244 </File>
245 </Filter>
246 <Filter
247 Name="Header Files"
248 Filter="h;hpp;hxx;hm;inl;inc;xsd"
249 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
251 <File
252 RelativePath=".\argcargv.h"
254 </File>
255 <File
256 RelativePath=".\initterm.h"
258 </File>
259 <File
260 RelativePath=".\libctiny.h"
262 </File>
263 <File
264 RelativePath=".\memory.h"
266 </File>
267 </Filter>
268 <Filter
269 Name="Resource Files"
270 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
271 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
273 </Filter>
274 <Filter
275 Name="Objects"
277 <File
278 RelativePath=".\alloca16.obj"
280 </File>
281 <File
282 RelativePath=".\chandler4.obj"
284 </File>
285 <File
286 RelativePath=".\chkstk.obj"
288 </File>
289 <File
290 RelativePath=".\dllsupp.obj"
292 </File>
293 <File
294 RelativePath=".\eh3valid.obj"
296 </File>
297 <File
298 RelativePath=".\exsup.obj"
300 </File>
301 <File
302 RelativePath=".\exsup3.obj"
304 </File>
305 <File
306 RelativePath=".\exsup4.obj"
308 </File>
309 <File
310 RelativePath=".\ftol2.obj"
312 </File>
313 <File
314 RelativePath=".\lldiv.obj"
316 </File>
317 <File
318 RelativePath=".\lldvrm.obj"
320 </File>
321 <File
322 RelativePath=".\llmul.obj"
324 </File>
325 <File
326 RelativePath=".\llrem.obj"
328 </File>
329 <File
330 RelativePath=".\llshl.obj"
332 </File>
333 <File
334 RelativePath=".\llshr.obj"
336 </File>
337 <File
338 RelativePath=".\sehprolg.obj"
340 </File>
341 <File
342 RelativePath=".\sehprolg4.obj"
344 </File>
345 <File
346 RelativePath=".\sehprolg4gs.obj"
348 </File>
349 <File
350 RelativePath=".\ulldiv.obj"
352 </File>
353 <File
354 RelativePath=".\ulldvrm.obj"
356 </File>
357 <File
358 RelativePath=".\ullrem.obj"
360 </File>
361 <File
362 RelativePath=".\ullshr.obj"
364 </File>
365 </Filter>
366 <File
367 RelativePath=".\ReadMe.txt"
369 </File>
370 </Files>
371 <Globals>
372 </Globals>
373 </VisualStudioProject>