Home | History | Annotate | Download | only in DLL.NET
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="DLL.NET"
      6 	ProjectGUID="{2A2FFA97-AF60-494F-9384-BBAA283AA3F2}"
      7 	RootNamespace="DLL2NET"
      8 	Keyword="ManagedCProj"
      9 	>
     10 	<Platforms>
     11 		<Platform
     12 			Name="Win32"
     13 		/>
     14 		<Platform
     15 			Name="x64"
     16 		/>
     17 	</Platforms>
     18 	<ToolFiles>
     19 	</ToolFiles>
     20 	<Configurations>
     21 		<Configuration
     22 			Name="Debug|Win32"
     23 			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
     24 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
     25 			ConfigurationType="2"
     26 			CharacterSet="1"
     27 			ManagedExtensions="4"
     28 			>
     29 			<Tool
     30 				Name="VCPreBuildEventTool"
     31 				Description="Generating keypair..."
     32 				CommandLine="sn -k dnssd_NET.snk"
     33 			/>
     34 			<Tool
     35 				Name="VCCustomBuildTool"
     36 			/>
     37 			<Tool
     38 				Name="VCXMLDataGeneratorTool"
     39 			/>
     40 			<Tool
     41 				Name="VCWebServiceProxyGeneratorTool"
     42 			/>
     43 			<Tool
     44 				Name="VCMIDLTool"
     45 			/>
     46 			<Tool
     47 				Name="VCCLCompilerTool"
     48 				Optimization="0"
     49 				AdditionalIncludeDirectories="../;../../mDNSShared"
     50 				PreprocessorDefinitions="WIN32;_DEBUG;WIN32_LEAN_AND_MEAN"
     51 				RuntimeLibrary="3"
     52 				UsePrecompiledHeader="2"
     53 				WarningLevel="3"
     54 				DebugInformationFormat="3"
     55 			/>
     56 			<Tool
     57 				Name="VCManagedResourceCompilerTool"
     58 			/>
     59 			<Tool
     60 				Name="VCResourceCompilerTool"
     61 				AdditionalIncludeDirectories="../"
     62 			/>
     63 			<Tool
     64 				Name="VCPreLinkEventTool"
     65 			/>
     66 			<Tool
     67 				Name="VCLinkerTool"
     68 				AdditionalDependencies="../DLL/$(OutDir)/dnssd.lib ws2_32.lib"
     69 				OutputFile="$(OutDir)\dnssd.NET.dll"
     70 				LinkIncremental="2"
     71 				GenerateDebugInformation="true"
     72 				AssemblyDebug="1"
     73 				TargetMachine="1"
     74 			/>
     75 			<Tool
     76 				Name="VCALinkTool"
     77 			/>
     78 			<Tool
     79 				Name="VCManifestTool"
     80 				EmbedManifest="false"
     81 			/>
     82 			<Tool
     83 				Name="VCXDCMakeTool"
     84 			/>
     85 			<Tool
     86 				Name="VCBscMakeTool"
     87 			/>
     88 			<Tool
     89 				Name="VCFxCopTool"
     90 			/>
     91 			<Tool
     92 				Name="VCAppVerifierTool"
     93 			/>
     94 			<Tool
     95 				Name="VCWebDeploymentTool"
     96 			/>
     97 			<Tool
     98 				Name="VCPostBuildEventTool"
     99 			/>
    100 		</Configuration>
    101 		<Configuration
    102 			Name="Debug|x64"
    103 			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
    104 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
    105 			ConfigurationType="2"
    106 			CharacterSet="1"
    107 			ManagedExtensions="4"
    108 			>
    109 			<Tool
    110 				Name="VCPreBuildEventTool"
    111 				Description="Generating keypair..."
    112 				CommandLine="sn -k dnssd_NET.snk"
    113 			/>
    114 			<Tool
    115 				Name="VCCustomBuildTool"
    116 			/>
    117 			<Tool
    118 				Name="VCXMLDataGeneratorTool"
    119 			/>
    120 			<Tool
    121 				Name="VCWebServiceProxyGeneratorTool"
    122 			/>
    123 			<Tool
    124 				Name="VCMIDLTool"
    125 				TargetEnvironment="3"
    126 			/>
    127 			<Tool
    128 				Name="VCCLCompilerTool"
    129 				Optimization="0"
    130 				AdditionalIncludeDirectories="../;../../mDNSShared"
    131 				PreprocessorDefinitions="WIN32;_DEBUG;WIN32_LEAN_AND_MEAN"
    132 				RuntimeLibrary="3"
    133 				UsePrecompiledHeader="2"
    134 				WarningLevel="3"
    135 				DebugInformationFormat="3"
    136 			/>
    137 			<Tool
    138 				Name="VCManagedResourceCompilerTool"
    139 			/>
    140 			<Tool
    141 				Name="VCResourceCompilerTool"
    142 				AdditionalIncludeDirectories="../"
    143 			/>
    144 			<Tool
    145 				Name="VCPreLinkEventTool"
    146 			/>
    147 			<Tool
    148 				Name="VCLinkerTool"
    149 				AdditionalDependencies="../DLL/$(OutDir)/dnssd.lib ws2_32.lib"
    150 				OutputFile="$(OutDir)\dnssd.NET.dll"
    151 				LinkIncremental="2"
    152 				GenerateDebugInformation="true"
    153 				AssemblyDebug="1"
    154 				TargetMachine="17"
    155 			/>
    156 			<Tool
    157 				Name="VCALinkTool"
    158 			/>
    159 			<Tool
    160 				Name="VCManifestTool"
    161 				EmbedManifest="false"
    162 			/>
    163 			<Tool
    164 				Name="VCXDCMakeTool"
    165 			/>
    166 			<Tool
    167 				Name="VCBscMakeTool"
    168 			/>
    169 			<Tool
    170 				Name="VCFxCopTool"
    171 			/>
    172 			<Tool
    173 				Name="VCAppVerifierTool"
    174 			/>
    175 			<Tool
    176 				Name="VCWebDeploymentTool"
    177 			/>
    178 			<Tool
    179 				Name="VCPostBuildEventTool"
    180 			/>
    181 		</Configuration>
    182 		<Configuration
    183 			Name="Release|Win32"
    184 			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
    185 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
    186 			ConfigurationType="2"
    187 			CharacterSet="1"
    188 			ManagedExtensions="4"
    189 			WholeProgramOptimization="1"
    190 			>
    191 			<Tool
    192 				Name="VCPreBuildEventTool"
    193 				Description="Generating keypair..."
    194 				CommandLine="sn -k dnssd_NET.snk"
    195 			/>
    196 			<Tool
    197 				Name="VCCustomBuildTool"
    198 			/>
    199 			<Tool
    200 				Name="VCXMLDataGeneratorTool"
    201 			/>
    202 			<Tool
    203 				Name="VCWebServiceProxyGeneratorTool"
    204 			/>
    205 			<Tool
    206 				Name="VCMIDLTool"
    207 			/>
    208 			<Tool
    209 				Name="VCCLCompilerTool"
    210 				AdditionalIncludeDirectories="../;../../mDNSShared"
    211 				PreprocessorDefinitions="WIN32;NDEBUG;WIN32_LEAN_AND_MEAN"
    212 				RuntimeLibrary="2"
    213 				UsePrecompiledHeader="0"
    214 				WarningLevel="3"
    215 				DebugInformationFormat="3"
    216 			/>
    217 			<Tool
    218 				Name="VCManagedResourceCompilerTool"
    219 			/>
    220 			<Tool
    221 				Name="VCResourceCompilerTool"
    222 				AdditionalIncludeDirectories="../"
    223 			/>
    224 			<Tool
    225 				Name="VCPreLinkEventTool"
    226 			/>
    227 			<Tool
    228 				Name="VCLinkerTool"
    229 				AdditionalDependencies="../DLL/$(OutDir)/dnssd.lib ws2_32.lib"
    230 				OutputFile="$(OutDir)\dnssd.NET.dll"
    231 				LinkIncremental="1"
    232 				GenerateDebugInformation="true"
    233 				TargetMachine="1"
    234 			/>
    235 			<Tool
    236 				Name="VCALinkTool"
    237 			/>
    238 			<Tool
    239 				Name="VCManifestTool"
    240 				EmbedManifest="false"
    241 			/>
    242 			<Tool
    243 				Name="VCXDCMakeTool"
    244 			/>
    245 			<Tool
    246 				Name="VCBscMakeTool"
    247 			/>
    248 			<Tool
    249 				Name="VCFxCopTool"
    250 			/>
    251 			<Tool
    252 				Name="VCAppVerifierTool"
    253 			/>
    254 			<Tool
    255 				Name="VCWebDeploymentTool"
    256 			/>
    257 			<Tool
    258 				Name="VCPostBuildEventTool"
    259 			/>
    260 		</Configuration>
    261 		<Configuration
    262 			Name="Release|x64"
    263 			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
    264 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
    265 			ConfigurationType="2"
    266 			CharacterSet="1"
    267 			ManagedExtensions="4"
    268 			WholeProgramOptimization="1"
    269 			>
    270 			<Tool
    271 				Name="VCPreBuildEventTool"
    272 				Description="Generating keypair..."
    273 				CommandLine="sn -k dnssd_NET.snk"
    274 			/>
    275 			<Tool
    276 				Name="VCCustomBuildTool"
    277 			/>
    278 			<Tool
    279 				Name="VCXMLDataGeneratorTool"
    280 			/>
    281 			<Tool
    282 				Name="VCWebServiceProxyGeneratorTool"
    283 			/>
    284 			<Tool
    285 				Name="VCMIDLTool"
    286 				TargetEnvironment="3"
    287 			/>
    288 			<Tool
    289 				Name="VCCLCompilerTool"
    290 				AdditionalIncludeDirectories="../;../../mDNSShared"
    291 				PreprocessorDefinitions="WIN32;NDEBUG;WIN32_LEAN_AND_MEAN"
    292 				RuntimeLibrary="2"
    293 				UsePrecompiledHeader="0"
    294 				WarningLevel="3"
    295 				DebugInformationFormat="3"
    296 			/>
    297 			<Tool
    298 				Name="VCManagedResourceCompilerTool"
    299 			/>
    300 			<Tool
    301 				Name="VCResourceCompilerTool"
    302 				AdditionalIncludeDirectories="../"
    303 			/>
    304 			<Tool
    305 				Name="VCPreLinkEventTool"
    306 			/>
    307 			<Tool
    308 				Name="VCLinkerTool"
    309 				AdditionalDependencies="../DLL/$(OutDir)/dnssd.lib ws2_32.lib"
    310 				OutputFile="$(OutDir)\dnssd.NET.dll"
    311 				LinkIncremental="1"
    312 				GenerateDebugInformation="true"
    313 				TargetMachine="17"
    314 			/>
    315 			<Tool
    316 				Name="VCALinkTool"
    317 			/>
    318 			<Tool
    319 				Name="VCManifestTool"
    320 				EmbedManifest="false"
    321 			/>
    322 			<Tool
    323 				Name="VCXDCMakeTool"
    324 			/>
    325 			<Tool
    326 				Name="VCBscMakeTool"
    327 			/>
    328 			<Tool
    329 				Name="VCFxCopTool"
    330 			/>
    331 			<Tool
    332 				Name="VCAppVerifierTool"
    333 			/>
    334 			<Tool
    335 				Name="VCWebDeploymentTool"
    336 			/>
    337 			<Tool
    338 				Name="VCPostBuildEventTool"
    339 			/>
    340 		</Configuration>
    341 	</Configurations>
    342 	<References>
    343 		<AssemblyReference
    344 			RelativePath="System.dll"
    345 			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
    346 		/>
    347 		<AssemblyReference
    348 			RelativePath="System.Data.dll"
    349 			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
    350 		/>
    351 		<AssemblyReference
    352 			RelativePath="System.XML.dll"
    353 			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
    354 		/>
    355 	</References>
    356 	<Files>
    357 		<Filter
    358 			Name="Source Files"
    359 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    360 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    361 			>
    362 			<File
    363 				RelativePath=".\AssemblyInfo.cpp"
    364 				>
    365 			</File>
    366 			<File
    367 				RelativePath=".\dnssd_NET.cpp"
    368 				>
    369 			</File>
    370 			<File
    371 				RelativePath=".\Stdafx.cpp"
    372 				>
    373 				<FileConfiguration
    374 					Name="Debug|Win32"
    375 					>
    376 					<Tool
    377 						Name="VCCLCompilerTool"
    378 						UsePrecompiledHeader="1"
    379 					/>
    380 				</FileConfiguration>
    381 				<FileConfiguration
    382 					Name="Debug|x64"
    383 					>
    384 					<Tool
    385 						Name="VCCLCompilerTool"
    386 						UsePrecompiledHeader="1"
    387 					/>
    388 				</FileConfiguration>
    389 				<FileConfiguration
    390 					Name="Release|Win32"
    391 					>
    392 					<Tool
    393 						Name="VCCLCompilerTool"
    394 						UsePrecompiledHeader="1"
    395 					/>
    396 				</FileConfiguration>
    397 				<FileConfiguration
    398 					Name="Release|x64"
    399 					>
    400 					<Tool
    401 						Name="VCCLCompilerTool"
    402 						UsePrecompiledHeader="1"
    403 					/>
    404 				</FileConfiguration>
    405 			</File>
    406 		</Filter>
    407 		<Filter
    408 			Name="Header Files"
    409 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    410 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    411 			>
    412 			<File
    413 				RelativePath=".\dnssd_NET.h"
    414 				>
    415 			</File>
    416 			<File
    417 				RelativePath=".\resource.h"
    418 				>
    419 			</File>
    420 			<File
    421 				RelativePath=".\Stdafx.h"
    422 				>
    423 			</File>
    424 		</Filter>
    425 		<Filter
    426 			Name="Resource Files"
    427 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    428 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    429 			>
    430 			<File
    431 				RelativePath=".\dnssd_NET.ico"
    432 				>
    433 			</File>
    434 			<File
    435 				RelativePath=".\dnssd_NET.rc"
    436 				>
    437 			</File>
    438 		</Filter>
    439 		<File
    440 			RelativePath=".\ReadMe.txt"
    441 			>
    442 		</File>
    443 	</Files>
    444 	<Globals>
    445 	</Globals>
    446 </VisualStudioProject>
    447