]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/DLL/dnssd.vcproj
mDNSResponder-107.1.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / DLL / dnssd.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="DLL"
6 ProjectGUID="{AB581101-18F0-46F6-B56A-83A6B1EA657E}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\Debug\"
16 IntermediateDirectory=".\Debug"
17 ConfigurationType="2"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="../../mDNSCore;../../mDNSShared;../"
23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DEBUG=1;MDNS_DEBUGMSGS=0;WIN32_LEAN_AND_MEAN;USE_TCP_LOOPBACK"
24 StringPooling="TRUE"
25 MinimalRebuild="TRUE"
26 ExceptionHandling="FALSE"
27 BasicRuntimeChecks="3"
28 SmallerTypeCheck="TRUE"
29 RuntimeLibrary="1"
30 BufferSecurityCheck="TRUE"
31 UsePrecompiledHeader="0"
32 WarningLevel="4"
33 Detect64BitPortabilityProblems="TRUE"
34 DebugInformationFormat="4"
35 CallingConvention="2"
36 CompileAs="0"
37 DisableSpecificWarnings="4127;4204"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLinkerTool"
42 AdditionalDependencies="ws2_32.lib iphlpapi.lib"
43 OutputFile="$(OutDir)/dnssd.dll"
44 LinkIncremental="2"
45 ModuleDefinitionFile="dnssd.def"
46 GenerateDebugInformation="TRUE"
47 ProgramDatabaseFile="$(OutDir)/dnssd.pdb"
48 SubSystem="2"
49 ImportLibrary="$(IntDir)\dnssd.lib"
50 TargetMachine="1"/>
51 <Tool
52 Name="VCMIDLTool"/>
53 <Tool
54 Name="VCPostBuildEventTool"/>
55 <Tool
56 Name="VCPreBuildEventTool"/>
57 <Tool
58 Name="VCPreLinkEventTool"/>
59 <Tool
60 Name="VCResourceCompilerTool"
61 AdditionalIncludeDirectories="../"/>
62 <Tool
63 Name="VCWebServiceProxyGeneratorTool"/>
64 <Tool
65 Name="VCWebDeploymentTool"/>
66 </Configuration>
67 <Configuration
68 Name="Release|Win32"
69 OutputDirectory=".\Release\Root\Program Files\Bonjour"
70 IntermediateDirectory=".\Release"
71 ConfigurationType="2"
72 CharacterSet="2">
73 <Tool
74 Name="VCCLCompilerTool"
75 AdditionalIncludeDirectories="../../mDNSCore;../../mDNSShared;../"
76 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MDNS_DEBUGMSGS=0;WIN32_LEAN_AND_MEAN;USE_TCP_LOOPBACK"
77 RuntimeLibrary="0"
78 UsePrecompiledHeader="0"
79 WarningLevel="4"
80 Detect64BitPortabilityProblems="TRUE"
81 DebugInformationFormat="3"
82 CallingConvention="2"
83 CompileAs="0"
84 DisableSpecificWarnings="4127;4204"/>
85 <Tool
86 Name="VCCustomBuildTool"/>
87 <Tool
88 Name="VCLinkerTool"
89 AdditionalDependencies="ws2_32.lib iphlpapi.lib"
90 OutputFile="$(OutDir)/dnssd.dll"
91 LinkIncremental="1"
92 ModuleDefinitionFile="dnssd.def"
93 GenerateDebugInformation="TRUE"
94 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
95 SubSystem="2"
96 OptimizeReferences="2"
97 EnableCOMDATFolding="2"
98 ImportLibrary=".\Release\dnssd.lib"
99 TargetMachine="1"/>
100 <Tool
101 Name="VCMIDLTool"/>
102 <Tool
103 Name="VCPostBuildEventTool"/>
104 <Tool
105 Name="VCPreBuildEventTool"/>
106 <Tool
107 Name="VCPreLinkEventTool"/>
108 <Tool
109 Name="VCResourceCompilerTool"
110 AdditionalIncludeDirectories="../"/>
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"/>
113 <Tool
114 Name="VCWebDeploymentTool"/>
115 </Configuration>
116 </Configurations>
117 <Files>
118 <Filter
119 Name="Source Files"
120 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
121 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
122 <File
123 RelativePath="..\DebugServices.c">
124 </File>
125 <File
126 RelativePath="..\..\mDNSShared\GenLinkedList.c">
127 </File>
128 <File
129 RelativePath=".\dllmain.c">
130 </File>
131 <File
132 RelativePath=".\dnssd.def">
133 </File>
134 <File
135 RelativePath="..\..\mDNSShared\dnssd_clientlib.c">
136 </File>
137 <File
138 RelativePath="..\..\mDNSShared\dnssd_clientstub.c">
139 </File>
140 <File
141 RelativePath="..\..\mDNSShared\dnssd_ipc.c">
142 </File>
143 </Filter>
144 <Filter
145 Name="Header Files"
146 Filter="h;hpp;hxx;hm;inl;inc;xsd"
147 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
148 <File
149 RelativePath="..\CommonServices.h">
150 </File>
151 <File
152 RelativePath="..\DebugServices.h">
153 </File>
154 <File
155 RelativePath="..\..\mDNSShared\GenLinkedList.h">
156 </File>
157 <File
158 RelativePath="..\..\mDNSShared\dns_sd.h">
159 </File>
160 <File
161 RelativePath="..\..\mDNSShared\dnssd_ipc.h">
162 </File>
163 <File
164 RelativePath="..\..\mDNSShared\dnssd_sock.h">
165 </File>
166 <File
167 RelativePath=".\resource.h">
168 </File>
169 </Filter>
170 <Filter
171 Name="Resource Files"
172 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
173 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
174 <File
175 RelativePath=".\dll.rc">
176 </File>
177 </Filter>
178 </Files>
179 <Globals>
180 </Globals>
181 </VisualStudioProject>