]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/Applications/DLL/dnssd.vcproj
mDNSResponder-66.3.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / Applications / DLL / dnssd.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="DNSSD"
6 ProjectGUID="{D18D23EC-5284-4E28-A924-626EAAE1D883}"
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="2"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="..\..\..\mDNSCore;..\..\"
23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DNSSD_EXPORTS;DEBUG=1;DNS_SD_DIRECT_ENABLED=0"
24 MinimalRebuild="TRUE"
25 ExceptionHandling="FALSE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="1"
28 BufferSecurityCheck="TRUE"
29 UsePrecompiledHeader="0"
30 BrowseInformation="1"
31 WarningLevel="4"
32 WarnAsError="FALSE"
33 Detect64BitPortabilityProblems="TRUE"
34 DebugInformationFormat="4"
35 CompileAs="0"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 AdditionalDependencies="ws2_32.lib"
41 OutputFile="$(OutDir)/DNSSD.dll"
42 LinkIncremental="2"
43 ModuleDefinitionFile="./$(ProjectName).def"
44 GenerateDebugInformation="TRUE"
45 ProgramDatabaseFile="$(OutDir)/DNSSD.pdb"
46 SubSystem="2"
47 ImportLibrary="$(OutDir)/DNSSD.lib"
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="VCWebDeploymentTool"/>
63 </Configuration>
64 <Configuration
65 Name="Release|Win32"
66 OutputDirectory="Release"
67 IntermediateDirectory="Release"
68 ConfigurationType="2"
69 CharacterSet="1">
70 <Tool
71 Name="VCCLCompilerTool"
72 Optimization="2"
73 InlineFunctionExpansion="2"
74 FavorSizeOrSpeed="2"
75 OmitFramePointers="TRUE"
76 AdditionalIncludeDirectories="..\..\..\mDNSCore;..\..\"
77 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DNSSD_EXPORTS;DNS_SD_DIRECT_ENABLED=0"
78 StringPooling="TRUE"
79 ExceptionHandling="FALSE"
80 RuntimeLibrary="0"
81 BufferSecurityCheck="FALSE"
82 EnableFunctionLevelLinking="TRUE"
83 UsePrecompiledHeader="0"
84 WarningLevel="4"
85 WarnAsError="FALSE"
86 Detect64BitPortabilityProblems="TRUE"
87 DebugInformationFormat="3"
88 CompileAs="0"/>
89 <Tool
90 Name="VCCustomBuildTool"/>
91 <Tool
92 Name="VCLinkerTool"
93 AdditionalDependencies="ws2_32.lib"
94 OutputFile="$(OutDir)/DNSSD.dll"
95 LinkIncremental="1"
96 ModuleDefinitionFile="./$(ProjectName).def"
97 GenerateDebugInformation="TRUE"
98 SubSystem="2"
99 OptimizeReferences="2"
100 EnableCOMDATFolding="2"
101 ImportLibrary="$(OutDir)/DNSSD.lib"
102 TargetMachine="1"/>
103 <Tool
104 Name="VCMIDLTool"/>
105 <Tool
106 Name="VCPostBuildEventTool"/>
107 <Tool
108 Name="VCPreBuildEventTool"/>
109 <Tool
110 Name="VCPreLinkEventTool"/>
111 <Tool
112 Name="VCResourceCompilerTool"/>
113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"/>
115 <Tool
116 Name="VCWebDeploymentTool"/>
117 </Configuration>
118 </Configurations>
119 <Files>
120 <File
121 RelativePath="..\..\CommonServices.h">
122 </File>
123 <File
124 RelativePath="DLLMain.c">
125 </File>
126 <File
127 RelativePath="..\..\DNSSD.c">
128 </File>
129 <File
130 RelativePath="DNSSD.def">
131 </File>
132 <File
133 RelativePath="..\..\DNSSD.h">
134 </File>
135 <File
136 RelativePath="..\..\DebugServices.c">
137 </File>
138 <File
139 RelativePath="..\..\DebugServices.h">
140 </File>
141 <File
142 RelativePath="..\..\RMxClient.c">
143 </File>
144 <File
145 RelativePath="..\..\RMxClient.h">
146 </File>
147 <File
148 RelativePath="..\..\RMxCommon.c">
149 </File>
150 <File
151 RelativePath="..\..\RMxCommon.h">
152 </File>
153 </Files>
154 <Globals>
155 </Globals>
156 </VisualStudioProject>