On BSD, realpath(3) doesn't fail if the target doesn't exist, so test
[make.git] / make_msvc_net2003.vcproj
blobcfb0debdd8f3591168628431e5f983def5389d3e
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="make_msvc.net2003"
6 ProjectGUID="{E96B5060-3240-4723-91C9-E64F1C877A04}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories=".;w32/include;glob"
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H=1;WINDOWS32=1"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="1"
27 ForceConformanceInForLoopScope="TRUE"
28 UsePrecompiledHeader="0"
29 WarningLevel="4"
30 SuppressStartupBanner="TRUE"
31 Detect64BitPortabilityProblems="FALSE"
32 DebugInformationFormat="4"/>
33 <Tool
34 Name="VCCustomBuildTool"/>
35 <Tool
36 Name="VCLinkerTool"
37 OutputFile="$(OutDir)/make_msvc.net2003.exe"
38 LinkIncremental="2"
39 GenerateDebugInformation="TRUE"
40 ProgramDatabaseFile="$(OutDir)/make_msvc.net2003.pdb"
41 SubSystem="1"
42 TargetMachine="1"/>
43 <Tool
44 Name="VCMIDLTool"/>
45 <Tool
46 Name="VCPostBuildEventTool"/>
47 <Tool
48 Name="VCPreBuildEventTool"
49 Description="Copying config.h.W32 to config.h"
50 CommandLine="if not exist config.h copy config.h.W32 config.h"/>
51 <Tool
52 Name="VCPreLinkEventTool"/>
53 <Tool
54 Name="VCResourceCompilerTool"/>
55 <Tool
56 Name="VCWebServiceProxyGeneratorTool"/>
57 <Tool
58 Name="VCXMLDataGeneratorTool"/>
59 <Tool
60 Name="VCWebDeploymentTool"/>
61 <Tool
62 Name="VCManagedWrapperGeneratorTool"/>
63 <Tool
64 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65 </Configuration>
66 <Configuration
67 Name="Release|Win32"
68 OutputDirectory="Release"
69 IntermediateDirectory="Release"
70 ConfigurationType="1"
71 CharacterSet="2">
72 <Tool
73 Name="VCCLCompilerTool"
74 AdditionalIncludeDirectories=".;w32/include;glob"
75 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H=1;WINDOWS32=1"
76 RuntimeLibrary="0"
77 ForceConformanceInForLoopScope="TRUE"
78 UsePrecompiledHeader="0"
79 WarningLevel="4"
80 Detect64BitPortabilityProblems="FALSE"
81 DebugInformationFormat="3"/>
82 <Tool
83 Name="VCCustomBuildTool"/>
84 <Tool
85 Name="VCLinkerTool"
86 OutputFile="$(OutDir)/make_msvc.net2003.exe"
87 LinkIncremental="1"
88 GenerateDebugInformation="TRUE"
89 SubSystem="1"
90 OptimizeReferences="2"
91 EnableCOMDATFolding="2"
92 TargetMachine="1"/>
93 <Tool
94 Name="VCMIDLTool"/>
95 <Tool
96 Name="VCPostBuildEventTool"/>
97 <Tool
98 Name="VCPreBuildEventTool"
99 Description="Copying config.h.W32 to config.h"
100 CommandLine="if not exist config.h copy config.h.W32 config.h"/>
101 <Tool
102 Name="VCPreLinkEventTool"/>
103 <Tool
104 Name="VCResourceCompilerTool"/>
105 <Tool
106 Name="VCWebServiceProxyGeneratorTool"/>
107 <Tool
108 Name="VCXMLDataGeneratorTool"/>
109 <Tool
110 Name="VCWebDeploymentTool"/>
111 <Tool
112 Name="VCManagedWrapperGeneratorTool"/>
113 <Tool
114 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
115 </Configuration>
116 </Configurations>
117 <References>
118 </References>
119 <Files>
120 <Filter
121 Name="src"
122 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
123 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
124 <File
125 RelativePath=".\ar.c">
126 </File>
127 <File
128 RelativePath=".\arscan.c">
129 </File>
130 <File
131 RelativePath=".\commands.c">
132 </File>
133 <File
134 RelativePath=".\default.c">
135 </File>
136 <File
137 RelativePath=".\dir.c">
138 </File>
139 <File
140 RelativePath=".\expand.c">
141 </File>
142 <File
143 RelativePath=".\file.c">
144 </File>
145 <File
146 RelativePath=".\function.c">
147 </File>
148 <File
149 RelativePath=".\getloadavg.c">
150 </File>
151 <File
152 RelativePath=".\getopt.c">
153 </File>
154 <File
155 RelativePath=".\getopt1.c">
156 </File>
157 <!--
158 <File
159 RelativePath=".\guile.c">
160 </File>
162 <File
163 RelativePath=".\hash.c">
164 </File>
165 <File
166 RelativePath=".\strcache.c">
167 </File>
168 <File
169 RelativePath=".\implicit.c">
170 </File>
171 <File
172 RelativePath=".\job.c">
173 </File>
174 <File
175 RelativePath=".\main.c">
176 </File>
177 <File
178 RelativePath=".\misc.c">
179 </File>
180 <File
181 RelativePath=".\read.c">
182 </File>
183 <File
184 RelativePath=".\remake.c">
185 </File>
186 <File
187 RelativePath=".\remote-stub.c">
188 </File>
189 <File
190 RelativePath=".\rule.c">
191 </File>
192 <File
193 RelativePath=".\signame.c">
194 </File>
195 <File
196 RelativePath=".\variable.c">
197 </File>
198 <File
199 RelativePath=".\version.c">
200 </File>
201 <File
202 RelativePath=".\vpath.c">
203 </File>
204 <Filter
205 Name="w32"
206 Filter="">
207 <File
208 RelativePath=".\w32\compat\dirent.c">
209 </File>
210 <File
211 RelativePath=".\w32\subproc\misc.c">
212 <FileConfiguration
213 Name="Debug|Win32">
214 <Tool
215 Name="VCCLCompilerTool"
216 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
217 </FileConfiguration>
218 <FileConfiguration
219 Name="Release|Win32">
220 <Tool
221 Name="VCCLCompilerTool"
222 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
223 </FileConfiguration>
224 </File>
225 <File
226 RelativePath=".\w32\pathstuff.c">
227 </File>
228 <File
229 RelativePath=".\w32\subproc\sub_proc.c">
230 </File>
231 <File
232 RelativePath=".\w32\subproc\w32err.c">
233 </File>
234 </Filter>
235 <Filter
236 Name="glob"
237 Filter="">
238 <File
239 RelativePath=".\glob\fnmatch.c">
240 </File>
241 <File
242 RelativePath=".\glob\glob.c">
243 </File>
244 </Filter>
245 </Filter>
246 <Filter
247 Name="include"
248 Filter="h;hpp;hxx;hm;inl;inc;xsd"
249 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
250 <File
251 RelativePath=".\commands.h">
252 </File>
253 <File
254 RelativePath=".\config.h">
255 </File>
256 <File
257 RelativePath=".\debug.h">
258 </File>
259 <File
260 RelativePath=".\dep.h">
261 </File>
262 <File
263 RelativePath=".\filedef.h">
264 </File>
265 <File
266 RelativePath=".\getopt.h">
267 </File>
268 <File
269 RelativePath=".\gettext.h">
270 </File>
271 <File
272 RelativePath=".\gmk-default.h">
273 </File>
274 <File
275 RelativePath=".\hash.h">
276 </File>
277 <File
278 RelativePath=".\job.h">
279 </File>
280 <File
281 RelativePath=".\make.h">
282 </File>
283 <File
284 RelativePath=".\rule.h">
285 </File>
286 <File
287 RelativePath=".\variable.h">
288 </File>
289 <File
290 RelativePath=".\vmsdir.h">
291 </File>
292 <Filter
293 Name="w32"
294 Filter="">
295 <File
296 RelativePath=".\w32\include\dirent.h">
297 </File>
298 <File
299 RelativePath=".\w32\include\pathstuff.h">
300 </File>
301 <File
302 RelativePath=".\w32\subproc\proc.h">
303 </File>
304 <File
305 RelativePath=".\w32\include\sub_proc.h">
306 </File>
307 <File
308 RelativePath=".\w32\include\w32err.h">
309 </File>
310 </Filter>
311 <Filter
312 Name="glob"
313 Filter="">
314 <File
315 RelativePath=".\glob\fnmatch.h">
316 </File>
317 <File
318 RelativePath=".\glob\glob.h">
319 </File>
320 </Filter>
321 </Filter>
322 </Files>
323 <Globals>
324 </Globals>
325 </VisualStudioProject>