]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/BonjourExample/BonjourExample.vcproj
mDNSResponder-1310.80.1.tar.gz
[apple/mdnsresponder.git] / Clients / BonjourExample / BonjourExample.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="BonjourExample"
6 ProjectGUID="{0A842379-799E-414C-BF1F-BF11A8D3A8A8}"
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="../../mDNSShared"
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24 StringPooling="TRUE"
25 MinimalRebuild="TRUE"
26 ExceptionHandling="FALSE"
27 BasicRuntimeChecks="3"
28 SmallerTypeCheck="TRUE"
29 RuntimeLibrary="5"
30 BufferSecurityCheck="TRUE"
31 ForceConformanceInForLoopScope="TRUE"
32 UsePrecompiledHeader="3"
33 BrowseInformation="1"
34 WarningLevel="4"
35 WarnAsError="TRUE"
36 Detect64BitPortabilityProblems="TRUE"
37 DebugInformationFormat="4"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLinkerTool"
42 AdditionalDependencies="ws2_32.lib"
43 OutputFile="$(OutDir)/BonjourExample.exe"
44 LinkIncremental="2"
45 GenerateDebugInformation="TRUE"
46 ProgramDatabaseFile="$(OutDir)/BonjourExample.pdb"
47 SubSystem="1"
48 TargetMachine="1"/>
49 <Tool
50 Name="VCMIDLTool"/>
51 <Tool
52 Name="VCPostBuildEventTool"/>
53 <Tool
54 Name="VCPreBuildEventTool"/>
55 <Tool
56 Name="VCPreLinkEventTool"/>
57 <Tool
58 Name="VCResourceCompilerTool"/>
59 <Tool
60 Name="VCWebServiceProxyGeneratorTool"/>
61 <Tool
62 Name="VCXMLDataGeneratorTool"/>
63 <Tool
64 Name="VCWebDeploymentTool"/>
65 <Tool
66 Name="VCManagedWrapperGeneratorTool"/>
67 <Tool
68 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
69 </Configuration>
70 <Configuration
71 Name="Release|Win32"
72 OutputDirectory="Release"
73 IntermediateDirectory="Release"
74 ConfigurationType="1"
75 CharacterSet="1">
76 <Tool
77 Name="VCCLCompilerTool"
78 GlobalOptimizations="TRUE"
79 OmitFramePointers="TRUE"
80 AdditionalIncludeDirectories="../../mDNSShared"
81 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
82 StringPooling="TRUE"
83 RuntimeLibrary="4"
84 BufferSecurityCheck="FALSE"
85 ForceConformanceInForLoopScope="TRUE"
86 UsePrecompiledHeader="3"
87 WarningLevel="4"
88 WarnAsError="TRUE"
89 Detect64BitPortabilityProblems="TRUE"
90 DebugInformationFormat="3"
91 CompileAs="2"/>
92 <Tool
93 Name="VCCustomBuildTool"/>
94 <Tool
95 Name="VCLinkerTool"
96 AdditionalDependencies="ws2_32.lib"
97 OutputFile="$(OutDir)/BonjourExample.exe"
98 LinkIncremental="1"
99 GenerateDebugInformation="TRUE"
100 SubSystem="1"
101 OptimizeReferences="2"
102 EnableCOMDATFolding="2"
103 TargetMachine="1"/>
104 <Tool
105 Name="VCMIDLTool"/>
106 <Tool
107 Name="VCPostBuildEventTool"/>
108 <Tool
109 Name="VCPreBuildEventTool"/>
110 <Tool
111 Name="VCPreLinkEventTool"/>
112 <Tool
113 Name="VCResourceCompilerTool"/>
114 <Tool
115 Name="VCWebServiceProxyGeneratorTool"/>
116 <Tool
117 Name="VCXMLDataGeneratorTool"/>
118 <Tool
119 Name="VCWebDeploymentTool"/>
120 <Tool
121 Name="VCManagedWrapperGeneratorTool"/>
122 <Tool
123 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
124 </Configuration>
125 </Configurations>
126 <References>
127 </References>
128 <Files>
129 <File
130 RelativePath=".\BonjourExample.cpp">
131 </File>
132 <File
133 RelativePath="..\..\mDNSWindows\Dll\release\dnssd.lib">
134 </File>
135 <File
136 RelativePath=".\stdafx.cpp">
137 <FileConfiguration
138 Name="Debug|Win32">
139 <Tool
140 Name="VCCLCompilerTool"
141 UsePrecompiledHeader="1"/>
142 </FileConfiguration>
143 <FileConfiguration
144 Name="Release|Win32">
145 <Tool
146 Name="VCCLCompilerTool"
147 UsePrecompiledHeader="1"/>
148 </FileConfiguration>
149 </File>
150 <File
151 RelativePath=".\stdafx.h">
152 </File>
153 </Files>
154 <Globals>
155 </Globals>
156 </VisualStudioProject>