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