]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/NSPTool/NSPTool.vcproj
mDNSResponder-107.6.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / NSPTool / NSPTool.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="NSPTool"
6 ProjectGUID="{208B3A9F-1CA0-4D1D-9D6C-C61616F94705}"
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="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories=".;.."
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;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 EnableFunctionLevelLinking="FALSE"
32 UsePrecompiledHeader="0"
33 WarningLevel="4"
34 Detect64BitPortabilityProblems="TRUE"
35 DebugInformationFormat="4"
36 CallingConvention="0"/>
37 <Tool
38 Name="VCCustomBuildTool"/>
39 <Tool
40 Name="VCLinkerTool"
41 AdditionalDependencies="ws2_32.lib iphlpapi.lib"
42 OutputFile="$(OutDir)/NSPTool.exe"
43 LinkIncremental="2"
44 GenerateDebugInformation="TRUE"
45 ProgramDatabaseFile="$(OutDir)/NSPTool.pdb"
46 SubSystem="1"
47 TargetMachine="1"/>
48 <Tool
49 Name="VCMIDLTool"/>
50 <Tool
51 Name="VCPostBuildEventTool"/>
52 <Tool
53 Name="VCPreBuildEventTool"/>
54 <Tool
55 Name="VCPreLinkEventTool"/>
56 <Tool
57 Name="VCResourceCompilerTool"
58 AdditionalIncludeDirectories="..\"/>
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="2">
76 <Tool
77 Name="VCCLCompilerTool"
78 AdditionalIncludeDirectories=".;.."
79 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN"
80 RuntimeLibrary="0"
81 UsePrecompiledHeader="0"
82 WarningLevel="4"
83 Detect64BitPortabilityProblems="TRUE"
84 DebugInformationFormat="3"/>
85 <Tool
86 Name="VCCustomBuildTool"/>
87 <Tool
88 Name="VCLinkerTool"
89 AdditionalDependencies="ws2_32.lib iphlpapi.lib"
90 OutputFile="$(OutDir)/NSPTool.exe"
91 LinkIncremental="1"
92 GenerateDebugInformation="TRUE"
93 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
94 SubSystem="1"
95 OptimizeReferences="2"
96 EnableCOMDATFolding="2"
97 TargetMachine="1"/>
98 <Tool
99 Name="VCMIDLTool"/>
100 <Tool
101 Name="VCPostBuildEventTool"/>
102 <Tool
103 Name="VCPreBuildEventTool"/>
104 <Tool
105 Name="VCPreLinkEventTool"/>
106 <Tool
107 Name="VCResourceCompilerTool"
108 AdditionalIncludeDirectories="..\"/>
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"/>
111 <Tool
112 Name="VCXMLDataGeneratorTool"/>
113 <Tool
114 Name="VCWebDeploymentTool"/>
115 <Tool
116 Name="VCManagedWrapperGeneratorTool"/>
117 <Tool
118 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
119 </Configuration>
120 </Configurations>
121 <References>
122 </References>
123 <Files>
124 <Filter
125 Name="Source Files"
126 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
127 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
128 <File
129 RelativePath="..\DebugServices.c">
130 </File>
131 <File
132 RelativePath=".\NSPTool.c">
133 </File>
134 </Filter>
135 <Filter
136 Name="Header Files"
137 Filter="h;hpp;hxx;hm;inl;inc;xsd"
138 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
139 <File
140 RelativePath="..\CommonServices.h">
141 </File>
142 <File
143 RelativePath="..\DebugServices.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=".\NSPTool.rc">
155 </File>
156 </Filter>
157 </Files>
158 <Globals>
159 </Globals>
160 </VisualStudioProject>