]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/DNSServiceBrowser.NET/DNSServiceBrowser.NET.csproj
mDNSResponder-1096.40.7.tar.gz
[apple/mdnsresponder.git] / Clients / DNSServiceBrowser.NET / DNSServiceBrowser.NET.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <ProjectType>Local</ProjectType>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{DE8DB97E-37A3-43ED-9A5E-CCC5F6DE9CB4}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <ApplicationIcon>
11 </ApplicationIcon>
12 <AssemblyKeyContainerName>
13 </AssemblyKeyContainerName>
14 <AssemblyName>DNSServiceBrowser_NET</AssemblyName>
15 <AssemblyOriginatorKeyFile>
16 </AssemblyOriginatorKeyFile>
17 <DefaultClientScript>JScript</DefaultClientScript>
18 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
19 <DefaultTargetSchema>IE50</DefaultTargetSchema>
20 <DelaySign>false</DelaySign>
21 <OutputType>WinExe</OutputType>
22 <RootNamespace>DNSServiceBrowser_NET</RootNamespace>
23 <StartupObject>
24 </StartupObject>
25 <FileUpgradeFlags>
26 </FileUpgradeFlags>
27 <UpgradeBackupLocation>
28 </UpgradeBackupLocation>
29 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
30 <OldToolsVersion>2.0</OldToolsVersion>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <OutputPath>bin\Debug\</OutputPath>
34 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
35 <BaseAddress>285212672</BaseAddress>
36 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
37 <ConfigurationOverrideFile>
38 </ConfigurationOverrideFile>
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <DocumentationFile>
41 </DocumentationFile>
42 <DebugSymbols>true</DebugSymbols>
43 <FileAlignment>4096</FileAlignment>
44 <Optimize>false</Optimize>
45 <RegisterForComInterop>false</RegisterForComInterop>
46 <RemoveIntegerChecks>false</RemoveIntegerChecks>
47 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
48 <WarningLevel>4</WarningLevel>
49 <DebugType>full</DebugType>
50 <ErrorReport>prompt</ErrorReport>
51 </PropertyGroup>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <OutputPath>bin\Release\</OutputPath>
54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
55 <BaseAddress>285212672</BaseAddress>
56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
57 <ConfigurationOverrideFile>
58 </ConfigurationOverrideFile>
59 <DefineConstants>TRACE</DefineConstants>
60 <DocumentationFile>
61 </DocumentationFile>
62 <DebugSymbols>false</DebugSymbols>
63 <FileAlignment>4096</FileAlignment>
64 <Optimize>true</Optimize>
65 <RegisterForComInterop>false</RegisterForComInterop>
66 <RemoveIntegerChecks>false</RemoveIntegerChecks>
67 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
68 <WarningLevel>4</WarningLevel>
69 <DebugType>none</DebugType>
70 <ErrorReport>prompt</ErrorReport>
71 </PropertyGroup>
72 <ItemGroup>
73 <Reference Include="System">
74 <Name>System</Name>
75 </Reference>
76 <Reference Include="System.Data">
77 <Name>System.Data</Name>
78 </Reference>
79 <Reference Include="System.Drawing">
80 <Name>System.Drawing</Name>
81 </Reference>
82 <Reference Include="System.Windows.Forms">
83 <Name>System.Windows.Forms</Name>
84 </Reference>
85 <Reference Include="System.Xml">
86 <Name>System.XML</Name>
87 </Reference>
88 </ItemGroup>
89 <ItemGroup>
90 <Content Include="App.ico" />
91 <Compile Include="AssemblyInfo.cs">
92 <SubType>Code</SubType>
93 </Compile>
94 <Compile Include="DNSServiceBrowser.cs">
95 <SubType>Form</SubType>
96 </Compile>
97 <EmbeddedResource Include="DNSServiceBrowser.resx">
98 <DependentUpon>DNSServiceBrowser.cs</DependentUpon>
99 <SubType>Designer</SubType>
100 </EmbeddedResource>
101 </ItemGroup>
102 <ItemGroup>
103 <COMReference Include="Bonjour">
104 <Guid>{18FBED6D-F2B7-4EC8-A4A4-46282E635308}</Guid>
105 <VersionMajor>1</VersionMajor>
106 <VersionMinor>0</VersionMinor>
107 <Lcid>0</Lcid>
108 <WrapperTool>tlbimp</WrapperTool>
109 <Isolated>False</Isolated>
110 </COMReference>
111 </ItemGroup>
112 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
113 <PropertyGroup>
114 <PreBuildEvent>
115 </PreBuildEvent>
116 <PostBuildEvent>
117 </PostBuildEvent>
118 </PropertyGroup>
119 </Project>