]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/Applications/RendezvousBrowser/Windows/Application.vcproj
mDNSResponder-58.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / Applications / RendezvousBrowser / Windows / Application.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="Application"
6 ProjectGUID="{EDE4B529-4CF5-4a49-9B6F-C10F0EA24278}"
7 Keyword="MFCProj">
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 UseOfMFC="1"
19 CharacterSet="2">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories=".\Resources;..\;..\..\..\..\mDNSCore;..\..\..\mDNSWindows;..\..\..\DNSServices"
24 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DEBUG"
25 StringPooling="TRUE"
26 MinimalRebuild="FALSE"
27 BasicRuntimeChecks="3"
28 SmallerTypeCheck="FALSE"
29 RuntimeLibrary="1"
30 BufferSecurityCheck="TRUE"
31 EnableFunctionLevelLinking="FALSE"
32 ForceConformanceInForLoopScope="TRUE"
33 RuntimeTypeInfo="TRUE"
34 UsePrecompiledHeader="2"
35 PrecompiledHeaderThrough="StdAfx.h"
36 PrecompiledHeaderFile=".\Debug/Application.pch"
37 AssemblerListingLocation=".\Debug/"
38 ObjectFile=".\Debug/"
39 ProgramDataBaseFileName=".\Debug/"
40 BrowseInformation="1"
41 WarningLevel="4"
42 WarnAsError="TRUE"
43 SuppressStartupBanner="TRUE"
44 Detect64BitPortabilityProblems="TRUE"
45 DebugInformationFormat="3"
46 CompileAs="0"/>
47 <Tool
48 Name="VCCustomBuildTool"/>
49 <Tool
50 Name="VCLinkerTool"
51 AdditionalOptions="/MACHINE:I386"
52 AdditionalDependencies="ws2_32.lib nafxcwd.lib LIBCMTD.lib"
53 OutputFile="Rendezvous Browser Debug.exe"
54 LinkIncremental="1"
55 SuppressStartupBanner="TRUE"
56 IgnoreDefaultLibraryNames="wsock32.lib;nafxcwd.lib;LIBCMTD.lib"
57 GenerateDebugInformation="TRUE"
58 ProgramDatabaseFile=".\Debug/Application.pdb"
59 SubSystem="2"/>
60 <Tool
61 Name="VCMIDLTool"
62 PreprocessorDefinitions="_DEBUG"
63 MkTypLibCompatible="FALSE"
64 SuppressStartupBanner="TRUE"
65 TargetEnvironment="1"
66 TypeLibraryName=".\Debug/Application.tlb"/>
67 <Tool
68 Name="VCPostBuildEventTool"/>
69 <Tool
70 Name="VCPreBuildEventTool"/>
71 <Tool
72 Name="VCPreLinkEventTool"/>
73 <Tool
74 Name="VCResourceCompilerTool"
75 PreprocessorDefinitions="_AFXDLL;_DEBUG"
76 Culture="1033"/>
77 <Tool
78 Name="VCWebServiceProxyGeneratorTool"/>
79 <Tool
80 Name="VCWebDeploymentTool"/>
81 </Configuration>
82 <Configuration
83 Name="Release|Win32"
84 OutputDirectory=".\Release"
85 IntermediateDirectory=".\Release"
86 ConfigurationType="1"
87 UseOfMFC="1"
88 CharacterSet="2"
89 WholeProgramOptimization="FALSE">
90 <Tool
91 Name="VCCLCompilerTool"
92 Optimization="1"
93 GlobalOptimizations="TRUE"
94 InlineFunctionExpansion="0"
95 FavorSizeOrSpeed="2"
96 OmitFramePointers="FALSE"
97 OptimizeForWindowsApplication="FALSE"
98 AdditionalIncludeDirectories=".\Resources;..\;..\..\..\..\mDNSCore;..\..\..\mDNSWindows;..\..\..\DNSServices"
99 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
100 StringPooling="TRUE"
101 MinimalRebuild="FALSE"
102 RuntimeLibrary="0"
103 BufferSecurityCheck="FALSE"
104 EnableFunctionLevelLinking="FALSE"
105 ForceConformanceInForLoopScope="TRUE"
106 RuntimeTypeInfo="TRUE"
107 UsePrecompiledHeader="2"
108 PrecompiledHeaderThrough="stdafx.h"
109 PrecompiledHeaderFile=".\Release/Application.pch"
110 AssemblerListingLocation=".\Release/"
111 ObjectFile=".\Release/"
112 ProgramDataBaseFileName=".\Release/"
113 BrowseInformation="1"
114 WarningLevel="4"
115 WarnAsError="TRUE"
116 SuppressStartupBanner="TRUE"
117 Detect64BitPortabilityProblems="TRUE"
118 CompileAs="0"/>
119 <Tool
120 Name="VCCustomBuildTool"/>
121 <Tool
122 Name="VCLinkerTool"
123 AdditionalOptions="/MACHINE:I386"
124 AdditionalDependencies="ws2_32.lib nafxcw.lib LIBCMT.lib"
125 OutputFile="Rendezvous Browser.exe"
126 LinkIncremental="1"
127 SuppressStartupBanner="TRUE"
128 IgnoreDefaultLibraryNames="wsock32.lib;nafxcw.lib;LIBCMT.lib"
129 ProgramDatabaseFile=".\Release/Application.pdb"
130 SubSystem="2"
131 OptimizeReferences="2"
132 EnableCOMDATFolding="2"/>
133 <Tool
134 Name="VCMIDLTool"
135 PreprocessorDefinitions="NDEBUG"
136 MkTypLibCompatible="TRUE"
137 SuppressStartupBanner="TRUE"
138 TargetEnvironment="1"
139 TypeLibraryName=".\Release/Application.tlb"/>
140 <Tool
141 Name="VCPostBuildEventTool"/>
142 <Tool
143 Name="VCPreBuildEventTool"/>
144 <Tool
145 Name="VCPreLinkEventTool"/>
146 <Tool
147 Name="VCResourceCompilerTool"
148 PreprocessorDefinitions="_AFXDLL;NDEBUG"
149 Culture="1033"/>
150 <Tool
151 Name="VCWebServiceProxyGeneratorTool"/>
152 <Tool
153 Name="VCWebDeploymentTool"/>
154 </Configuration>
155 <Configuration
156 Name="All|Win32"
157 OutputDirectory="All"
158 IntermediateDirectory="All"
159 ConfigurationType="1">
160 <Tool
161 Name="VCCLCompilerTool"
162 AdditionalIncludeDirectories=""/>
163 <Tool
164 Name="VCCustomBuildTool"/>
165 <Tool
166 Name="VCLinkerTool"/>
167 <Tool
168 Name="VCMIDLTool"/>
169 <Tool
170 Name="VCPostBuildEventTool"/>
171 <Tool
172 Name="VCPreBuildEventTool"/>
173 <Tool
174 Name="VCPreLinkEventTool"/>
175 <Tool
176 Name="VCResourceCompilerTool"/>
177 <Tool
178 Name="VCWebServiceProxyGeneratorTool"/>
179 <Tool
180 Name="VCWebDeploymentTool"/>
181 </Configuration>
182 </Configurations>
183 <Files>
184 <Filter
185 Name="Source Files"
186 Filter="">
187 <File
188 RelativePath="Sources\AboutDialog.cpp">
189 </File>
190 <File
191 RelativePath="Sources\AboutDialog.h">
192 </File>
193 <File
194 RelativePath="Sources\Application.cpp">
195 </File>
196 <File
197 RelativePath="Sources\Application.h">
198 </File>
199 <File
200 RelativePath="Sources\ChooserDialog.cpp">
201 </File>
202 <File
203 RelativePath="Sources\ChooserDialog.h">
204 </File>
205 <File
206 RelativePath="Sources\StdAfx.cpp">
207 </File>
208 <File
209 RelativePath="Sources\StdAfx.h">
210 </File>
211 </Filter>
212 <Filter
213 Name="Resource Files"
214 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;rc">
215 <File
216 RelativePath="Resources\Application.ico">
217 </File>
218 <File
219 RelativePath="Resources\Application.rc">
220 </File>
221 <File
222 RelativePath="Resources\Application.rc2">
223 </File>
224 <File
225 RelativePath=".\Resources\Resource.h">
226 </File>
227 </Filter>
228 <Filter
229 Name="Rendezvous"
230 Filter="">
231 <File
232 RelativePath="..\..\..\DNSServices\DNSServices.c">
233 </File>
234 <File
235 RelativePath="..\..\..\..\mDNSCore\mDNS.c">
236 </File>
237 <File
238 RelativePath="..\..\..\mDNSWin32.c">
239 </File>
240 </Filter>
241 </Files>
242 <Globals>
243 </Globals>
244 </VisualStudioProject>