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