]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/DNS-SD.VisualStudio/dns-sd.vcproj
mDNSResponder-171.4.tar.gz
[apple/mdnsresponder.git] / Clients / DNS-SD.VisualStudio / dns-sd.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="dns-sd"
6 ProjectGUID="{AA230639-E115-4A44-AA5A-44A61235BA50}"
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="../../mDNSShared"
23 PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_CONSOLE;NOT_HAVE_GETOPT;NOT_HAVE_SETLINEBUF;WIN32_LEAN_AND_MEAN"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="5"
27 UsePrecompiledHeader="0"
28 WarningLevel="3"
29 Detect64BitPortabilityProblems="TRUE"
30 DebugInformationFormat="4"/>
31 <Tool
32 Name="VCCustomBuildTool"/>
33 <Tool
34 Name="VCLinkerTool"
35 AdditionalDependencies="../../mDNSWindows/DLL/Debug/dnssd.lib ws2_32.lib"
36 OutputFile="$(OutDir)/dns-sd.exe"
37 LinkIncremental="2"
38 GenerateDebugInformation="TRUE"
39 ProgramDatabaseFile="$(OutDir)/dns-sd.pdb"
40 SubSystem="1"
41 TargetMachine="1"/>
42 <Tool
43 Name="VCMIDLTool"/>
44 <Tool
45 Name="VCPostBuildEventTool"/>
46 <Tool
47 Name="VCPreBuildEventTool"/>
48 <Tool
49 Name="VCPreLinkEventTool"/>
50 <Tool
51 Name="VCResourceCompilerTool"
52 AdditionalIncludeDirectories="../../mDNSWindows"/>
53 <Tool
54 Name="VCWebServiceProxyGeneratorTool"/>
55 <Tool
56 Name="VCXMLDataGeneratorTool"/>
57 <Tool
58 Name="VCWebDeploymentTool"/>
59 <Tool
60 Name="VCManagedWrapperGeneratorTool"/>
61 <Tool
62 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63 </Configuration>
64 <Configuration
65 Name="Release|Win32"
66 OutputDirectory=".\Release"
67 IntermediateDirectory=".\Release"
68 ConfigurationType="1"
69 CharacterSet="2">
70 <Tool
71 Name="VCCLCompilerTool"
72 Optimization="2"
73 InlineFunctionExpansion="1"
74 OmitFramePointers="TRUE"
75 AdditionalIncludeDirectories="../../mDNSShared"
76 PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_CONSOLE;NOT_HAVE_GETOPT;NOT_HAVE_SETLINEBUF;WIN32_LEAN_AND_MEAN"
77 StringPooling="TRUE"
78 RuntimeLibrary="4"
79 EnableFunctionLevelLinking="TRUE"
80 UsePrecompiledHeader="0"
81 WarningLevel="3"
82 Detect64BitPortabilityProblems="TRUE"
83 DebugInformationFormat="3"/>
84 <Tool
85 Name="VCCustomBuildTool"/>
86 <Tool
87 Name="VCLinkerTool"
88 AdditionalDependencies="../../mDNSWindows/DLL/Release/dnssd.lib ws2_32.lib "
89 OutputFile="$(OutDir)/dns-sd.exe"
90 LinkIncremental="1"
91 GenerateDebugInformation="TRUE"
92 SubSystem="1"
93 OptimizeReferences="2"
94 EnableCOMDATFolding="2"
95 TargetMachine="1"/>
96 <Tool
97 Name="VCMIDLTool"/>
98 <Tool
99 Name="VCPostBuildEventTool"/>
100 <Tool
101 Name="VCPreBuildEventTool"/>
102 <Tool
103 Name="VCPreLinkEventTool"/>
104 <Tool
105 Name="VCResourceCompilerTool"
106 AdditionalIncludeDirectories="../../mDNSWindows"/>
107 <Tool
108 Name="VCWebServiceProxyGeneratorTool"/>
109 <Tool
110 Name="VCXMLDataGeneratorTool"/>
111 <Tool
112 Name="VCWebDeploymentTool"/>
113 <Tool
114 Name="VCManagedWrapperGeneratorTool"/>
115 <Tool
116 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
117 </Configuration>
118 </Configurations>
119 <References>
120 </References>
121 <Files>
122 <Filter
123 Name="Source Files"
124 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
125 <File
126 RelativePath="..\dns-sd.c">
127 </File>
128 </Filter>
129 <Filter
130 Name="Header Files"
131 Filter="h;hpp;hxx;hm;inl;inc">
132 <File
133 RelativePath="resource.h">
134 </File>
135 </Filter>
136 <Filter
137 Name="Resource Files"
138 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
139 <File
140 RelativePath="dns-sd.rc">
141 </File>
142 </Filter>
143 </Files>
144 <Globals>
145 </Globals>
146 </VisualStudioProject>