]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/mdnsNSP/mdnsNSP.vcproj
mDNSResponder-107.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.00"
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"
41 OutputFile="$(OutDir)/mdnsNSP.dll"
42 LinkIncremental="2"
43 ModuleDefinitionFile="mdnsNSP.def"
44 GenerateDebugInformation="TRUE"
45 ProgramDatabaseFile="$(OutDir)/mdnsNSP.pdb"
46 SubSystem="2"
47 ImportLibrary="$(OutDir)/mdnsNSP.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 AdditionalIncludeDirectories="../"/>
60 <Tool
61 Name="VCWebServiceProxyGeneratorTool"/>
62 <Tool
63 Name="VCWebDeploymentTool"/>
64 </Configuration>
65 <Configuration
66 Name="Release|Win32"
67 OutputDirectory=".\Release\Root\Program Files\Bonjour"
68 IntermediateDirectory=".\Release"
69 ConfigurationType="2"
70 CharacterSet="2">
71 <Tool
72 Name="VCCLCompilerTool"
73 AdditionalIncludeDirectories=".;../;../../mDNSShared"
74 PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;NSP_EXPORTS;WIN32_LEAN_AND_MEAN"
75 StringPooling="TRUE"
76 MinimalRebuild="TRUE"
77 ExceptionHandling="FALSE"
78 BasicRuntimeChecks="0"
79 SmallerTypeCheck="FALSE"
80 RuntimeLibrary="0"
81 UsePrecompiledHeader="0"
82 WarningLevel="4"
83 Detect64BitPortabilityProblems="TRUE"
84 DebugInformationFormat="3"
85 CallingConvention="2"/>
86 <Tool
87 Name="VCCustomBuildTool"/>
88 <Tool
89 Name="VCLinkerTool"
90 AdditionalDependencies="../DLL/Release/dnssd.lib ws2_32.lib iphlpapi.lib"
91 OutputFile="$(OutDir)/mdnsNSP.dll"
92 LinkIncremental="1"
93 ModuleDefinitionFile="mdnsNSP.def"
94 GenerateDebugInformation="TRUE"
95 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
96 SubSystem="2"
97 OptimizeReferences="0"
98 EnableCOMDATFolding="0"
99 ImportLibrary="$(IntDir)/mdnsNSP.lib"
100 TargetMachine="1"/>
101 <Tool
102 Name="VCMIDLTool"/>
103 <Tool
104 Name="VCPostBuildEventTool"/>
105 <Tool
106 Name="VCPreBuildEventTool"/>
107 <Tool
108 Name="VCPreLinkEventTool"/>
109 <Tool
110 Name="VCResourceCompilerTool"
111 AdditionalIncludeDirectories="../"/>
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"/>
114 <Tool
115 Name="VCWebDeploymentTool"/>
116 </Configuration>
117 </Configurations>
118 <Files>
119 <Filter
120 Name="Source Files"
121 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
122 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
123 <File
124 RelativePath="..\DebugServices.c">
125 </File>
126 <File
127 RelativePath=".\mdnsNSP.c">
128 </File>
129 <File
130 RelativePath=".\mdnsNSP.def">
131 </File>
132 </Filter>
133 <Filter
134 Name="Header Files"
135 Filter="h;hpp;hxx;hm;inl;inc;xsd"
136 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
137 <File
138 RelativePath="..\CommonServices.h">
139 </File>
140 <File
141 RelativePath="..\DebugServices.h">
142 </File>
143 <File
144 RelativePath="..\..\..\mDNSShared\dns_sd.h">
145 </File>
146 <File
147 RelativePath=".\resource.h">
148 </File>
149 </Filter>
150 <Filter
151 Name="Resource Files"
152 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
153 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
154 <File
155 RelativePath=".\mdnsNSP.rc">
156 </File>
157 </Filter>
158 </Files>
159 <Globals>
160 </Globals>
161 </VisualStudioProject>