]> git.saurik.com Git - apple/mdnsresponder.git/blame - mDNSWindows/Applications/DNSServiceTest/ToolWin32VS2002.vcproj
mDNSResponder-58.8.1.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / Applications / DNSServiceTest / ToolWin32VS2002.vcproj
CommitLineData
c9b9ae52
A
1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
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="VCWebDeploymentTool"/>
62 </Configuration>
63 <Configuration
64 Name="Release|Win32"
65 OutputDirectory="Release"
66 IntermediateDirectory="Release"
67 ConfigurationType="1"
68 CharacterSet="1"
69 WholeProgramOptimization="FALSE">
70 <Tool
71 Name="VCCLCompilerTool"
72 Optimization="2"
73 InlineFunctionExpansion="2"
74 FavorSizeOrSpeed="2"
75 OmitFramePointers="TRUE"
76 AdditionalIncludeDirectories="..\..\..\mDNSCore;..\..\..\mDNSWindows;..\..\DNSServices"
77 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
78 StringPooling="TRUE"
79 ExceptionHandling="FALSE"
80 RuntimeLibrary="0"
81 BufferSecurityCheck="FALSE"
82 EnableFunctionLevelLinking="FALSE"
83 DisableLanguageExtensions="FALSE"
84 ForceConformanceInForLoopScope="TRUE"
85 UsePrecompiledHeader="2"
86 WarningLevel="4"
87 WarnAsError="TRUE"
88 Detect64BitPortabilityProblems="TRUE"
89 DebugInformationFormat="3"/>
90 <Tool
91 Name="VCCustomBuildTool"/>
92 <Tool
93 Name="VCLinkerTool"
94 AdditionalDependencies="ws2_32.lib"
95 OutputFile="$(OutDir)/Tool.exe"
96 LinkIncremental="1"
97 GenerateDebugInformation="TRUE"
98 SubSystem="1"
99 OptimizeReferences="2"
100 EnableCOMDATFolding="2"
101 TargetMachine="1"/>
102 <Tool
103 Name="VCMIDLTool"/>
104 <Tool
105 Name="VCPostBuildEventTool"/>
106 <Tool
107 Name="VCPreBuildEventTool"/>
108 <Tool
109 Name="VCPreLinkEventTool"/>
110 <Tool
111 Name="VCResourceCompilerTool"/>
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"/>
114 <Tool
115 Name="VCWebDeploymentTool"/>
116 </Configuration>
117 <Configuration
118 Name="all|Win32"
119 OutputDirectory="all"
120 IntermediateDirectory="all"
121 ConfigurationType="1">
122 <Tool
123 Name="VCCLCompilerTool"/>
124 <Tool
125 Name="VCCustomBuildTool"/>
126 <Tool
127 Name="VCLinkerTool"/>
128 <Tool
129 Name="VCMIDLTool"/>
130 <Tool
131 Name="VCPostBuildEventTool"/>
132 <Tool
133 Name="VCPreBuildEventTool"/>
134 <Tool
135 Name="VCPreLinkEventTool"/>
136 <Tool
137 Name="VCResourceCompilerTool"/>
138 <Tool
139 Name="VCWebServiceProxyGeneratorTool"/>
140 <Tool
141 Name="VCWebDeploymentTool"/>
142 </Configuration>
143 </Configurations>
144 <Files>
145 <Filter
146 Name="Rendezvous"
147 Filter="">
148 <File
149 RelativePath="..\..\DNSServices\DNSServiceDiscovery.c">
150 </File>
151 <File
152 RelativePath="..\..\DNSServices\DNSServiceDiscovery.h">
153 </File>
154 <File
155 RelativePath="..\..\DNSServices\DNSServices.c">
156 </File>
157 <File
158 RelativePath="..\..\DNSServices\DNSServices.h">
159 </File>
160 <File
161 RelativePath="..\..\..\mDNSCore\mDNS.c">
162 </File>
163 <File
164 RelativePath="..\..\..\mDNSCore\mDNSClientAPI.h">
165 </File>
166 <File
167 RelativePath="..\..\..\mDNSCore\mDNSDebug.h">
168 </File>
169 <File
170 RelativePath="..\..\..\mDNSCore\mDNSPlatformFunctions.h">
171 </File>
172 <File
173 RelativePath="..\..\mDNSWin32.c">
174 </File>
175 <File
176 RelativePath="..\..\mDNSWin32.h">
177 </File>
178 </Filter>
179 <File
180 RelativePath="Tool.c">
181 </File>
182 </Files>
183 <Globals>
184 </Globals>
185</VisualStudioProject>