]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/DLL/dnssd.vcproj
mDNSResponder-87.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="$(OutDir)/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"
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 SubSystem="2"
93 OptimizeReferences="2"
94 EnableCOMDATFolding="2"
95 ImportLibrary="$(OutDir)/dnssd.lib"
96 TargetMachine="1"/>
97 <Tool
98 Name="VCMIDLTool"/>
99 <Tool
100 Name="VCPostBuildEventTool"/>
101 <Tool
102 Name="VCPreBuildEventTool"/>
103 <Tool
104 Name="VCPreLinkEventTool"/>
105 <Tool
106 Name="VCResourceCompilerTool"
107 AdditionalIncludeDirectories="../"/>
108 <Tool
109 Name="VCWebServiceProxyGeneratorTool"/>
110 <Tool
111 Name="VCWebDeploymentTool"/>
112 </Configuration>
113 </Configurations>
114 <Files>
115 <Filter
116 Name="Source Files"
117 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
118 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
119 <File
120 RelativePath="..\DebugServices.c">
121 </File>
122 <File
123 RelativePath="..\..\mDNSShared\GenLinkedList.c">
124 </File>
125 <File
126 RelativePath=".\dllmain.c">
127 </File>
128 <File
129 RelativePath=".\dnssd.def">
130 </File>
131 <File
132 RelativePath="..\..\mDNSShared\dnssd_clientlib.c">
133 </File>
134 <File
135 RelativePath="..\..\mDNSShared\dnssd_clientstub.c">
136 </File>
137 <File
138 RelativePath="..\..\mDNSShared\dnssd_ipc.c">
139 </File>
140 </Filter>
141 <Filter
142 Name="Header Files"
143 Filter="h;hpp;hxx;hm;inl;inc;xsd"
144 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
145 <File
146 RelativePath="..\CommonServices.h">
147 </File>
148 <File
149 RelativePath="..\DebugServices.h">
150 </File>
151 <File
152 RelativePath="..\..\mDNSShared\GenLinkedList.h">
153 </File>
154 <File
155 RelativePath="..\..\mDNSShared\dns_sd.h">
156 </File>
157 <File
158 RelativePath="..\..\mDNSShared\dnssd_ipc.h">
159 </File>
160 <File
161 RelativePath="..\..\mDNSShared\dnssd_sock.h">
162 </File>
163 <File
164 RelativePath=".\resource.h">
165 </File>
166 </Filter>
167 <Filter
168 Name="Resource Files"
169 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
170 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
171 <File
172 RelativePath=".\dll.rc">
173 </File>
174 </Filter>
175 </Files>
176 <Globals>
177 </Globals>
178 </VisualStudioProject>