]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/DNS-SD.VisualStudio/dns-sd.vcproj
mDNSResponder-107.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.00"
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"
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="VCWebDeploymentTool"/>
57 </Configuration>
58 <Configuration
59 Name="Release|Win32"
60 OutputDirectory=".\Release\Root\Program Files\Bonjour"
61 IntermediateDirectory=".\Release"
62 ConfigurationType="1"
63 CharacterSet="2">
64 <Tool
65 Name="VCCLCompilerTool"
66 Optimization="2"
67 InlineFunctionExpansion="1"
68 OmitFramePointers="TRUE"
69 AdditionalIncludeDirectories="../../mDNSShared"
70 PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_CONSOLE;NOT_HAVE_GETOPT;NOT_HAVE_SETLINEBUF"
71 StringPooling="TRUE"
72 RuntimeLibrary="4"
73 EnableFunctionLevelLinking="TRUE"
74 UsePrecompiledHeader="0"
75 WarningLevel="3"
76 Detect64BitPortabilityProblems="TRUE"
77 DebugInformationFormat="3"/>
78 <Tool
79 Name="VCCustomBuildTool"/>
80 <Tool
81 Name="VCLinkerTool"
82 AdditionalDependencies="../../mDNSWindows/DLL/Release/dnssd.lib ws2_32.lib "
83 OutputFile="$(OutDir)/dns-sd.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 AdditionalIncludeDirectories="../../mDNSWindows"/>
101 <Tool
102 Name="VCWebServiceProxyGeneratorTool"/>
103 <Tool
104 Name="VCWebDeploymentTool"/>
105 </Configuration>
106 </Configurations>
107 <Files>
108 <Filter
109 Name="Source Files"
110 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
111 <File
112 RelativePath="..\dns-sd.c">
113 </File>
114 </Filter>
115 <Filter
116 Name="Header Files"
117 Filter="h;hpp;hxx;hm;inl;inc">
118 <File
119 RelativePath="resource.h">
120 </File>
121 </Filter>
122 <Filter
123 Name="Resource Files"
124 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
125 <File
126 RelativePath="dns-sd.rc">
127 </File>
128 </Filter>
129 </Files>
130 <Globals>
131 </Globals>
132 </VisualStudioProject>