]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/Applications/DNSServiceTest/ToolWin32VS2003.vcproj
mDNSResponder-58.8.1.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / Applications / DNSServiceTest / ToolWin32VS2003.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="Tool"
6 ProjectGUID="{F66EFE7E-50A6-44D4-87C7-742B303BA852}"
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="1">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="..\..\..\mDNSCore;..\..\..\mDNSWindows;..\..\DNSServices"
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24 StringPooling="TRUE"
25 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 SmallerTypeCheck="FALSE"
28 RuntimeLibrary="1"
29 BufferSecurityCheck="TRUE"
30 ForceConformanceInForLoopScope="TRUE"
31 UsePrecompiledHeader="2"
32 BrowseInformation="1"
33 WarningLevel="4"
34 WarnAsError="TRUE"
35 Detect64BitPortabilityProblems="TRUE"
36 DebugInformationFormat="4"/>
37 <Tool
38 Name="VCCustomBuildTool"/>
39 <Tool
40 Name="VCLinkerTool"
41 AdditionalDependencies="ws2_32.lib"
42 OutputFile="$(OutDir)/Tool.exe"
43 LinkIncremental="2"
44 GenerateDebugInformation="TRUE"
45 ProgramDatabaseFile="$(OutDir)/Tool.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 <Tool
59 Name="VCWebServiceProxyGeneratorTool"/>
60 <Tool
61 Name="VCXMLDataGeneratorTool"/>
62 <Tool
63 Name="VCWebDeploymentTool"/>
64 <Tool
65 Name="VCManagedWrapperGeneratorTool"/>
66 <Tool
67 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68 </Configuration>
69 <Configuration
70 Name="Release|Win32"
71 OutputDirectory="Release"
72 IntermediateDirectory="Release"
73 ConfigurationType="1"
74 CharacterSet="1"
75 WholeProgramOptimization="FALSE">
76 <Tool
77 Name="VCCLCompilerTool"
78 Optimization="2"
79 InlineFunctionExpansion="2"
80 FavorSizeOrSpeed="2"
81 OmitFramePointers="TRUE"
82 AdditionalIncludeDirectories="..\..\..\mDNSCore;..\..\..\mDNSWindows;..\..\DNSServices"
83 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
84 StringPooling="TRUE"
85 ExceptionHandling="FALSE"
86 RuntimeLibrary="0"
87 BufferSecurityCheck="FALSE"
88 EnableFunctionLevelLinking="FALSE"
89 DisableLanguageExtensions="FALSE"
90 ForceConformanceInForLoopScope="TRUE"
91 UsePrecompiledHeader="2"
92 WarningLevel="4"
93 WarnAsError="TRUE"
94 Detect64BitPortabilityProblems="TRUE"
95 DebugInformationFormat="3"/>
96 <Tool
97 Name="VCCustomBuildTool"/>
98 <Tool
99 Name="VCLinkerTool"
100 AdditionalDependencies="ws2_32.lib"
101 OutputFile="$(OutDir)/Tool.exe"
102 LinkIncremental="1"
103 GenerateDebugInformation="TRUE"
104 SubSystem="1"
105 OptimizeReferences="2"
106 EnableCOMDATFolding="2"
107 TargetMachine="1"/>
108 <Tool
109 Name="VCMIDLTool"/>
110 <Tool
111 Name="VCPostBuildEventTool"/>
112 <Tool
113 Name="VCPreBuildEventTool"/>
114 <Tool
115 Name="VCPreLinkEventTool"/>
116 <Tool
117 Name="VCResourceCompilerTool"/>
118 <Tool
119 Name="VCWebServiceProxyGeneratorTool"/>
120 <Tool
121 Name="VCXMLDataGeneratorTool"/>
122 <Tool
123 Name="VCWebDeploymentTool"/>
124 <Tool
125 Name="VCManagedWrapperGeneratorTool"/>
126 <Tool
127 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
128 </Configuration>
129 <Configuration
130 Name="all|Win32"
131 OutputDirectory="all"
132 IntermediateDirectory="all"
133 ConfigurationType="1">
134 <Tool
135 Name="VCCLCompilerTool"/>
136 <Tool
137 Name="VCCustomBuildTool"/>
138 <Tool
139 Name="VCLinkerTool"/>
140 <Tool
141 Name="VCMIDLTool"/>
142 <Tool
143 Name="VCPostBuildEventTool"/>
144 <Tool
145 Name="VCPreBuildEventTool"/>
146 <Tool
147 Name="VCPreLinkEventTool"/>
148 <Tool
149 Name="VCResourceCompilerTool"/>
150 <Tool
151 Name="VCWebServiceProxyGeneratorTool"/>
152 <Tool
153 Name="VCXMLDataGeneratorTool"/>
154 <Tool
155 Name="VCWebDeploymentTool"/>
156 <Tool
157 Name="VCManagedWrapperGeneratorTool"/>
158 <Tool
159 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
160 </Configuration>
161 </Configurations>
162 <References>
163 </References>
164 <Files>
165 <Filter
166 Name="Rendezvous"
167 Filter="">
168 <File
169 RelativePath="..\..\DNSServices\DNSServiceDiscovery.c">
170 </File>
171 <File
172 RelativePath="..\..\DNSServices\DNSServiceDiscovery.h">
173 </File>
174 <File
175 RelativePath="..\..\DNSServices\DNSServices.c">
176 </File>
177 <File
178 RelativePath="..\..\DNSServices\DNSServices.h">
179 </File>
180 <File
181 RelativePath="..\..\..\mDNSCore\mDNS.c">
182 </File>
183 <File
184 RelativePath="..\..\..\mDNSCore\mDNSClientAPI.h">
185 </File>
186 <File
187 RelativePath="..\..\..\mDNSCore\mDNSDebug.h">
188 </File>
189 <File
190 RelativePath="..\..\..\mDNSCore\mDNSPlatformFunctions.h">
191 </File>
192 <File
193 RelativePath="..\..\mDNSWin32.c">
194 </File>
195 <File
196 RelativePath="..\..\mDNSWin32.h">
197 </File>
198 </Filter>
199 <File
200 RelativePath="Tool.c">
201 </File>
202 </Files>
203 <Globals>
204 </Globals>
205 </VisualStudioProject>