1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{726DED99-34D0-45F3-9F4D-C7068DF4BCDA}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>App.ico</ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>SimpleChat.NET</AssemblyName>
13 <AssemblyOriginatorKeyFile>
14 </AssemblyOriginatorKeyFile>
15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>false</DelaySign>
19 <OutputType>WinExe</OutputType>
20 <RootNamespace>SimpleChat.NET</RootNamespace>
25 <UpgradeBackupLocation>
26 </UpgradeBackupLocation>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29 <OutputPath>bin\Debug\</OutputPath>
30 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
31 <BaseAddress>285212672</BaseAddress>
32 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
33 <ConfigurationOverrideFile>
34 </ConfigurationOverrideFile>
35 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <DebugSymbols>true</DebugSymbols>
39 <FileAlignment>4096</FileAlignment>
40 <Optimize>false</Optimize>
41 <RegisterForComInterop>false</RegisterForComInterop>
42 <RemoveIntegerChecks>false</RemoveIntegerChecks>
43 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
44 <WarningLevel>4</WarningLevel>
45 <DebugType>full</DebugType>
46 <ErrorReport>prompt</ErrorReport>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49 <OutputPath>bin\Release\</OutputPath>
50 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
51 <BaseAddress>285212672</BaseAddress>
52 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
53 <ConfigurationOverrideFile>
54 </ConfigurationOverrideFile>
55 <DefineConstants>TRACE</DefineConstants>
58 <DebugSymbols>false</DebugSymbols>
59 <FileAlignment>4096</FileAlignment>
60 <Optimize>true</Optimize>
61 <RegisterForComInterop>false</RegisterForComInterop>
62 <RemoveIntegerChecks>false</RemoveIntegerChecks>
63 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
64 <WarningLevel>4</WarningLevel>
65 <DebugType>none</DebugType>
66 <ErrorReport>prompt</ErrorReport>
69 <Reference Include="System">
72 <Reference Include="System.Data">
73 <Name>System.Data</Name>
75 <Reference Include="System.Drawing">
76 <Name>System.Drawing</Name>
78 <Reference Include="System.Windows.Forms">
79 <Name>System.Windows.Forms</Name>
81 <Reference Include="System.XML">
82 <Name>System.XML</Name>
86 <Content Include="App.ico" />
87 <Compile Include="AssemblyInfo.cs" />
88 <Compile Include="SimpleChat.cs">
89 <SubType>Form</SubType>
91 <EmbeddedResource Include="SimpleChat.resx">
92 <DependentUpon>SimpleChat.cs</DependentUpon>
93 <SubType>Designer</SubType>
97 <COMReference Include="Bonjour">
98 <Guid>{18FBED6D-F2B7-4EC8-A4A4-46282E635308}</Guid>
99 <VersionMajor>1</VersionMajor>
100 <VersionMinor>0</VersionMinor>
102 <WrapperTool>tlbimp</WrapperTool>
103 <Isolated>False</Isolated>
106 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />