]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/ExplorerPlugin/ExplorerPlugin.vcproj
mDNSResponder-107.1.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=0x0501"
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\Root\Program Files\Bonjour"
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=0x0501"
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="VCLinkerTool"
121 AdditionalOptions="/MACHINE:I386 /IGNORE:4089 "
122 AdditionalDependencies="../../mDNSWindows/DLL/Release/dnssd.lib ws2_32.lib uafxcw.lib"
123 OutputFile="$(OutDir)/$(ProjectName).dll"
124 LinkIncremental="1"
125 SuppressStartupBanner="TRUE"
126 IgnoreDefaultLibraryNames="uafxcw.lib"
127 ModuleDefinitionFile="./$(ProjectName).def"
128 GenerateDebugInformation="TRUE"
129 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
130 SubSystem="2"
131 OptimizeReferences="0"
132 EnableCOMDATFolding="0"
133 ImportLibrary="$(IntDir)/$(ProjectName).lib"/>
134 <Tool
135 Name="VCMIDLTool"
136 PreprocessorDefinitions="NDEBUG"
137 MkTypLibCompatible="TRUE"
138 SuppressStartupBanner="TRUE"
139 TargetEnvironment="1"
140 TypeLibraryName="$(OutDir)/$(ProjectName).tlb"/>
141 <Tool
142 Name="VCPostBuildEventTool"/>
143 <Tool
144 Name="VCPreBuildEventTool"/>
145 <Tool
146 Name="VCPreLinkEventTool"/>
147 <Tool
148 Name="VCResourceCompilerTool"
149 PreprocessorDefinitions="NDEBUG"
150 Culture="1033"
151 AdditionalIncludeDirectories="../../mDNSWindows"/>
152 <Tool
153 Name="VCWebServiceProxyGeneratorTool"/>
154 <Tool
155 Name="VCWebDeploymentTool"/>
156 </Configuration>
157 </Configurations>
158 <Files>
159 <Filter
160 Name="Support"
161 Filter="">
162 <File
163 RelativePath="..\..\mDNSWindows\CommonServices.h">
164 </File>
165 <File
166 RelativePath="..\..\mDNSWindows\DebugServices.c">
167 </File>
168 <File
169 RelativePath="..\..\mDNSWindows\DebugServices.h">
170 </File>
171 <File
172 RelativePath="..\..\mDNSWindows\WinServices.cpp">
173 </File>
174 <File
175 RelativePath="..\..\mDNSWindows\WinServices.h">
176 </File>
177 <File
178 RelativePath="..\..\mDNSWindows\isocode.h">
179 </File>
180 <File
181 RelativePath="..\..\mDNSWindows\loclibrary.c">
182 </File>
183 <File
184 RelativePath="..\..\mDNSWindows\loclibrary.h">
185 </File>
186 </Filter>
187 <Filter
188 Name="Source Files"
189 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
190 <File
191 RelativePath="About.cpp">
192 </File>
193 <File
194 RelativePath="ClassFactory.cpp">
195 </File>
196 <File
197 RelativePath="ExplorerBar.cpp">
198 </File>
199 <File
200 RelativePath="ExplorerBarWindow.cpp">
201 </File>
202 <File
203 RelativePath="ExplorerPlugin.cpp">
204 </File>
205 <File
206 RelativePath="ExplorerPlugin.def">
207 </File>
208 <File
209 RelativePath="LoginDialog.cpp">
210 </File>
211 <File
212 RelativePath="StdAfx.cpp">
213 </File>
214 </Filter>
215 <Filter
216 Name="Header Files"
217 Filter="h;hpp;hxx;hm;inl;inc">
218 <File
219 RelativePath=".\About.h">
220 </File>
221 <File
222 RelativePath="ClassFactory.h">
223 </File>
224 <File
225 RelativePath="ExplorerBar.h">
226 </File>
227 <File
228 RelativePath="ExplorerBarWindow.h">
229 </File>
230 <File
231 RelativePath="ExplorerPlugin.h">
232 </File>
233 <File
234 RelativePath="LoginDialog.h">
235 </File>
236 <File
237 RelativePath="Resource.h">
238 </File>
239 <File
240 RelativePath="StdAfx.h">
241 </File>
242 <File
243 RelativePath="resource_dll.h">
244 </File>
245 </Filter>
246 <Filter
247 Name="Resource Files"
248 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
249 <File
250 RelativePath="ExplorerPlugin.rc">
251 </File>
252 </Filter>
253 </Files>
254 <Globals>
255 <Global
256 Name="RESOURCE_FILE"
257 Value="ExplorerPlugin.rc"/>
258 </Globals>
259 </VisualStudioProject>