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