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