]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/ExplorerPlugin/ExplorerPlugin.vcproj
mDNSResponder-87.tar.gz
[apple/mdnsresponder.git] / Clients / ExplorerPlugin / ExplorerPlugin.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="ExplorerPlugin"
6 ProjectGUID="{BB8AC1B5-6587-4163-BDC6-788B157705CA}"
7 SccProjectName=""
8 SccLocalPath="">
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 CharacterSet="1">
22 <Tool
23 Name="VCCLCompilerTool"
24 Optimization="0"
25 AdditionalIncludeDirectories="..\..\mDNSShared;..\..\mDNSWindows"
26 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DEBUG=1;ENABLE_DOT_LOCAL_NAMES;WINVER=0x0400"
27 StringPooling="TRUE"
28 BasicRuntimeChecks="3"
29 RuntimeLibrary="1"
30 ForceConformanceInForLoopScope="TRUE"
31 UsePrecompiledHeader="0"
32 PrecompiledHeaderFile=""
33 AssemblerListingLocation=".\Debug/"
34 ObjectFile=".\Debug/"
35 ProgramDataBaseFileName=".\Debug/"
36 BrowseInformation="1"
37 WarningLevel="4"
38 WarnAsError="FALSE"
39 SuppressStartupBanner="TRUE"
40 Detect64BitPortabilityProblems="TRUE"
41 DebugInformationFormat="3"
42 CallingConvention="2"
43 CompileAs="0"/>
44 <Tool
45 Name="VCCustomBuildTool"
46 Description="Registering"
47 CommandLine="regsvr32.exe /s /c $(OutDir)/ExplorerPlugin.dll
48 "
49 Outputs="$(OUTDIR)\Register.out"/>
50 <Tool
51 Name="VCLinkerTool"
52 AdditionalOptions="/MACHINE:I386 /IGNORE:4089 "
53 AdditionalDependencies="../../mDNSWindows/DLL/Debug/dnssd.lib uafxcwd.lib ws2_32.lib"
54 OutputFile="$(OutDir)/ExplorerPlugin.dll"
55 LinkIncremental="1"
56 SuppressStartupBanner="TRUE"
57 IgnoreDefaultLibraryNames="uafxcwd.lib"
58 ModuleDefinitionFile="./$(ProjectName).def"
59 GenerateDebugInformation="TRUE"
60 ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
61 SubSystem="2"
62 ImportLibrary="$(OutDir)/$(ProjectName).lib"/>
63 <Tool
64 Name="VCMIDLTool"
65 PreprocessorDefinitions="_DEBUG"
66 MkTypLibCompatible="TRUE"
67 SuppressStartupBanner="TRUE"
68 TargetEnvironment="1"
69 TypeLibraryName="$(OutDir)/$(ProjectName).tlb"/>
70 <Tool
71 Name="VCPostBuildEventTool"/>
72 <Tool
73 Name="VCPreBuildEventTool"/>
74 <Tool
75 Name="VCPreLinkEventTool"/>
76 <Tool
77 Name="VCResourceCompilerTool"
78 PreprocessorDefinitions="_DEBUG"
79 Culture="1033"
80 AdditionalIncludeDirectories="../../mDNSWindows"/>
81 <Tool
82 Name="VCWebServiceProxyGeneratorTool"/>
83 <Tool
84 Name="VCWebDeploymentTool"/>
85 </Configuration>
86 <Configuration
87 Name="Release|Win32"
88 OutputDirectory=".\Release"
89 IntermediateDirectory=".\Release"
90 ConfigurationType="2"
91 UseOfMFC="1"
92 ATLMinimizesCRunTimeLibraryUsage="FALSE"
93 CharacterSet="1">
94 <Tool
95 Name="VCCLCompilerTool"
96 Optimization="2"
97 GlobalOptimizations="TRUE"
98 InlineFunctionExpansion="2"
99 FavorSizeOrSpeed="2"
100 OmitFramePointers="TRUE"
101 AdditionalIncludeDirectories="..\..\mDNSShared;..\..\mDNSWindows"
102 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0400"
103 StringPooling="TRUE"
104 RuntimeLibrary="0"
105 BufferSecurityCheck="FALSE"
106 EnableFunctionLevelLinking="FALSE"
107 ForceConformanceInForLoopScope="TRUE"
108 UsePrecompiledHeader="0"
109 PrecompiledHeaderFile=""
110 AssemblerListingLocation=".\Release/"
111 ObjectFile=".\Release/"
112 ProgramDataBaseFileName=".\Release/"
113 BrowseInformation="1"
114 WarningLevel="4"
115 WarnAsError="FALSE"
116 SuppressStartupBanner="TRUE"
117 Detect64BitPortabilityProblems="TRUE"
118 CompileAs="0"/>
119 <Tool
120 Name="VCCustomBuildTool"
121 Description="Registering"
122 CommandLine="regsvr32.exe /s /c $(OutDir)/$(ProjectName).dll
123 "
124 Outputs="$(OUTDIR)\Register.out"/>
125 <Tool
126 Name="VCLinkerTool"
127 AdditionalOptions="/MACHINE:I386 /IGNORE:4089 "
128 AdditionalDependencies="../../mDNSWindows/DLL/Release/dnssd.lib ws2_32.lib uafxcw.lib"
129 OutputFile="$(OutDir)/$(ProjectName).dll"
130 LinkIncremental="1"
131 SuppressStartupBanner="TRUE"
132 IgnoreDefaultLibraryNames="uafxcw.lib"
133 ModuleDefinitionFile="./$(ProjectName).def"
134 ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
135 SubSystem="2"
136 OptimizeReferences="0"
137 EnableCOMDATFolding="0"
138 ImportLibrary="$(OutDir)/$(ProjectName).lib"/>
139 <Tool
140 Name="VCMIDLTool"
141 PreprocessorDefinitions="NDEBUG"
142 MkTypLibCompatible="TRUE"
143 SuppressStartupBanner="TRUE"
144 TargetEnvironment="1"
145 TypeLibraryName="$(OutDir)/$(ProjectName).tlb"/>
146 <Tool
147 Name="VCPostBuildEventTool"/>
148 <Tool
149 Name="VCPreBuildEventTool"/>
150 <Tool
151 Name="VCPreLinkEventTool"/>
152 <Tool
153 Name="VCResourceCompilerTool"
154 PreprocessorDefinitions="NDEBUG"
155 Culture="1033"
156 AdditionalIncludeDirectories="../../mDNSWindows"/>
157 <Tool
158 Name="VCWebServiceProxyGeneratorTool"/>
159 <Tool
160 Name="VCWebDeploymentTool"/>
161 </Configuration>
162 </Configurations>
163 <Files>
164 <Filter
165 Name="Support"
166 Filter="">
167 <File
168 RelativePath="..\..\mDNSWindows\CommonServices.h">
169 </File>
170 <File
171 RelativePath="..\..\mDNSWindows\DebugServices.c">
172 </File>
173 <File
174 RelativePath="..\..\mDNSWindows\DebugServices.h">
175 </File>
176 <File
177 RelativePath="..\..\mDNSWindows\WinServices.cpp">
178 </File>
179 <File
180 RelativePath="..\..\mDNSWindows\WinServices.h">
181 </File>
182 </Filter>
183 <Filter
184 Name="Source Files"
185 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
186 <File
187 RelativePath="About.cpp">
188 </File>
189 <File
190 RelativePath="ClassFactory.cpp">
191 </File>
192 <File
193 RelativePath="ExplorerBar.cpp">
194 </File>
195 <File
196 RelativePath="ExplorerBarWindow.cpp">
197 </File>
198 <File
199 RelativePath="ExplorerPlugin.cpp">
200 </File>
201 <File
202 RelativePath="ExplorerPlugin.def">
203 </File>
204 <File
205 RelativePath="LoginDialog.cpp">
206 </File>
207 <File
208 RelativePath="StdAfx.cpp">
209 </File>
210 </Filter>
211 <Filter
212 Name="Header Files"
213 Filter="h;hpp;hxx;hm;inl;inc">
214 <File
215 RelativePath=".\About.h">
216 </File>
217 <File
218 RelativePath="ClassFactory.h">
219 </File>
220 <File
221 RelativePath="ExplorerBar.h">
222 </File>
223 <File
224 RelativePath="ExplorerBarWindow.h">
225 </File>
226 <File
227 RelativePath="ExplorerPlugin.h">
228 </File>
229 <File
230 RelativePath="LoginDialog.h">
231 </File>
232 <File
233 RelativePath="Resource.h">
234 </File>
235 <File
236 RelativePath="StdAfx.h">
237 </File>
238 </Filter>
239 <Filter
240 Name="Resource Files"
241 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
242 <File
243 RelativePath="ExplorerPlugin.rc">
244 </File>
245 <File
246 RelativePath="Web.ico">
247 </File>
248 <File
249 RelativePath=".\about.bmp">
250 </File>
251 <File
252 RelativePath=".\res\about.bmp">
253 </File>
254 <File
255 RelativePath=".\res\cold.ico">
256 </File>
257 <File
258 RelativePath=".\cold.ico">
259 </File>
260 <File
261 RelativePath=".\hot.ico">
262 </File>
263 <File
264 RelativePath=".\res\hot.ico">
265 </File>
266 <File
267 RelativePath=".\logo.bmp">
268 </File>
269 <File
270 RelativePath=".\res\logo.bmp">
271 </File>
272 </Filter>
273 </Files>
274 <Globals>
275 <Global
276 Name="RESOURCE_FILE"
277 Value="ExplorerPlugin.rc"/>
278 </Globals>
279 </VisualStudioProject>