]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/DLL.NET/dnssd_NET.vcproj
mDNSResponder-161.1.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / DLL.NET / dnssd_NET.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="DLL.NET"
6 ProjectGUID="{9C6701E2-82B7-44B7-9B5E-3897D9153F79}"
7 Keyword="ManagedCProj">
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 ManagedExtensions="TRUE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="../;../../mDNSShared"
24 PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;WIN32_LEAN_AND_MEAN"
25 MinimalRebuild="FALSE"
26 BasicRuntimeChecks="0"
27 RuntimeLibrary="1"
28 UsePrecompiledHeader="0"
29 WarningLevel="3"
30 DebugInformationFormat="3"
31 CallingConvention="2"/>
32 <Tool
33 Name="VCCustomBuildTool"/>
34 <Tool
35 Name="VCLinkerTool"
36 AdditionalOptions="/noentry"
37 AdditionalDependencies="../DLL/Debug/dnssd.lib mscoree.lib ws2_32.lib msvcrtd.lib"
38 OutputFile="$(OutDir)\dnssd.NET.dll"
39 LinkIncremental="2"
40 AdditionalLibraryDirectories=""
41 GenerateDebugInformation="TRUE"/>
42 <Tool
43 Name="VCMIDLTool"/>
44 <Tool
45 Name="VCPostBuildEventTool"/>
46 <Tool
47 Name="VCPreBuildEventTool"
48 Description="Generating keypair..."
49 CommandLine="sn -k dnssd_NET.snk"/>
50 <Tool
51 Name="VCPreLinkEventTool"/>
52 <Tool
53 Name="VCResourceCompilerTool"
54 AdditionalIncludeDirectories="../"/>
55 <Tool
56 Name="VCWebServiceProxyGeneratorTool"/>
57 <Tool
58 Name="VCXMLDataGeneratorTool"/>
59 <Tool
60 Name="VCWebDeploymentTool"/>
61 <Tool
62 Name="VCManagedWrapperGeneratorTool"/>
63 <Tool
64 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65 </Configuration>
66 <Configuration
67 Name="Release|Win32"
68 OutputDirectory=".\Release"
69 IntermediateDirectory=".\Release"
70 ConfigurationType="2"
71 CharacterSet="2"
72 ManagedExtensions="TRUE">
73 <Tool
74 Name="VCCLCompilerTool"
75 AdditionalOptions="/Zl"
76 AdditionalIncludeDirectories="../;../../mDNSShared"
77 PreprocessorDefinitions="WIN32;NDEBUG;WIN32_LEAN_AND_MEAN"
78 MinimalRebuild="FALSE"
79 RuntimeLibrary="0"
80 UsePrecompiledHeader="0"
81 WarningLevel="3"
82 DebugInformationFormat="3"/>
83 <Tool
84 Name="VCCustomBuildTool"/>
85 <Tool
86 Name="VCLinkerTool"
87 AdditionalOptions="/noentry"
88 AdditionalDependencies="../DLL/Release/dnssd.lib mscoree.lib ws2_32.lib msvcrt.lib"
89 OutputFile="$(OutDir)\dnssd.NET.dll"
90 LinkIncremental="1"
91 GenerateDebugInformation="TRUE"
92 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"/>
93 <Tool
94 Name="VCMIDLTool"/>
95 <Tool
96 Name="VCPostBuildEventTool"/>
97 <Tool
98 Name="VCPreBuildEventTool"
99 Description="Generating keypair..."
100 CommandLine="sn -k dnssd_NET.snk"/>
101 <Tool
102 Name="VCPreLinkEventTool"/>
103 <Tool
104 Name="VCResourceCompilerTool"
105 AdditionalIncludeDirectories="../"/>
106 <Tool
107 Name="VCWebServiceProxyGeneratorTool"/>
108 <Tool
109 Name="VCXMLDataGeneratorTool"/>
110 <Tool
111 Name="VCWebDeploymentTool"/>
112 <Tool
113 Name="VCManagedWrapperGeneratorTool"/>
114 <Tool
115 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
116 </Configuration>
117 </Configurations>
118 <References>
119 </References>
120 <Files>
121 <Filter
122 Name="Source Files"
123 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
124 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
125 <File
126 RelativePath=".\AssemblyInfo.cpp">
127 </File>
128 <File
129 RelativePath=".\dnssd_NET.cpp">
130 </File>
131 <File
132 RelativePath=".\Stdafx.cpp">
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=".\dnssd_NET.h">
141 </File>
142 <File
143 RelativePath="PString.h">
144 </File>
145 <File
146 RelativePath=".\resource.h">
147 </File>
148 <File
149 RelativePath=".\Stdafx.h">
150 </File>
151 </Filter>
152 <Filter
153 Name="Resource Files"
154 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
155 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
156 <File
157 RelativePath="dnssd_NET.ico">
158 </File>
159 <File
160 RelativePath="dnssd_NET.rc">
161 </File>
162 </Filter>
163 <File
164 RelativePath=".\ReadMe.txt">
165 </File>
166 </Files>
167 <Globals>
168 </Globals>
169 </VisualStudioProject>