| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | |
| <PropertyGroup> | |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
| <ProductVersion>8.0.50727</ProductVersion> | |
| <SchemaVersion>2.0</SchemaVersion> | |
| <ProjectGuid>{5ACED234-EB98-415E-9974-B54A70789821}</ProjectGuid> | |
| <OutputType>WinExe</OutputType> | |
| <StartupObject>SimpleChat.VB.My.MyApplication</StartupObject> | |
| <RootNamespace>SimpleChat.VB</RootNamespace> | |
| <AssemblyName>SimpleChat.VB</AssemblyName> | |
| <MyType>WindowsForms</MyType> | |
| <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | |
| <FileUpgradeFlags> | |
| </FileUpgradeFlags> | |
| <OldToolsVersion>2.0</OldToolsVersion> | |
| <UpgradeBackupLocation /> | |
| </PropertyGroup> | |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| <DebugSymbols>true</DebugSymbols> | |
| <DebugType>full</DebugType> | |
| <DefineDebug>true</DefineDebug> | |
| <DefineTrace>true</DefineTrace> | |
| <OutputPath>bin\Debug\</OutputPath> | |
| <DocumentationFile>SimpleChat.VB.xml</DocumentationFile> | |
| <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn> | |
| </PropertyGroup> | |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
| <DebugType>pdbonly</DebugType> | |
| <DefineDebug>false</DefineDebug> | |
| <DefineTrace>true</DefineTrace> | |
| <Optimize>true</Optimize> | |
| <OutputPath>bin\Release\</OutputPath> | |
| <DocumentationFile>SimpleChat.VB.xml</DocumentationFile> | |
| <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Reference Include="System" /> | |
| <Reference Include="System.Data" /> | |
| <Reference Include="System.Deployment" /> | |
| <Reference Include="System.Drawing" /> | |
| <Reference Include="System.Windows.Forms" /> | |
| <Reference Include="System.Xml" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Import Include="Microsoft.VisualBasic" /> | |
| <Import Include="System" /> | |
| <Import Include="System.Collections" /> | |
| <Import Include="System.Collections.Generic" /> | |
| <Import Include="System.Data" /> | |
| <Import Include="System.Drawing" /> | |
| <Import Include="System.Diagnostics" /> | |
| <Import Include="System.Windows.Forms" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Compile Include="SimpleChat.vb"> | |
| <SubType>Form</SubType> | |
| </Compile> | |
| <Compile Include="SimpleChat.Designer.vb"> | |
| <DependentUpon>SimpleChat.vb</DependentUpon> | |
| <SubType>Form</SubType> | |
| </Compile> | |
| <Compile Include="My Project\AssemblyInfo.vb" /> | |
| <Compile Include="My Project\Application.Designer.vb"> | |
| <AutoGen>True</AutoGen> | |
| <DependentUpon>Application.myapp</DependentUpon> | |
| </Compile> | |
| <Compile Include="My Project\Resources.Designer.vb"> | |
| <AutoGen>True</AutoGen> | |
| <DesignTime>True</DesignTime> | |
| <DependentUpon>Resources.resx</DependentUpon> | |
| </Compile> | |
| <Compile Include="My Project\Settings.Designer.vb"> | |
| <AutoGen>True</AutoGen> | |
| <DependentUpon>Settings.settings</DependentUpon> | |
| <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
| </Compile> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <EmbeddedResource Include="SimpleChat.resx"> | |
| <SubType>Designer</SubType> | |
| <DependentUpon>SimpleChat.vb</DependentUpon> | |
| </EmbeddedResource> | |
| <EmbeddedResource Include="My Project\Resources.resx"> | |
| <Generator>VbMyResourcesResXFileCodeGenerator</Generator> | |
| <LastGenOutput>Resources.Designer.vb</LastGenOutput> | |
| <CustomToolNamespace>My.Resources</CustomToolNamespace> | |
| <SubType>Designer</SubType> | |
| </EmbeddedResource> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <None Include="My Project\Application.myapp"> | |
| <Generator>MyApplicationCodeGenerator</Generator> | |
| <LastGenOutput>Application.Designer.vb</LastGenOutput> | |
| </None> | |
| <None Include="My Project\Settings.settings"> | |
| <Generator>SettingsSingleFileGenerator</Generator> | |
| <CustomToolNamespace>My</CustomToolNamespace> | |
| <LastGenOutput>Settings.Designer.vb</LastGenOutput> | |
| </None> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <COMReference Include="Bonjour"> | |
| <Guid>{18FBED6D-F2B7-4EC8-A4A4-46282E635308}</Guid> | |
| <VersionMajor>1</VersionMajor> | |
| <VersionMinor>0</VersionMinor> | |
| <Lcid>0</Lcid> | |
| <WrapperTool>tlbimp</WrapperTool> | |
| <Isolated>False</Isolated> | |
| </COMReference> | |
| </ItemGroup> | |
| <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" /> | |
| <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
| Other similar extension points exist, see Microsoft.Common.targets. | |
| <Target Name="BeforeBuild"> | |
| </Target> | |
| <Target Name="AfterBuild"> | |
| </Target> | |
| --> | |
| </Project> |