]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/DNSServiceBrowser.VB/DNSServiceBrowser.VB.vbproj
mDNSResponder-212.1.tar.gz
[apple/mdnsresponder.git] / Clients / DNSServiceBrowser.VB / DNSServiceBrowser.VB.vbproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{FB79E297-5703-435C-A829-51AA51CD71C2}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <StartupObject>DNSServiceBrowser.VB.My.MyApplication</StartupObject>
11 <RootNamespace>DNSServiceBrowser.VB</RootNamespace>
12 <AssemblyName>DNSServiceBrowser.VB</AssemblyName>
13 <MyType>WindowsForms</MyType>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <DefineDebug>true</DefineDebug>
19 <DefineTrace>true</DefineTrace>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DocumentationFile>DNSServiceBrowser.VB.xml</DocumentationFile>
22 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 <DebugType>pdbonly</DebugType>
26 <DefineDebug>false</DefineDebug>
27 <DefineTrace>true</DefineTrace>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DocumentationFile>DNSServiceBrowser.VB.xml</DocumentationFile>
31 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
32 </PropertyGroup>
33 <ItemGroup>
34 <Reference Include="System" />
35 <Reference Include="System.Data" />
36 <Reference Include="System.Deployment" />
37 <Reference Include="System.Drawing" />
38 <Reference Include="System.Windows.Forms" />
39 <Reference Include="System.Xml" />
40 </ItemGroup>
41 <ItemGroup>
42 <Import Include="Microsoft.VisualBasic" />
43 <Import Include="System" />
44 <Import Include="System.Collections" />
45 <Import Include="System.Collections.Generic" />
46 <Import Include="System.Data" />
47 <Import Include="System.Drawing" />
48 <Import Include="System.Diagnostics" />
49 <Import Include="System.Windows.Forms" />
50 </ItemGroup>
51 <ItemGroup>
52 <Compile Include="DNSServiceBrowser.vb">
53 <SubType>Form</SubType>
54 </Compile>
55 <Compile Include="DNSServiceBrowser.Designer.vb">
56 <DependentUpon>DNSServiceBrowser.vb</DependentUpon>
57 <SubType>Form</SubType>
58 </Compile>
59 <Compile Include="My Project\AssemblyInfo.vb" />
60 <Compile Include="My Project\Application.Designer.vb">
61 <AutoGen>True</AutoGen>
62 <DependentUpon>Application.myapp</DependentUpon>
63 </Compile>
64 <Compile Include="My Project\Resources.Designer.vb">
65 <AutoGen>True</AutoGen>
66 <DesignTime>True</DesignTime>
67 <DependentUpon>Resources.resx</DependentUpon>
68 </Compile>
69 <Compile Include="My Project\Settings.Designer.vb">
70 <AutoGen>True</AutoGen>
71 <DependentUpon>Settings.settings</DependentUpon>
72 <DesignTimeSharedInput>True</DesignTimeSharedInput>
73 </Compile>
74 </ItemGroup>
75 <ItemGroup>
76 <EmbeddedResource Include="DNSServiceBrowser.resx">
77 <SubType>Designer</SubType>
78 <DependentUpon>DNSServiceBrowser.vb</DependentUpon>
79 </EmbeddedResource>
80 <EmbeddedResource Include="My Project\Resources.resx">
81 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
82 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
83 <CustomToolNamespace>My.Resources</CustomToolNamespace>
84 <SubType>Designer</SubType>
85 </EmbeddedResource>
86 </ItemGroup>
87 <ItemGroup>
88 <None Include="My Project\Application.myapp">
89 <Generator>MyApplicationCodeGenerator</Generator>
90 <LastGenOutput>Application.Designer.vb</LastGenOutput>
91 </None>
92 <None Include="My Project\Settings.settings">
93 <Generator>SettingsSingleFileGenerator</Generator>
94 <CustomToolNamespace>My</CustomToolNamespace>
95 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
96 </None>
97 </ItemGroup>
98 <ItemGroup>
99 <COMReference Include="Bonjour">
100 <Guid>{18FBED6D-F2B7-4EC8-A4A4-46282E635308}</Guid>
101 <VersionMajor>1</VersionMajor>
102 <VersionMinor>0</VersionMinor>
103 <Lcid>0</Lcid>
104 <WrapperTool>tlbimp</WrapperTool>
105 <Isolated>False</Isolated>
106 </COMReference>
107 </ItemGroup>
108 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
109 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110 Other similar extension points exist, see Microsoft.Common.targets.
111 <Target Name="BeforeBuild">
112 </Target>
113 <Target Name="AfterBuild">
114 </Target>
115 -->
116 </Project>