]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/mdnsNSP/mdnsNSP.vcproj
mDNSResponder-161.1.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / mdnsNSP / mdnsNSP.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="mdnsNSP"
6 ProjectGUID="{F4F15529-F0EB-402F-8662-73C5797EE557}"
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=".;../;../../mDNSShared"
23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;NSP_EXPORTS;DEBUG;WIN32_LEAN_AND_MEAN"
24 StringPooling="TRUE"
25 MinimalRebuild="TRUE"
26 ExceptionHandling="FALSE"
27 BasicRuntimeChecks="3"
28 SmallerTypeCheck="TRUE"
29 RuntimeLibrary="1"
30 BufferSecurityCheck="TRUE"
31 UsePrecompiledHeader="0"
32 WarningLevel="4"
33 Detect64BitPortabilityProblems="TRUE"
34 DebugInformationFormat="4"
35 CallingConvention="2"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 AdditionalDependencies="../DLL/Debug/dnssd.lib ws2_32.lib iphlpapi.lib shlwapi.lib"
41 OutputFile="$(OutDir)/mdnsNSP.dll"
42 LinkIncremental="2"
43 ModuleDefinitionFile="mdnsNSP.def"
44 DelayLoadDLLs="dnssd.dll"
45 GenerateDebugInformation="TRUE"
46 ProgramDatabaseFile="$(OutDir)/mdnsNSP.pdb"
47 SubSystem="2"
48 BaseAddress="0x16080000"
49 ImportLibrary="$(OutDir)/mdnsNSP.lib"
50 TargetMachine="1"/>
51 <Tool
52 Name="VCMIDLTool"/>
53 <Tool
54 Name="VCPostBuildEventTool"/>
55 <Tool
56 Name="VCPreBuildEventTool"/>
57 <Tool
58 Name="VCPreLinkEventTool"/>
59 <Tool
60 Name="VCResourceCompilerTool"
61 AdditionalIncludeDirectories="../"/>
62 <Tool
63 Name="VCWebServiceProxyGeneratorTool"/>
64 <Tool
65 Name="VCXMLDataGeneratorTool"/>
66 <Tool
67 Name="VCWebDeploymentTool"/>
68 <Tool
69 Name="VCManagedWrapperGeneratorTool"/>
70 <Tool
71 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
72 </Configuration>
73 <Configuration
74 Name="Release|Win32"
75 OutputDirectory=".\Release"
76 IntermediateDirectory=".\Release"
77 ConfigurationType="2"
78 CharacterSet="2">
79 <Tool
80 Name="VCCLCompilerTool"
81 AdditionalIncludeDirectories=".;../;../../mDNSShared"
82 PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;NSP_EXPORTS;WIN32_LEAN_AND_MEAN"
83 StringPooling="TRUE"
84 MinimalRebuild="TRUE"
85 ExceptionHandling="FALSE"
86 BasicRuntimeChecks="0"
87 SmallerTypeCheck="FALSE"
88 RuntimeLibrary="0"
89 UsePrecompiledHeader="0"
90 WarningLevel="4"
91 Detect64BitPortabilityProblems="TRUE"
92 DebugInformationFormat="3"
93 CallingConvention="2"/>
94 <Tool
95 Name="VCCustomBuildTool"/>
96 <Tool
97 Name="VCLinkerTool"
98 AdditionalDependencies="../DLL/Release/dnssd.lib ws2_32.lib iphlpapi.lib shlwapi.lib"
99 OutputFile="$(OutDir)/mdnsNSP.dll"
100 LinkIncremental="1"
101 ModuleDefinitionFile="mdnsNSP.def"
102 DelayLoadDLLs="dnssd.dll"
103 GenerateDebugInformation="TRUE"
104 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
105 SubSystem="2"
106 OptimizeReferences="0"
107 EnableCOMDATFolding="0"
108 BaseAddress="0x16080000"
109 ImportLibrary="$(IntDir)/mdnsNSP.lib"
110 TargetMachine="1"/>
111 <Tool
112 Name="VCMIDLTool"/>
113 <Tool
114 Name="VCPostBuildEventTool"/>
115 <Tool
116 Name="VCPreBuildEventTool"/>
117 <Tool
118 Name="VCPreLinkEventTool"/>
119 <Tool
120 Name="VCResourceCompilerTool"
121 AdditionalIncludeDirectories="../"/>
122 <Tool
123 Name="VCWebServiceProxyGeneratorTool"/>
124 <Tool
125 Name="VCXMLDataGeneratorTool"/>
126 <Tool
127 Name="VCWebDeploymentTool"/>
128 <Tool
129 Name="VCManagedWrapperGeneratorTool"/>
130 <Tool
131 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
132 </Configuration>
133 </Configurations>
134 <References>
135 </References>
136 <Files>
137 <Filter
138 Name="Source Files"
139 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
140 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
141 <File
142 RelativePath="..\..\mDNSShared\DebugServices.c">
143 </File>
144 <File
145 RelativePath=".\mdnsNSP.c">
146 </File>
147 <File
148 RelativePath=".\mdnsNSP.def">
149 </File>
150 </Filter>
151 <Filter
152 Name="Header Files"
153 Filter="h;hpp;hxx;hm;inl;inc;xsd"
154 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
155 <File
156 RelativePath="..\..\mDNSShared\CommonServices.h">
157 </File>
158 <File
159 RelativePath="..\..\mDNSShared\DebugServices.h">
160 </File>
161 <File
162 RelativePath="..\..\..\mDNSShared\dns_sd.h">
163 </File>
164 <File
165 RelativePath=".\resource.h">
166 </File>
167 </Filter>
168 <Filter
169 Name="Resource Files"
170 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
171 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
172 <File
173 RelativePath=".\mdnsNSP.rc">
174 </File>
175 </Filter>
176 </Files>
177 <Globals>
178 </Globals>
179 </VisualStudioProject>