]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/SystemService/Service.vcproj
mDNSResponder-107.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / SystemService / Service.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="mDNSResponder"
6 ProjectGUID="{C1D98254-BA27-4427-A3BE-A68CA2CC5F69}"
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="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories=".;../;../../mDNSCore;../../mDNSShared;&quot;C:\Program Files\Microsoft Platform SDK for Windows XP SP2\Include&quot;"
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;DEBUG=1;MDNS_DEBUGMSGS=0;TARGET_OS_WIN32;WIN32_LEAN_AND_MEAN;USE_TCP_LOOPBACK;PLATFORM_NO_STRSEP;PLATFORM_NO_EPIPE;PLATFORM_NO_RLIMIT;PID_FILE=&quot;&quot;&quot;&quot;;UNICODE;_UNICODE"
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 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 AdditionalDependencies="ws2_32.lib iphlpapi.lib crypt32.lib"
41 OutputFile="$(OutDir)/mDNSResponder.exe"
42 LinkIncremental="2"
43 IgnoreAllDefaultLibraries="FALSE"
44 GenerateDebugInformation="TRUE"
45 ProgramDatabaseFile="$(OutDir)/mDNSResponder.pdb"
46 SubSystem="1"
47 TargetMachine="1"/>
48 <Tool
49 Name="VCMIDLTool"/>
50 <Tool
51 Name="VCPostBuildEventTool"/>
52 <Tool
53 Name="VCPreBuildEventTool"/>
54 <Tool
55 Name="VCPreLinkEventTool"/>
56 <Tool
57 Name="VCResourceCompilerTool"
58 AdditionalIncludeDirectories="../"/>
59 <Tool
60 Name="VCWebServiceProxyGeneratorTool"/>
61 <Tool
62 Name="VCWebDeploymentTool"/>
63 </Configuration>
64 <Configuration
65 Name="Release|Win32"
66 OutputDirectory=".\Release\Root\Program Files\Bonjour"
67 IntermediateDirectory=".\Release"
68 ConfigurationType="1"
69 CharacterSet="2">
70 <Tool
71 Name="VCCLCompilerTool"
72 AdditionalIncludeDirectories=".;../;../../mDNSCore;../../mDNSShared;&quot;C:\Program Files\Microsoft Platform SDK for Windows XP SP2\Include&quot;"
73 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;TARGET_OS_WIN32;WIN32_LEAN_AND_MEAN;USE_TCP_LOOPBACK;PLATFORM_NO_STRSEP;PLATFORM_NO_EPIPE;PLATFORM_NO_RLIMIT;PID_FILE=&quot;&quot;&quot;&quot;;UNICODE;_UNICODE"
74 RuntimeLibrary="0"
75 UsePrecompiledHeader="0"
76 WarningLevel="4"
77 Detect64BitPortabilityProblems="TRUE"
78 DebugInformationFormat="3"/>
79 <Tool
80 Name="VCCustomBuildTool"/>
81 <Tool
82 Name="VCLinkerTool"
83 AdditionalDependencies="ws2_32.lib iphlpapi.lib"
84 OutputFile="$(OutDir)/mDNSResponder.exe"
85 LinkIncremental="1"
86 GenerateDebugInformation="TRUE"
87 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
88 SubSystem="1"
89 OptimizeReferences="2"
90 EnableCOMDATFolding="2"
91 TargetMachine="1"/>
92 <Tool
93 Name="VCMIDLTool"/>
94 <Tool
95 Name="VCPostBuildEventTool"/>
96 <Tool
97 Name="VCPreBuildEventTool"/>
98 <Tool
99 Name="VCPreLinkEventTool"/>
100 <Tool
101 Name="VCResourceCompilerTool"
102 AdditionalIncludeDirectories="../"/>
103 <Tool
104 Name="VCWebServiceProxyGeneratorTool"/>
105 <Tool
106 Name="VCWebDeploymentTool"/>
107 </Configuration>
108 </Configurations>
109 <Files>
110 <Filter
111 Name="Source Files"
112 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
113 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
114 <File
115 RelativePath="..\..\mDNSCore\DNSCommon.c">
116 </File>
117 <File
118 RelativePath="..\..\mDNSCore\DNSDigest.c">
119 </File>
120 <File
121 RelativePath="..\DebugServices.c">
122 </File>
123 <File
124 RelativePath="Firewall.cpp">
125 </File>
126 <File
127 RelativePath="..\..\mDNSShared\GenLinkedList.c">
128 </File>
129 <File
130 RelativePath=".\Service.c">
131 </File>
132 <File
133 RelativePath="..\dDNS.c">
134 </File>
135 <File
136 RelativePath="..\..\mDNSShared\dnssd_ipc.c">
137 </File>
138 <File
139 RelativePath="..\..\mDNSCore\mDNS.c">
140 </File>
141 <File
142 RelativePath="..\..\mDNSShared\mDNSDebug.c">
143 </File>
144 <File
145 RelativePath="..\mDNSWin32.c">
146 </File>
147 <File
148 RelativePath="..\..\mDNSCore\uDNS.c">
149 </File>
150 <File
151 RelativePath="..\..\mDNSShared\uds_daemon.c">
152 </File>
153 </Filter>
154 <Filter
155 Name="Header Files"
156 Filter="h;hpp;hxx;hm;inl;inc;xsd"
157 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
158 <File
159 RelativePath="..\CommonServices.h">
160 </File>
161 <File
162 RelativePath="..\..\mDNSCore\DNSCommon.h">
163 </File>
164 <File
165 RelativePath="..\DebugServices.h">
166 </File>
167 <File
168 RelativePath="..\..\mDNSShared\GenLinkedList.h">
169 </File>
170 <File
171 RelativePath=".\Resource.h">
172 </File>
173 <File
174 RelativePath="..\dDNS.h">
175 </File>
176 <File
177 RelativePath="..\..\mDNSShared\dnssd_ipc.h">
178 </File>
179 <File
180 RelativePath="..\..\mDNSCore\mDNSDebug.h">
181 </File>
182 <File
183 RelativePath="..\..\mDNSCore\mDNSEmbeddedAPI.h">
184 </File>
185 <File
186 RelativePath="..\mDNSWin32.h">
187 </File>
188 <File
189 RelativePath="..\..\mDNSCore\uDNS.h">
190 </File>
191 <File
192 RelativePath="..\..\mDNSShared\uds_daemon.h">
193 </File>
194 </Filter>
195 <Filter
196 Name="Resource Files"
197 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
198 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
199 <File
200 RelativePath=".\Service.rc">
201 </File>
202 </Filter>
203 </Files>
204 <Globals>
205 </Globals>
206 </VisualStudioProject>