]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/DLL/dnssd.vcproj
mDNSResponder-98.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 <Tool
38 Name="VCCustomBuildTool"/>
39 <Tool
40 Name="VCLinkerTool"
41 AdditionalDependencies="ws2_32.lib iphlpapi.lib"
42 OutputFile="$(OutDir)/dnssd.dll"
43 LinkIncremental="2"
44 ModuleDefinitionFile="dnssd.def"
45 GenerateDebugInformation="TRUE"
46 ProgramDatabaseFile="$(OutDir)/dnssd.pdb"
47 SubSystem="2"
48 ImportLibrary="$(IntDir)\dnssd.lib"
49 TargetMachine="1"/>
50 <Tool
51 Name="VCMIDLTool"/>
52 <Tool
53 Name="VCPostBuildEventTool"/>
54 <Tool
55 Name="VCPreBuildEventTool"/>
56 <Tool
57 Name="VCPreLinkEventTool"/>
58 <Tool
59 Name="VCResourceCompilerTool"
60 AdditionalIncludeDirectories="../"/>
61 <Tool
62 Name="VCWebServiceProxyGeneratorTool"/>
63 <Tool
64 Name="VCWebDeploymentTool"/>
65 </Configuration>
66 <Configuration
67 Name="Release|Win32"
68 OutputDirectory=".\Release\Root\Program Files\bin"
69 IntermediateDirectory=".\Release"
70 ConfigurationType="2"
71 CharacterSet="2">
72 <Tool
73 Name="VCCLCompilerTool"
74 AdditionalIncludeDirectories="../../mDNSCore;../../mDNSShared;../"
75 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MDNS_DEBUGMSGS=0;WIN32_LEAN_AND_MEAN;USE_TCP_LOOPBACK"
76 RuntimeLibrary="0"
77 UsePrecompiledHeader="0"
78 WarningLevel="4"
79 Detect64BitPortabilityProblems="TRUE"
80 DebugInformationFormat="3"
81 CallingConvention="2"
82 CompileAs="0"/>
83 <Tool
84 Name="VCCustomBuildTool"/>
85 <Tool
86 Name="VCLinkerTool"
87 AdditionalDependencies="ws2_32.lib iphlpapi.lib"
88 OutputFile="$(OutDir)/dnssd.dll"
89 LinkIncremental="1"
90 ModuleDefinitionFile="dnssd.def"
91 GenerateDebugInformation="TRUE"
92 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
93 SubSystem="2"
94 OptimizeReferences="2"
95 EnableCOMDATFolding="2"
96 ImportLibrary=".\Release\dnssd.lib"
97 TargetMachine="1"/>
98 <Tool
99 Name="VCMIDLTool"/>
100 <Tool
101 Name="VCPostBuildEventTool"/>
102 <Tool
103 Name="VCPreBuildEventTool"/>
104 <Tool
105 Name="VCPreLinkEventTool"/>
106 <Tool
107 Name="VCResourceCompilerTool"
108 AdditionalIncludeDirectories="../"/>
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"/>
111 <Tool
112 Name="VCWebDeploymentTool"/>
113 </Configuration>
114 </Configurations>
115 <Files>
116 <Filter
117 Name="Source Files"
118 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
119 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
120 <File
121 RelativePath="..\DebugServices.c">
122 </File>
123 <File
124 RelativePath="..\..\mDNSShared\GenLinkedList.c">
125 </File>
126 <File
127 RelativePath=".\dllmain.c">
128 </File>
129 <File
130 RelativePath=".\dnssd.def">
131 </File>
132 <File
133 RelativePath="..\..\mDNSShared\dnssd_clientlib.c">
134 </File>
135 <File
136 RelativePath="..\..\mDNSShared\dnssd_clientstub.c">
137 </File>
138 <File
139 RelativePath="..\..\mDNSShared\dnssd_ipc.c">
140 </File>
141 </Filter>
142 <Filter
143 Name="Header Files"
144 Filter="h;hpp;hxx;hm;inl;inc;xsd"
145 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
146 <File
147 RelativePath="..\CommonServices.h">
148 </File>
149 <File
150 RelativePath="..\DebugServices.h">
151 </File>
152 <File
153 RelativePath="..\..\mDNSShared\GenLinkedList.h">
154 </File>
155 <File
156 RelativePath="..\..\mDNSShared\dns_sd.h">
157 </File>
158 <File
159 RelativePath="..\..\mDNSShared\dnssd_ipc.h">
160 </File>
161 <File
162 RelativePath="..\..\mDNSShared\dnssd_sock.h">
163 </File>
164 <File
165 RelativePath=".\resource.h">
166 </File>
167 </Filter>
168 <Filter
169 Name="Resource Files"
170 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
171 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
172 <File
173 RelativePath=".\dll.rc">
174 </File>
175 </Filter>
176 </Files>
177 <Globals>
178 </Globals>
179 </VisualStudioProject>