1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
17 <OldToolsVersion>2.0</OldToolsVersion>
18 <UpgradeBackupLocation />
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <DefineDebug>true</DefineDebug>
24 <DefineTrace>true</DefineTrace>
25 <OutputPath>bin\Debug\</OutputPath>
26 <DocumentationFile>DNSServiceBrowser.VB.xml</DocumentationFile>
27 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <DefineDebug>false</DefineDebug>
32 <DefineTrace>true</DefineTrace>
33 <Optimize>true</Optimize>
34 <OutputPath>bin\Release\</OutputPath>
35 <DocumentationFile>DNSServiceBrowser.VB.xml</DocumentationFile>
36 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
39 <Reference Include="System" />
40 <Reference Include="System.Data" />
41 <Reference Include="System.Deployment" />
42 <Reference Include="System.Drawing" />
43 <Reference Include="System.Windows.Forms" />
44 <Reference Include="System.Xml" />
47 <Import Include="Microsoft.VisualBasic" />
48 <Import Include="System" />
49 <Import Include="System.Collections" />
50 <Import Include="System.Collections.Generic" />
51 <Import Include="System.Data" />
52 <Import Include="System.Drawing" />
53 <Import Include="System.Diagnostics" />
54 <Import Include="System.Windows.Forms" />
57 <Compile Include="DNSServiceBrowser.vb">
58 <SubType>Form</SubType>
60 <Compile Include="DNSServiceBrowser.Designer.vb">
61 <DependentUpon>DNSServiceBrowser.vb</DependentUpon>
62 <SubType>Form</SubType>
64 <Compile Include="My Project\AssemblyInfo.vb" />
65 <Compile Include="My Project\Application.Designer.vb">
66 <AutoGen>True</AutoGen>
67 <DependentUpon>Application.myapp</DependentUpon>
69 <Compile Include="My Project\Resources.Designer.vb">
70 <AutoGen>True</AutoGen>
71 <DesignTime>True</DesignTime>
72 <DependentUpon>Resources.resx</DependentUpon>
74 <Compile Include="My Project\Settings.Designer.vb">
75 <AutoGen>True</AutoGen>
76 <DependentUpon>Settings.settings</DependentUpon>
77 <DesignTimeSharedInput>True</DesignTimeSharedInput>
81 <EmbeddedResource Include="DNSServiceBrowser.resx">
82 <SubType>Designer</SubType>
83 <DependentUpon>DNSServiceBrowser.vb</DependentUpon>
85 <EmbeddedResource Include="My Project\Resources.resx">
86 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
87 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
88 <CustomToolNamespace>My.Resources</CustomToolNamespace>
89 <SubType>Designer</SubType>
93 <None Include="My Project\Application.myapp">
94 <Generator>MyApplicationCodeGenerator</Generator>
95 <LastGenOutput>Application.Designer.vb</LastGenOutput>
97 <None Include="My Project\Settings.settings">
98 <Generator>SettingsSingleFileGenerator</Generator>
99 <CustomToolNamespace>My</CustomToolNamespace>
100 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
104 <COMReference Include="Bonjour">
105 <Guid>{18FBED6D-F2B7-4EC8-A4A4-46282E635308}</Guid>
106 <VersionMajor>1</VersionMajor>
107 <VersionMinor>0</VersionMinor>
109 <WrapperTool>tlbimp</WrapperTool>
110 <Isolated>False</Isolated>
113 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
114 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115 Other similar extension points exist, see Microsoft.Common.targets.
116 <Target Name="BeforeBuild">
118 <Target Name="AfterBuild">