blob: dc6828924fabe192f389537ef349245305df43ab [file] [log] [blame]
Casey Dahlin3dfdc952016-07-19 13:54:29 -07001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="DLLStub"
6 ProjectGUID="{3A2B6325-3053-4236-84BD-AA9BE2E323E5}"
7 RootNamespace="DLLStub"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 <Platform
15 Name="x64"
16 />
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
24 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25 ConfigurationType="4"
26 UseOfATL="0"
27 CharacterSet="1"
28 WholeProgramOptimization="0"
29 >
30 <Tool
31 Name="VCPreBuildEventTool"
32 />
33 <Tool
34 Name="VCCustomBuildTool"
35 />
36 <Tool
37 Name="VCXMLDataGeneratorTool"
38 />
39 <Tool
40 Name="VCWebServiceProxyGeneratorTool"
41 />
42 <Tool
43 Name="VCMIDLTool"
44 />
45 <Tool
46 Name="VCCLCompilerTool"
47 Optimization="0"
48 AdditionalIncludeDirectories="..\..\mDNSShared;..\..\mDNSWindows"
49 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1"
50 MinimalRebuild="false"
51 BasicRuntimeChecks="3"
52 RuntimeLibrary="1"
53 UsePrecompiledHeader="0"
54 ProgramDataBaseFileName="$(IntDir)\dnssd.pdb"
55 WarningLevel="3"
56 Detect64BitPortabilityProblems="true"
57 DebugInformationFormat="3"
58 />
59 <Tool
60 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 />
65 <Tool
66 Name="VCPreLinkEventTool"
67 />
68 <Tool
69 Name="VCLibrarianTool"
70 OutputFile="$(OutDir)\dnssdStatic.lib"
71 />
72 <Tool
73 Name="VCALinkTool"
74 />
75 <Tool
76 Name="VCXDCMakeTool"
77 />
78 <Tool
79 Name="VCBscMakeTool"
80 />
81 <Tool
82 Name="VCFxCopTool"
83 />
84 <Tool
85 Name="VCPostBuildEventTool"
86 />
87 </Configuration>
88 <Configuration
89 Name="Debug|x64"
90 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
91 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
92 ConfigurationType="4"
93 UseOfATL="0"
94 CharacterSet="1"
95 WholeProgramOptimization="0"
96 >
97 <Tool
98 Name="VCPreBuildEventTool"
99 />
100 <Tool
101 Name="VCCustomBuildTool"
102 />
103 <Tool
104 Name="VCXMLDataGeneratorTool"
105 />
106 <Tool
107 Name="VCWebServiceProxyGeneratorTool"
108 />
109 <Tool
110 Name="VCMIDLTool"
111 TargetEnvironment="3"
112 />
113 <Tool
114 Name="VCCLCompilerTool"
115 Optimization="0"
116 AdditionalIncludeDirectories="..\..\mDNSShared;..\..\mDNSWindows"
117 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1"
118 MinimalRebuild="false"
119 BasicRuntimeChecks="3"
120 RuntimeLibrary="1"
121 UsePrecompiledHeader="0"
122 ProgramDataBaseFileName="$(IntDir)\dnssd.pdb"
123 WarningLevel="3"
124 Detect64BitPortabilityProblems="true"
125 DebugInformationFormat="3"
126 />
127 <Tool
128 Name="VCManagedResourceCompilerTool"
129 />
130 <Tool
131 Name="VCResourceCompilerTool"
132 />
133 <Tool
134 Name="VCPreLinkEventTool"
135 />
136 <Tool
137 Name="VCLibrarianTool"
138 OutputFile="$(OutDir)\dnssdStatic.lib"
139 />
140 <Tool
141 Name="VCALinkTool"
142 />
143 <Tool
144 Name="VCXDCMakeTool"
145 />
146 <Tool
147 Name="VCBscMakeTool"
148 />
149 <Tool
150 Name="VCFxCopTool"
151 />
152 <Tool
153 Name="VCPostBuildEventTool"
154 />
155 </Configuration>
156 <Configuration
157 Name="Release|Win32"
158 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
159 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
160 ConfigurationType="4"
161 UseOfATL="0"
162 CharacterSet="1"
163 WholeProgramOptimization="0"
164 >
165 <Tool
166 Name="VCPreBuildEventTool"
167 />
168 <Tool
169 Name="VCCustomBuildTool"
170 />
171 <Tool
172 Name="VCXMLDataGeneratorTool"
173 />
174 <Tool
175 Name="VCWebServiceProxyGeneratorTool"
176 />
177 <Tool
178 Name="VCMIDLTool"
179 />
180 <Tool
181 Name="VCCLCompilerTool"
182 AdditionalIncludeDirectories="..\..\mDNSShared;..\..\mDNSWindows"
183 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1"
184 RuntimeLibrary="0"
185 UsePrecompiledHeader="0"
186 ProgramDataBaseFileName="$(IntDir)\dnssd.lib.pdb"
187 WarningLevel="3"
188 Detect64BitPortabilityProblems="true"
189 DebugInformationFormat="3"
190 />
191 <Tool
192 Name="VCManagedResourceCompilerTool"
193 />
194 <Tool
195 Name="VCResourceCompilerTool"
196 />
197 <Tool
198 Name="VCPreLinkEventTool"
199 />
200 <Tool
201 Name="VCLibrarianTool"
202 OutputFile="$(OutDir)\dnssdStatic.lib"
203 />
204 <Tool
205 Name="VCALinkTool"
206 />
207 <Tool
208 Name="VCXDCMakeTool"
209 />
210 <Tool
211 Name="VCBscMakeTool"
212 />
213 <Tool
214 Name="VCFxCopTool"
215 />
216 <Tool
217 Name="VCPostBuildEventTool"
218 CommandLine="if not &quot;%RC_XBS%&quot; == &quot;YES&quot; goto END&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\lib\$(PlatformName)&quot; mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\lib\$(PlatformName)&quot;&#x0D;&#x0A;echo F | xcopy /Y &quot;$(OutDir)\dnssdStatic.lib&quot; &quot;$(DSTROOT)\Program Files\Bonjour SDK\lib\$(PlatformName)\dnssd.lib&quot;&#x0D;&#x0A;xcopy /Y &quot;$(OutDir)\dnssd.lib.pdb&quot; &quot;$(DSTROOT)\Program Files\Bonjour SDK\lib\$(PlatformName)&quot;&#x0D;&#x0A;:END&#x0D;&#x0A;"
219 />
220 </Configuration>
221 <Configuration
222 Name="Release|x64"
223 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
224 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
225 ConfigurationType="4"
226 UseOfATL="0"
227 CharacterSet="1"
228 WholeProgramOptimization="0"
229 >
230 <Tool
231 Name="VCPreBuildEventTool"
232 />
233 <Tool
234 Name="VCCustomBuildTool"
235 />
236 <Tool
237 Name="VCXMLDataGeneratorTool"
238 />
239 <Tool
240 Name="VCWebServiceProxyGeneratorTool"
241 />
242 <Tool
243 Name="VCMIDLTool"
244 TargetEnvironment="3"
245 />
246 <Tool
247 Name="VCCLCompilerTool"
248 AdditionalIncludeDirectories="..\..\mDNSShared;..\..\mDNSWindows"
249 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1"
250 RuntimeLibrary="0"
251 UsePrecompiledHeader="0"
252 ProgramDataBaseFileName="$(IntDir)\dnssd.lib.pdb"
253 WarningLevel="3"
254 Detect64BitPortabilityProblems="true"
255 DebugInformationFormat="3"
256 />
257 <Tool
258 Name="VCManagedResourceCompilerTool"
259 />
260 <Tool
261 Name="VCResourceCompilerTool"
262 />
263 <Tool
264 Name="VCPreLinkEventTool"
265 />
266 <Tool
267 Name="VCLibrarianTool"
268 OutputFile="$(OutDir)\dnssdStatic.lib"
269 />
270 <Tool
271 Name="VCALinkTool"
272 />
273 <Tool
274 Name="VCXDCMakeTool"
275 />
276 <Tool
277 Name="VCBscMakeTool"
278 />
279 <Tool
280 Name="VCFxCopTool"
281 />
282 <Tool
283 Name="VCPostBuildEventTool"
284 CommandLine="if not &quot;%RC_XBS%&quot; == &quot;YES&quot; goto END&#x0D;&#x0A;if not exist &quot;$(DSTROOT)\Program Files\Bonjour SDK\lib\$(PlatformName)&quot; mkdir &quot;$(DSTROOT)\Program Files\Bonjour SDK\lib\$(PlatformName)&quot;&#x0D;&#x0A;echo F | xcopy /I/Y &quot;$(OutDir)\dnssdStatic.lib&quot; &quot;$(DSTROOT)\Program Files\Bonjour SDK\lib\$(PlatformName)\dnssd.lib&quot;&#x0D;&#x0A;xcopy /Y &quot;$(OutDir)\dnssd.lib.pdb&quot; &quot;$(DSTROOT)\Program Files\Bonjour SDK\lib\$(PlatformName)&quot;&#x0D;&#x0A;:END&#x0D;&#x0A;"
285 />
286 </Configuration>
287 </Configurations>
288 <References>
289 </References>
290 <Files>
291 <Filter
292 Name="Source Files"
293 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
294 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
295 >
296 <File
297 RelativePath=".\DLLStub.cpp"
298 >
299 </File>
300 </Filter>
301 <Filter
302 Name="Header Files"
303 Filter="h;hpp;hxx;hm;inl;inc;xsd"
304 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
305 >
306 <File
307 RelativePath=".\DLLStub.h"
308 >
309 </File>
310 </Filter>
311 <Filter
312 Name="Resource Files"
313 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
314 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
315 >
316 </Filter>
317 <File
318 RelativePath=".\ReadMe.txt"
319 >
320 </File>
321 </Files>
322 <Globals>
323 </Globals>
324</VisualStudioProject>