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