1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.20706</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{DD66C79D-E92E-45BB-86A9-7519E3201737}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Client</RootNamespace>
11 <AssemblyName>Client</AssemblyName>
12 <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13 <PlatformFamilyName>PocketPC</PlatformFamilyName>
14 <PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
15 <OSVersion>5.01</OSVersion>
16 <DeployDirSuffix>Client</DeployDirSuffix>
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18 <NativePlatformName>Windows Mobile 5.0 Pocket PC SDK</NativePlatformName>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType>
25 <Optimize>false</Optimize>
26 <OutputPath>bin\Debug\</OutputPath>
27 <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
28 <NoStdLib>true</NoStdLib>
29 <NoConfig>true</NoConfig>
30 <ErrorReport>prompt</ErrorReport>
31 <FileAlignment>512</FileAlignment>
32 <WarningLevel>4</WarningLevel>
33 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36 <DebugType>pdbonly</DebugType>
37 <Optimize>true</Optimize>
38 <OutputPath>bin\Release\</OutputPath>
39 <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
40 <NoStdLib>true</NoStdLib>
41 <NoConfig>true</NoConfig>
42 <ErrorReport>prompt</ErrorReport>
43 <FileAlignment>512</FileAlignment>
44 <WarningLevel>4</WarningLevel>
45 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
48 <Reference Include="Microsoft.ServiceModel.Channels.Mail" />
49 <Reference Include="Microsoft.ServiceModel.Channels.Mail.WindowsMobile" />
50 <Reference Include="mscorlib" />
51 <Reference Include="System" />
52 <Reference Include="System.Data" />
53 <Reference Include="System.Drawing" />
54 <Reference Include="System.Runtime.Serialization" />
55 <Reference Include="System.ServiceModel" />
56 <Reference Include="System.Windows.Forms" />
57 <Reference Include="System.Xml" />
60 <Compile Include="Client.cs">
61 <SubType>Form</SubType>
63 <Compile Include="Client.Designer.cs">
64 <DependentUpon>Client.cs</DependentUpon>
66 <Compile Include="Program.cs" />
67 <Compile Include="Properties\AssemblyInfo.cs" />
68 <EmbeddedResource Include="Client.resx">
69 <SubType>Designer</SubType>
70 <DependentUpon>Client.cs</DependentUpon>
73 <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
76 <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
77 <HostingProcess disable="1" />
81 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
82 Other similar extension points exist, see Microsoft.Common.targets.
83 <Target Name="BeforeBuild">
85 <Target Name="AfterBuild">