]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/mdnsNSP/mdnsNSP.vcproj
mDNSResponder-87.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"
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 SubSystem="2"
96 OptimizeReferences="0"
97 EnableCOMDATFolding="0"
98 ImportLibrary="$(OutDir)/mdnsNSP.lib"
99 TargetMachine="1"/>
100 <Tool
101 Name="VCMIDLTool"/>
102 <Tool
103 Name="VCPostBuildEventTool"/>
104 <Tool
105 Name="VCPreBuildEventTool"/>
106 <Tool
107 Name="VCPreLinkEventTool"/>
108 <Tool
109 Name="VCResourceCompilerTool"
110 AdditionalIncludeDirectories="../"/>
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"/>
113 <Tool
114 Name="VCWebDeploymentTool"/>
115 </Configuration>
116 </Configurations>
117 <Files>
118 <Filter
119 Name="Source Files"
120 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
121 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
122 <File
123 RelativePath="..\DebugServices.c">
124 </File>
125 <File
126 RelativePath=".\mdnsNSP.c">
127 </File>
128 <File
129 RelativePath=".\mdnsNSP.def">
130 </File>
131 </Filter>
132 <Filter
133 Name="Header Files"
134 Filter="h;hpp;hxx;hm;inl;inc;xsd"
135 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
136 <File
137 RelativePath="..\CommonServices.h">
138 </File>
139 <File
140 RelativePath="..\DebugServices.h">
141 </File>
142 <File
143 RelativePath="..\..\..\mDNSShared\dns_sd.h">
144 </File>
145 <File
146 RelativePath=".\resource.h">
147 </File>
148 </Filter>
149 <Filter
150 Name="Resource Files"
151 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
152 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
153 <File
154 RelativePath=".\mdnsNSP.rc">
155 </File>
156 </Filter>
157 </Files>
158 <Globals>
159 </Globals>
160 </VisualStudioProject>