]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/ControlPanel/ControlPanel.vcproj
mDNSResponder-107.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / ControlPanel / ControlPanel.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="ControlPanel"
6 SccProjectName=""
7 SccLocalPath=""
8 Keyword="MFCProj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory=".\Debug"
17 IntermediateDirectory=".\Debug"
18 ConfigurationType="2"
19 UseOfMFC="1"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 AdditionalIncludeDirectories="..;../../mDNSCore;../../mDNSShared"
25 PreprocessorDefinitions="WIN32;_DEBUG;DEBUG=1;UNICODE;_UNICODE;_WINDOWS;_USRDLL"
26 RuntimeLibrary="1"
27 UsePrecompiledHeader="0"
28 PrecompiledHeaderThrough=""
29 PrecompiledHeaderFile=""
30 AssemblerListingLocation=".\Debug/"
31 ObjectFile=".\Debug/"
32 ProgramDataBaseFileName=".\Debug/"
33 WarningLevel="4"
34 SuppressStartupBanner="TRUE"
35 Detect64BitPortabilityProblems="TRUE"
36 DebugInformationFormat="4"
37 DisableSpecificWarnings="4311;4312"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLinkerTool"
42 AdditionalDependencies="../DLL/Debug/dnssd.lib ws2_32.lib"
43 OutputFile="Debug/Bonjour.cpl"
44 LinkIncremental="2"
45 SuppressStartupBanner="TRUE"
46 ModuleDefinitionFile=".\ControlPanel.def"
47 GenerateDebugInformation="TRUE"
48 ProgramDatabaseFile=".\Debug/ControlPanel.pdb"
49 SubSystem="2"
50 ImportLibrary=".\Debug/Bonjour.lib"
51 TargetMachine="1"/>
52 <Tool
53 Name="VCMIDLTool"
54 PreprocessorDefinitions="_DEBUG"
55 MkTypLibCompatible="TRUE"
56 SuppressStartupBanner="TRUE"
57 TargetEnvironment="1"
58 TypeLibraryName=".\Debug/ControlPanel.tlb"
59 HeaderFileName=""/>
60 <Tool
61 Name="VCPostBuildEventTool"/>
62 <Tool
63 Name="VCPreBuildEventTool"/>
64 <Tool
65 Name="VCPreLinkEventTool"/>
66 <Tool
67 Name="VCResourceCompilerTool"
68 PreprocessorDefinitions="_DEBUG"
69 Culture="6153"
70 AdditionalIncludeDirectories="../"/>
71 <Tool
72 Name="VCWebServiceProxyGeneratorTool"/>
73 <Tool
74 Name="VCWebDeploymentTool"/>
75 </Configuration>
76 <Configuration
77 Name="Release|Win32"
78 OutputDirectory=".\Release"
79 IntermediateDirectory=".\Release"
80 ConfigurationType="2"
81 UseOfMFC="1"
82 ATLMinimizesCRunTimeLibraryUsage="FALSE">
83 <Tool
84 Name="VCCLCompilerTool"
85 Optimization="2"
86 InlineFunctionExpansion="1"
87 AdditionalIncludeDirectories="..;../../mDNSCore;../../mDNSShared"
88 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UNICODE;_UNICODE"
89 StringPooling="TRUE"
90 RuntimeLibrary="0"
91 EnableFunctionLevelLinking="TRUE"
92 UsePrecompiledHeader="0"
93 AssemblerListingLocation=".\Release/"
94 ObjectFile=".\Release/"
95 ProgramDataBaseFileName=".\Release/"
96 WarningLevel="4"
97 SuppressStartupBanner="TRUE"
98 DisableSpecificWarnings="4702"/>
99 <Tool
100 Name="VCCustomBuildTool"/>
101 <Tool
102 Name="VCLinkerTool"
103 AdditionalDependencies="../DLL/Release/dnssd.lib ws2_32.lib"
104 OutputFile="Release/Bonjour.cpl"
105 LinkIncremental="1"
106 SuppressStartupBanner="TRUE"
107 ModuleDefinitionFile=".\ControlPanel.def"
108 ProgramDatabaseFile=".\Release/ControlPanel.pdb"
109 SubSystem="2"
110 ImportLibrary=".\Release/Bonjour.lib"
111 TargetMachine="1"/>
112 <Tool
113 Name="VCMIDLTool"
114 PreprocessorDefinitions="NDEBUG"
115 MkTypLibCompatible="TRUE"
116 SuppressStartupBanner="TRUE"
117 TargetEnvironment="1"
118 TypeLibraryName=".\Release/ControlPanel.tlb"
119 HeaderFileName=""/>
120 <Tool
121 Name="VCPostBuildEventTool"/>
122 <Tool
123 Name="VCPreBuildEventTool"/>
124 <Tool
125 Name="VCPreLinkEventTool"/>
126 <Tool
127 Name="VCResourceCompilerTool"
128 PreprocessorDefinitions="NDEBUG"
129 Culture="6153"
130 AdditionalIncludeDirectories="../"/>
131 <Tool
132 Name="VCWebServiceProxyGeneratorTool"/>
133 <Tool
134 Name="VCWebDeploymentTool"/>
135 </Configuration>
136 </Configurations>
137 <Files>
138 <Filter
139 Name="Source Files"
140 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
141 <File
142 RelativePath="ConfigDialog.cpp">
143 <FileConfiguration
144 Name="Debug|Win32">
145 <Tool
146 Name="VCCLCompilerTool"
147 Optimization="0"
148 PreprocessorDefinitions=""/>
149 </FileConfiguration>
150 <FileConfiguration
151 Name="Release|Win32">
152 <Tool
153 Name="VCCLCompilerTool"
154 Optimization="2"
155 PreprocessorDefinitions=""/>
156 </FileConfiguration>
157 </File>
158 <File
159 RelativePath="ConfigPropertySheet.cpp">
160 <FileConfiguration
161 Name="Debug|Win32">
162 <Tool
163 Name="VCCLCompilerTool"
164 Optimization="0"
165 PreprocessorDefinitions=""/>
166 </FileConfiguration>
167 <FileConfiguration
168 Name="Release|Win32">
169 <Tool
170 Name="VCCLCompilerTool"
171 Optimization="2"
172 PreprocessorDefinitions=""/>
173 </FileConfiguration>
174 </File>
175 <File
176 RelativePath="ControlPanel.cpp">
177 <FileConfiguration
178 Name="Debug|Win32">
179 <Tool
180 Name="VCCLCompilerTool"
181 Optimization="0"
182 PreprocessorDefinitions=""/>
183 </FileConfiguration>
184 <FileConfiguration
185 Name="Release|Win32">
186 <Tool
187 Name="VCCLCompilerTool"
188 Optimization="2"
189 PreprocessorDefinitions=""/>
190 </FileConfiguration>
191 </File>
192 <File
193 RelativePath="ControlPanel.def">
194 </File>
195 <File
196 RelativePath="FirstPage.cpp">
197 <FileConfiguration
198 Name="Debug|Win32">
199 <Tool
200 Name="VCCLCompilerTool"
201 Optimization="0"
202 PreprocessorDefinitions=""/>
203 </FileConfiguration>
204 <FileConfiguration
205 Name="Release|Win32">
206 <Tool
207 Name="VCCLCompilerTool"
208 Optimization="2"
209 PreprocessorDefinitions=""/>
210 </FileConfiguration>
211 </File>
212 <File
213 RelativePath="SecondPage.cpp">
214 <FileConfiguration
215 Name="Debug|Win32">
216 <Tool
217 Name="VCCLCompilerTool"
218 Optimization="0"
219 PreprocessorDefinitions=""/>
220 </FileConfiguration>
221 <FileConfiguration
222 Name="Release|Win32">
223 <Tool
224 Name="VCCLCompilerTool"
225 Optimization="2"
226 PreprocessorDefinitions=""/>
227 </FileConfiguration>
228 </File>
229 <File
230 RelativePath="SharedSecret.cpp">
231 </File>
232 <File
233 RelativePath="ThirdPage.cpp">
234 </File>
235 <File
236 RelativePath="stdafx.cpp">
237 <FileConfiguration
238 Name="Debug|Win32">
239 <Tool
240 Name="VCCLCompilerTool"
241 Optimization="0"
242 PreprocessorDefinitions=""
243 UsePrecompiledHeader="0"/>
244 </FileConfiguration>
245 <FileConfiguration
246 Name="Release|Win32">
247 <Tool
248 Name="VCCLCompilerTool"
249 Optimization="2"
250 PreprocessorDefinitions=""
251 UsePrecompiledHeader="0"/>
252 </FileConfiguration>
253 </File>
254 </Filter>
255 <Filter
256 Name="Header Files"
257 Filter="h;hpp;hxx;hm;inl">
258 <File
259 RelativePath="..\CommonServices.h">
260 </File>
261 <File
262 RelativePath="ConfigDialog.h">
263 </File>
264 <File
265 RelativePath="ConfigPropertySheet.h">
266 </File>
267 <File
268 RelativePath="ControlPanel.h">
269 </File>
270 <File
271 RelativePath="FirstPage.h">
272 </File>
273 <File
274 RelativePath="Resource.h">
275 </File>
276 <File
277 RelativePath="SecondPage.h">
278 </File>
279 <File
280 RelativePath="SharedSecret.h">
281 </File>
282 <File
283 RelativePath="ThirdPage.h">
284 </File>
285 <File
286 RelativePath="stdafx.h">
287 </File>
288 </Filter>
289 <Filter
290 Name="Resource Files"
291 Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
292 <File
293 RelativePath="ControlPanel.rc">
294 </File>
295 <File
296 RelativePath="res\ControlPanel.rc2">
297 </File>
298 <File
299 RelativePath="res\configurator.ico">
300 </File>
301 <File
302 RelativePath="res\controlpanel.ico">
303 </File>
304 <File
305 RelativePath="res\failure.ico">
306 </File>
307 <File
308 RelativePath="res\success.ico">
309 </File>
310 </Filter>
311 <Filter
312 Name="Support"
313 Filter="">
314 <File
315 RelativePath="..\DebugServices.c">
316 </File>
317 <File
318 RelativePath="..\DebugServices.h">
319 </File>
320 <File
321 RelativePath="..\WinServices.cpp">
322 </File>
323 <File
324 RelativePath="..\WinServices.h">
325 </File>
326 <File
327 RelativePath="..\..\mDNSShared\dns_sd.h">
328 </File>
329 </Filter>
330 </Files>
331 <Globals>
332 </Globals>
333 </VisualStudioProject>