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