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 <ProjectGuid>{1EC3865D-D3C3-4770-B481-D74665792DED}</ProjectGuid>
6 <OutputType>Exe</OutputType>
7 <RootNamespace>Client</RootNamespace>
8 <AssemblyName>Client</AssemblyName>
11 <OldToolsVersion>2.0</OldToolsVersion>
12 <UpgradeBackupLocation>
13 </UpgradeBackupLocation>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath>bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel>
23 <StartArguments>-k dog ../../../RetailServer/QueryBuffer ../../Download</StartArguments>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <StartArguments>-k dog ../../../RetailServer/QueryBuffer ../../Download</StartArguments>
35 <Reference Include="System" />
36 <Reference Include="System.Data" />
37 <Reference Include="System.Xml" />
38 <Reference Include="WindowsBase" />
41 <Compile Include="Client.cs" />
44 <ProjectReference Include="..\SharedLibrary\SharedLibrary.csproj">
45 <Project>{9ED3C6F2-9211-4C03-8482-5B09AECD0DB9}</Project>
46 <Name>SharedLibrary</Name>
50 <Folder Include="Download\" />
52 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />