]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/DLL.NET/dnssd_NET.vcproj
719de8dfa19c33b2f953133493fdf9fe2d24dc06
[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 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"/>
87 <Tool
88 Name="VCMIDLTool"/>
89 <Tool
90 Name="VCPostBuildEventTool"/>
91 <Tool
92 Name="VCPreBuildEventTool"
93 Description="Generating keypair..."
94 CommandLine="sn -k dnssd_NET.snk"/>
95 <Tool
96 Name="VCPreLinkEventTool"/>
97 <Tool
98 Name="VCResourceCompilerTool"
99 AdditionalIncludeDirectories="../"/>
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=".\AssemblyInfo.cpp">
113 </File>
114 <File
115 RelativePath=".\Stdafx.cpp">
116 </File>
117 <File
118 RelativePath=".\dnssd_NET.cpp">
119 </File>
120 </Filter>
121 <Filter
122 Name="Header Files"
123 Filter="h;hpp;hxx;hm;inl;inc;xsd"
124 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
125 <File
126 RelativePath="PString.h">
127 </File>
128 <File
129 RelativePath=".\Stdafx.h">
130 </File>
131 <File
132 RelativePath=".\dnssd_NET.h">
133 </File>
134 <File
135 RelativePath=".\resource.h">
136 </File>
137 </Filter>
138 <Filter
139 Name="Resource Files"
140 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
141 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
142 <File
143 RelativePath="dnssd_NET.ico">
144 </File>
145 <File
146 RelativePath="dnssd_NET.rc">
147 </File>
148 </Filter>
149 <File
150 RelativePath=".\ReadMe.txt">
151 </File>
152 </Files>
153 <Globals>
154 </Globals>
155 </VisualStudioProject>